:root {
  --color-accent: #3b43cd;
  --color-cta: #3b82f6;
  --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;
}
.mudz {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.aza1 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.vl26 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.yuynjb { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.uw6tk { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.uw6tk a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.uw6tk a:hover { color: var(--accent-light); }
.s8p2i39  .xl2kzp { border-radius: 14px; }
.s8p2i39 .xl2kzp li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.s8p2i39 .xl2kzp li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.i9tpsvrr  .xl2kzp li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .xl2kzp {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .lcux4cn:hover .xl2kzp,
  .lcux4cn:focus-within .xl2kzp { display: block; }
  .xl2kzp li a { padding: 8px 16px; font-size: 0.88rem; }
}
.yvopl {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.q74lr { display: none; }
@media (max-width: 640px) {
  .q74lr {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .q74lr.o2omq { display: block; }
}
@media (max-width: 640px) {
  .yvopl { display: block; }
  .uw6tk > li + li::before { display: none !important; }
  .uw6tk {
    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;
  }
  .uw6tk.o2omq { display: flex; }
  .uw6tk li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .uw6tk li:last-child a { border-bottom: none; }
}
.ldpp { min-height: 480px; }
.qezn2 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.cvkoe9z { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.w04nwhv1 .cvkoe9z { margin-left: 0; margin-right: 0; }
.xm1t {
  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;
}
.eg39pju .xm1t { margin-top: 24px; }
.xm1t:hover { opacity: 0.88; }
.a5bs {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.tajr {
  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%);
}
.a5bs .wn1r {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.a5bs .qezn2 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.a5bs .cvkoe9z { color: #e2e8f0; }
.a5bs.rcyb .wn1r { text-align: center; }
.a5bs.w04nwhv1   .wn1r { text-align: left; }
.hxmwy .wn1r {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.hxmwy .qezn2 { color: var(--text-primary); text-shadow: none; }
.hxmwy .cvkoe9z { color: var(--text-muted); }
.hxmwy .xm1t { margin-top: 16px; }
.hxmwy, .hxmwy.ldpp { min-height: auto !important; }
.hxmwy.rcyb .wn1r { text-align: center; }
.hxmwy.w04nwhv1   .wn1r { text-align: left; }
.hxmwy~.b0104ek{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}
.hxmwy~.b0104ek .rg4w1ph{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}
.es0ozlvk {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.eb66kk .es0ozlvk,
.eb66kk .es0ozlvk::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.x2mtd0tr .es0ozlvk,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.a4qm8gtv .es0ozlvk,
.a4qm8gtv .a5bs .tajr {
  overflow: hidden;
}
.a4qm8gtv .es0ozlvk::after,
.a4qm8gtv .a5bs .tajr::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%); }
}
.pjjavc .es0ozlvk,
.pjjavc .es0ozlvk::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); }
}
.pjjavc .a5bs .tajr {
  overflow: hidden;
}
.pjjavc .a5bs .tajr::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;
}
.evqhyv .es0ozlvk,
.evqhyv .a56w,
.evqhyv .a5bs .tajr {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.eb66kk .a5bs .tajr {
  overflow: hidden;
}
.eb66kk .a5bs .tajr::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;
}
.x2mtd0tr .a5bs .tajr {
  animation: hg-breathe 10s ease-in-out infinite;
}
.es0ozlvk .tajr {
  background: none;
}
.es0ozlvk .qezn2 { color: #fff; }
.es0ozlvk .cvkoe9z { color: rgba(255,255,255,0.85); }
.evqhyv .qc9jkst {
  animation: hg-fadein 1.2s ease-out both;
}
.qc9jkst .qezn2 { text-shadow: none; color: var(--text-primary); }
.qc9jkst .cvkoe9z { color: var(--text-muted); }
body.ejd08jus .qezn2 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.t8gnk .qezn2 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ldpp.es0ozlvk .qezn2,
section.es0ozlvk .qezn2 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.qc9jkst.rcyb .tx0dr { align-items: center; text-align: center; }
.ldpp .sj7yr17 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.sj7yr17 .dg4vb54 {
  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;
}
.sj7yr17 .dg4vb54::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.sj7yr17 .hdpo { display: contents !important; }
.sj7yr17 .hdpo .vi53 {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.sj7yr17 .hdpo .qhf1g { max-height: 48px; max-width: 96px; }
.sj7yr17 .hdpo .fdet {
  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;
}
.sj7yr17 .m07bv66v {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.sj7yr17 .x76cvziq { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.sj7yr17 .tzhg9 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.sj7yr17 .tzhg9 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.sj7yr17 .l5mzd6cc { display: contents !important; }
.sj7yr17 .l5mzd6cc .bel0ns4d:not(.cd2o1y) { display: none !important; }
.sj7yr17 .l5mzd6cc .cd2o1y {
  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;
}
.sj7yr17 .l5mzd6cc .cd2o1y .bg1lmb6 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.sj7yr17 .l5mzd6cc .cd2o1y .irhj6ew {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.sj7yr17 .m57m { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.sj7yr17 .m57m.t8fy5hy7 {
  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;
}
.sj7yr17 .m57m.t8fy5hy7:hover { opacity: 0.85; }
.sj7yr17 .dg4vb54,
.sj7yr17 .dg4vb54:hover,
.sj7yr17 .dg4vb54:nth-child(even),
.sj7yr17 .dg4vb54:nth-child(odd),
.sj7yr17 .dg4vb54:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.tyjort .wn1r { padding-bottom: 24px; }
.eg39pju .wn1r { max-width: 1100px; }
@media (max-width: 700px) {
  .qc9jkst { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .qc9jkst:not(.fulna) .em6jn { display: none !important; }
  .fulna .em6jn { padding: 16px; }
  .tx0dr  { padding: 36px 24px; }
  .qc9jkst~.b0104ek,.fi30bk~.b0104ek{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .ldpp, .qc9jkst { min-height: 320px !important; }
  .qezn2 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .de51x9xj,
  .rixc443,
  .j78ra { grid-template-columns: 1fr !important; }

  

  
  .tyjort { display: flex !important; flex-direction: column !important; }
  .tyjort .wn1r { display: contents; }
  .tyjort .tajr { order: 0; }
  .tyjort .qezn2 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .tyjort .de51x9xj { order: 2; padding: 0 16px 12px !important; }
  .tyjort .cvkoe9z { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .eg39pju .wn1r { display: flex; flex-direction: column; }
  .eg39pju .wn1r .qezn2 { order: 1; }
  .eg39pju .wn1r .j78ra { order: 2; margin: 8px 0 24px !important; }
  .eg39pju .wn1r .cvkoe9z { order: 3; }
  .eg39pju .wn1r .xm1t { order: 4; align-self: center; margin-top: 0; }

  
  .qc9jkst.fulna {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .qc9jkst.fulna .tx0dr { display: contents; padding: 0; }
  .qc9jkst.fulna .tx0dr .qezn2 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .qc9jkst.fulna .em6jn { order: 2; padding: 12px 16px; }
  .qc9jkst.fulna .tx0dr .cvkoe9z { order: 3; padding: 0 24px; margin: 0 auto; }
  .qc9jkst.fulna .tx0dr .xm1t { order: 4; align-self: center; margin: 8px 0 32px; }
}
.x1nkqr { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.nodhf084 { width: 100%; height: auto; display: block; border-radius: 10px; }
.ip4fr8og .x1nkqr        { border-radius: 16px; }
.ip4fr8og .nodhf084  { border-radius: 16px; }
.fl07w .x1nkqr         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.fl07w .nodhf084   { border-radius: 8px; }
.nhxm4 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ry975h { width: 100%; padding: 32px 0; position: relative; }
.uj5s { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.cpp0yq .ry975h:nth-child(even) { background: var(--bg-surface); }
.cpp0yq .ry975h:nth-child(odd)  { background: var(--bg-page); }
.ho6pz .ry975h:nth-child(even) { background: var(--bg-card); }
.ho6pz .ry975h:nth-child(odd)  { background: var(--bg-page); }
.cpp0yq .ry975h:nth-child(odd)  .uj5s { background: var(--bg-card); border-radius: 6px; }
.cpp0yq .ry975h:nth-child(even) .uj5s { background: var(--bg-raised); border-radius: 6px; }
.ho6pz .ry975h:nth-child(odd)  .uj5s { background: var(--bg-card); border-radius: 6px; }
.ho6pz .ry975h:nth-child(even) .uj5s { background: var(--bg-raised); border-radius: 6px; }
.cpp0yq .ry975h:nth-child(even) .l0wb89 .ql0r68p,
.ho6pz .ry975h:nth-child(even) .l0wb89 .ql0r68p { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.cpp0yq .ry975h:nth-child(odd) .l0wb89 .ql0r68p,
.ho6pz .ry975h:nth-child(odd) .l0wb89 .ql0r68p { background: var(--bg-card-inner); }
.cpp0yq .ry975h:nth-child(even) .mngey .ql0r68p:nth-child(odd),
.ho6pz .ry975h:nth-child(even) .mngey .ql0r68p:nth-child(odd)  { background: var(--bg-card); }
.cpp0yq .ry975h:nth-child(even) .mngey .ql0r68p:nth-child(even),
.ho6pz .ry975h:nth-child(even) .mngey .ql0r68p:nth-child(even) { background: var(--bg-card-inner); }
h1.vt3s0h { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.vt3s0h {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.k2gv5c { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.rdjcr4 h2.vt3s0h {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ci7jluh h2.vt3s0h {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.r1bm6 h2.vt3s0h {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.lf0u3egm h2.vt3s0h::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.zmylz h2.vt3s0h {
  color: var(--text-primary); font-size: 1.7rem;
}
.do74vl h2.vt3s0h::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.rgk0ae3 h2.vt3s0h {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .szk6n5 { display: none; } }
.a1flv4tb { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ah6p { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.njeim {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.whmnd { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.oy05xpc { padding-left: 20px; }
.oy05xpc li { margin-bottom: 6px; }
.oy05xpc a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.oy05xpc a:hover { color: var(--accent-light); }
.hz189 .whmnd { display: none; }
.kal4zss .whmnd { display: none; }
.kal4zss .oy05xpc { padding-left: 0; list-style: none; }
.kal4zss .oy05xpc li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.kal4zss .oy05xpc a { font-size: 0.92rem; }
.aiv8 .njeim { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.aiv8 .whmnd { display: none; }
.aiv8 .oy05xpc { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.aiv8 .oy05xpc li { margin-bottom: 0; }
.aiv8 .oy05xpc 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;
}
.aiv8 .oy05xpc a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.xjk65 .njeim { padding: 20px 20px 16px; }
.xjk65 .oy05xpc {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.xjk65 .oy05xpc li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.xjk65 .oy05xpc 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;
}
.xjk65 .oy05xpc 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;
}
.xjk65 .oy05xpc a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.xjk65 .oy05xpc a:focus,
.xjk65 .oy05xpc a:focus-visible,
.xjk65 .oy05xpc a:target { outline: none; }
.xjk65 .oy05xpc li:target a { border-color: var(--border); color: var(--text-muted); }
.paqf7kj3 .njeim { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.paqf7kj3 .whmnd { display: none; }
.paqf7kj3 .oy05xpc { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.paqf7kj3 .oy05xpc li { counter-increment: toc-n; margin-bottom: 0; }
.paqf7kj3 .oy05xpc a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.paqf7kj3 .oy05xpc a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.paqf7kj3 .oy05xpc a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.e8y4ey .njeim { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.e8y4ey .whmnd { display: none; }
.e8y4ey .oy05xpc { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.e8y4ey .oy05xpc li { margin-bottom: 0; }
.e8y4ey .oy05xpc a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.e8y4ey .oy05xpc a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.cj86hc67 .njeim { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.cj86hc67 .whmnd { display: none; }
.cj86hc67 .oy05xpc { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.cj86hc67 .oy05xpc li { margin-bottom: 0; }
.cj86hc67 .oy05xpc li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.cj86hc67 .oy05xpc li:last-child::after { content: ""; margin-right: 0; }
.cj86hc67 .oy05xpc a { font-size: 0.9rem; }
.ql0r68p { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.l0wb89 .ql0r68p { background: var(--bg-card); }
.mngey .ql0r68p:nth-child(odd)  { background: var(--bg-card); }
.mngey .ql0r68p:nth-child(even) { background: var(--bg-raised); }
.a7ax .ql0r68p {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.a7ax .ql0r68p:last-child { border-bottom: none; }
.a7ax h3.k2gv5c { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.x0jxy5sz .ql0r68p {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.x0jxy5sz .ql0r68p + .ql0r68p { margin-top: 4px; }
.kadp44sc .ql0r68p { background: none; border-radius: 0; padding: 12px 0; }
.kadp44sc .ql0r68p + .ql0r68p { border-top: 1px solid var(--border-section); }
.j01m { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.zc9k21 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.j2rc { color: var(--text-body); margin-bottom: 10px; }
.y3t2umpn, .a5vdgr { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.y3t2umpn li, .a5vdgr li { margin-bottom: 6px; }
.a5vdgr li { list-style: decimal; }
.p24gq     .y3t2umpn { list-style-type: "● "; }
.ja2j5ic  .y3t2umpn { list-style-type: "■ "; }
.jxrkqha .y3t2umpn { list-style-type: "◆ "; }
.bdbu8vj    .y3t2umpn { list-style-type: "★ "; }
.p24gq     .q9p9jd { list-style-type: "● "; }
.ja2j5ic  .q9p9jd { list-style-type: "■ "; }
.jxrkqha .q9p9jd { list-style-type: "◆ "; }
.bdbu8vj    .q9p9jd { list-style-type: "★ "; }
.p24gq    .y3t2umpn li::marker, .p24gq    .q9p9jd li::marker,
.ja2j5ic .y3t2umpn li::marker, .ja2j5ic .q9p9jd li::marker,
.jxrkqha .y3t2umpn li::marker, .jxrkqha .q9p9jd li::marker,
.bdbu8vj   .y3t2umpn li::marker, .bdbu8vj   .q9p9jd li::marker {
  color: var(--cta); font-size: 1em;
}
.p24gq .a5vdgr,
.ja2j5ic .a5vdgr,
.jxrkqha .a5vdgr,
.bdbu8vj .a5vdgr {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.p24gq .a5vdgr li,
.ja2j5ic .a5vdgr li,
.jxrkqha .a5vdgr li,
.bdbu8vj .a5vdgr li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.p24gq .a5vdgr li::before,
.ja2j5ic .a5vdgr li::before,
.jxrkqha .a5vdgr li::before,
.bdbu8vj .a5vdgr 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;
}
.p24gq     .a5vdgr li::before { border-radius: 50%; }
.ja2j5ic  .a5vdgr li::before { border-radius: 3px; }
.jxrkqha .a5vdgr li::before { border-radius: 3px; }
.bdbu8vj    .a5vdgr li::before { border-radius: 50%; }
.h0k4yf1s { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.jnpzbqhx .h0k4yf1s,
.ccgu2j6 .h0k4yf1s { background: transparent; border: none; border-radius: 0; }
.gv5s { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.gv5s th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.gv5s td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.gv5s tr:hover td { background: var(--bg-hover); }
.l00wa9w .gv5s tbody tr:nth-child(even) td { background: var(--bg-surface); }
.q4r46h1 .gv5s { border: 1px solid var(--border-alt); }
.q4r46h1 .gv5s th,
.q4r46h1 .gv5s td { border: 1px solid var(--border-alt); }
.n5goz .gv5s th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.n5goz .gv5s td { border-bottom: none; }
.n5goz .gv5s tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.if6tpf .gv5s th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.zc6lh6l .h0k4yf1s {
  overflow: hidden;
}
.zc6lh6l .gv5s th { border-bottom: 1px solid var(--border-alt); }
.zc6lh6l .gv5s tr:last-child td { border-bottom: none; }
.je3bot { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.gm2b1fre { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.ccs9 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.frc9di { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.y9otvqr { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.q9p9jd { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.q9p9jd 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%}
.dfgli .frc9di { background: transparent; text-align: center; }
.sw37g .ccs9 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.plz6q .ccs9 {
  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);
}
.k47g .gm2b1fre { display: grid; grid-template-columns: auto 1fr; }
.k47g .ccs9 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.k47g .frc9di { grid-column: 2; }
.k47g .y9otvqr,
.k47g .q9p9jd { grid-column: 1 / -1; }
.gv0i8a .gm2b1fre { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.gv0i8a .ccs9 {
  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);
}
.gv0i8a .frc9di { grid-column: 2; }
.gv0i8a .y9otvqr,
.gv0i8a .q9p9jd { grid-column: 1 / -1; }
.siel .gm2b1fre { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.siel .frc9di { background: none; color: var(--accent-light); font-weight: 700; }
.g2rkk .gm2b1fre { 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); }
.g2rkk .frc9di { background: none; color: var(--accent-light); font-weight: 700; }
.bgz5urx .gm2b1fre { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.bgz5urx .gm2b1fre:last-child { border-bottom: none; }
.bgz5urx .frc9di { background: none; color: var(--accent-light); font-weight: 700; }
.xxvd .gm2b1fre { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.xxvd .frc9di { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.lb5sr .je3bot { counter-reset: card-n; }
.lb5sr .gm2b1fre  { counter-increment: card-n; }
.lb5sr .frc9di { display: flex; align-items: center; gap: 10px; }
.lb5sr .frc9di::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;
}
.sk7z .gm2b1fre { background: var(--bg-surface); border: 1px solid var(--border); }
.sk7z .frc9di { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.mpylj2 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.mpylj2         { --cl-hue: var(--accent); }
.abdl22     { --cl-hue: #16a34a; }
.v9fzi { --cl-hue: #ea580c; }
.v60xicv    { --cl-hue: #2563eb; }
.abdl22, .v9fzi, .v60xicv, .vb3k {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.pnr7jqms { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.pnr7jqms::before { color: var(--cl-hue); }
.mpylj2 strong { color: var(--text-primary); font-size: 0.95rem; }
.mpylj2 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.ktz1d { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ld65b, .g6zd1 { border-radius: 8px; padding: 14px; }
.ld65b { background: var(--bg-pros); }
.g6zd1 { background: var(--bg-cons); }
.rnew2cma { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ld65b .rnew2cma { color: var(--c-pros-label); }
.g6zd1 .rnew2cma { color: #f87171; }
.ld65b ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.g6zd1 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.nodhf084 { width: 100%; height: auto; border-radius: 10px; display: block; }
.t8fy5hy7 {
  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;
}
.t8fy5hy7:hover { opacity: 0.85; }
.puy4kwi9 .t8fy5hy7  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.puy4kwi9 .t8fy5hy7:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zt6m .t8fy5hy7  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.zt6m .t8fy5hy7:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.puy4kwi9 .m57m.t8fy5hy7, .zt6m .m57m.t8fy5hy7,
.puy4kwi9 .qy1u .t8fy5hy7, .zt6m .qy1u .t8fy5hy7 {
  background: var(--cta); border: none; color: #fff;
}
.puy4kwi9 .m57m.t8fy5hy7:hover, .zt6m .m57m.t8fy5hy7:hover,
.puy4kwi9 .qy1u .t8fy5hy7:hover, .zt6m .qy1u .t8fy5hy7:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.ibp6ct4n .xm1t { border-radius: 50px; }
.ibp6ct4n .t8fy5hy7  { border-radius: 50px; }
.mryi7dsd .xm1t,
.mryi7dsd .t8fy5hy7 { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.mryi7dsd .xm1t:hover,
.mryi7dsd .t8fy5hy7:hover { filter: brightness(1.08); opacity: 1; }
.o1cx .xm1t,
.o1cx .t8fy5hy7 { box-shadow: 0 3px 14px -2px var(--cta); }
.o1cx .xm1t:hover,
.o1cx .t8fy5hy7:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.sisj .xm1t,
.sisj .t8fy5hy7 { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.sisj .xm1t:hover,
.sisj .t8fy5hy7:hover { opacity: 1; }
.sisj .xm1t:active,
.sisj .t8fy5hy7:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.oxdiml .xm1t,
.oxdiml .t8fy5hy7 { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.oxdiml .xm1t:hover,
.oxdiml .t8fy5hy7:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.oxdiml .xm1t:active,
.oxdiml .t8fy5hy7:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.v7l8 .xm1t,
.v7l8 .t8fy5hy7 { position: relative; overflow: hidden; }
.v7l8 .xm1t::before,
.v7l8 .t8fy5hy7::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.v7l8 .xm1t:hover::before,
.v7l8 .t8fy5hy7:hover::before { left: 135%; }
.yawsc .xm1t,
.yawsc .t8fy5hy7 { border-radius: 0; }
.poin3hj .xm1t { padding-left: 22px; padding-right: 22px; }
.poin3hj .t8fy5hy7  { padding-left: 12px; padding-right: 12px; }
.v7t751a .xm1t { padding-left: 44px; padding-right: 44px; }
.v7t751a .t8fy5hy7  { padding-left: 24px; padding-right: 24px; }
.tor5 .xm1t { padding-left: 56px; padding-right: 56px; }
.tor5 .t8fy5hy7  { padding-left: 32px; padding-right: 32px; }
.t7n9   .xm1t::after, .t7n9   .t8fy5hy7::after,
.g6pqj7 .xm1t::after, .g6pqj7 .t8fy5hy7::after,
.tpg5n    .xm1t::after, .tpg5n    .t8fy5hy7::after,
.afpfswmb    .xm1t::after, .afpfswmb    .t8fy5hy7::after,
.k25redc    .xm1t::after, .k25redc    .t8fy5hy7::after,
.fbmn5b     .xm1t::after, .fbmn5b     .t8fy5hy7::after,
.sol5fpi    .xm1t::after, .sol5fpi    .t8fy5hy7::after,
.n8ij   .xm1t::after, .n8ij   .t8fy5hy7::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;
}
.t7n9 .xm1t::after, .t7n9 .t8fy5hy7::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");
}
.g6pqj7 .xm1t::after, .g6pqj7 .t8fy5hy7::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");
}
.tpg5n .xm1t::after, .tpg5n .t8fy5hy7::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");
}
.afpfswmb .xm1t::after, .afpfswmb .t8fy5hy7::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");
}
.k25redc .xm1t::after, .k25redc .t8fy5hy7::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");
}
.fbmn5b .xm1t::after, .fbmn5b .t8fy5hy7::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");
}
.sol5fpi .xm1t::after, .sol5fpi .t8fy5hy7::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");
}
.n8ij .xm1t::after, .n8ij .t8fy5hy7::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");
}
.a4o1   .w5n4::after, .a4o1   .kkbd0u::after,
.jx0mdlat .w5n4::after, .jx0mdlat .kkbd0u::after,
.xw4e    .w5n4::after, .xw4e    .kkbd0u::after,
.cig8g7vo    .w5n4::after, .cig8g7vo    .kkbd0u::after,
.lggfiq    .w5n4::after, .lggfiq    .kkbd0u::after,
.ygpxs     .w5n4::after, .ygpxs     .kkbd0u::after,
.d1vhh52    .w5n4::after, .d1vhh52    .kkbd0u::after,
.n6azym8   .w5n4::after, .n6azym8   .kkbd0u::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;
}
.a4o1 .w5n4::after, .a4o1 .kkbd0u::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");
}
.jx0mdlat .w5n4::after, .jx0mdlat .kkbd0u::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");
}
.xw4e .w5n4::after, .xw4e .kkbd0u::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");
}
.cig8g7vo .w5n4::after, .cig8g7vo .kkbd0u::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");
}
.lggfiq .w5n4::after, .lggfiq .kkbd0u::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");
}
.ygpxs .w5n4::after, .ygpxs .kkbd0u::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");
}
.d1vhh52 .w5n4::after, .d1vhh52 .kkbd0u::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");
}
.n6azym8 .w5n4::after, .n6azym8 .kkbd0u::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");
}
.xzv8pv {
  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;
}
.dg4vb54 {
  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;
}
.dg4vb54 > * { min-width: 0; }
.dg4vb54:hover { background: var(--bg-hover); }
.dg4vb54 > [itemprop="item"] { display: contents; }
.dg4vb54 [itemprop="itemReviewed"],
.dg4vb54 [itemprop="reviewRating"] { display: none; }
.dg4vb54::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;
}
.hdpo {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.vi53 {
  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;
}
.qhf1g { max-height: 52px; max-width: 110px; object-fit: contain; }
.fdet {
  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;
}
.ivk32 .vi53    { background: #1a1a1a; }
.e78rt .vi53   { background: rgba(128,128,128,.12); }
.i1kc .vi53 { background: var(--bg-raised); }
.l45v43 .vi53    { background: transparent; padding: 0; }
.m07bv66v {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.x76cvziq { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.tzhg9 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.l5mzd6cc {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.bel0ns4d {
  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;
}
.bg1lmb6 {
  
  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%;
}
.irhj6ew {
  
  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;
}
.m57m {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.m57m.t8fy5hy7 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .dg4vb54 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .dg4vb54::before    { grid-area: rank;   }
  .hdpo           { grid-area: ident;  }
  .m07bv66v     { grid-area: rating; min-width: 0; width: auto; }
  .l5mzd6cc           { grid-area: pills;  }
  .m57m             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .dg4vb54 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .dg4vb54::before    { justify-self: center; }
  .hdpo           { width: 100%; }
  .m07bv66v     { justify-self: center; }
  .l5mzd6cc           { grid-template-columns: 1fr; }
}
.oin3i {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.t4mw {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.uf74wc {
  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;
}
.uf74wc img { max-width: 80px; max-height: 50px; object-fit: contain; }
.j7ykd { flex: 1; }
.j7ykd h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.m1ap { color: var(--c-stars); font-size: 1.1rem; }
.q8qenky { margin-bottom: 8px; }
.uit6080k {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 22px;
  padding: 12px 24px; font-size: 0.86rem;
  background: var(--bg-surface); border-top: 1px solid var(--border-alt);
}
.uit6080k > span { color: var(--accent); font-weight: 700; }
.ft6c em, .sgdxizn em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .uit6080k { padding: 10px 16px; gap: 6px 16px; } }
.qy1u { flex-shrink: 0; align-self: flex-start; }
.qy1u .t8fy5hy7 { white-space: nowrap; }
@media (max-width: 560px) {
  .t4mw { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .uf74wc { order: 1; }
  .qy1u { order: 2; margin-left: auto; align-self: center; }
  .j7ykd { order: 3; flex: 1 1 100%; min-width: 0; }
}
.jogi img.tx64xd { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.jnpzbqhx { padding: 20px 24px; }
.ll03481 { color: var(--text-muted); margin-bottom: 16px; }
.blrqbij { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.x73q66, .wt9ahzk { list-style: none; font-size: 0.9rem; }
.x73q66 li { color: var(--c-pros); margin-bottom: 4px; }
.wt9ahzk li { color: var(--c-cons); margin-bottom: 4px; }
.x73q66 li::before { content: "✓"; margin-right: 5px; }
.wt9ahzk li::before { content: "✗"; margin-right: 5px; }
.uhuadco .x73q66 li::before { content: "→"; }
.uhuadco .wt9ahzk li::before { content: "–"; }
.qwttp0e  .x73q66 li::before { content: "★"; }
.qwttp0e  .wt9ahzk li::before { content: "✕"; }
.jkuw    .x73q66 li::before { content: "◆"; }
.jkuw    .wt9ahzk li::before { content: "▲"; }
.s6kyoj  .x73q66 li::before { content: "▶"; }
.s6kyoj  .wt9ahzk li::before { content: "■"; }
.oydfxc { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.s304o { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.nagkx2v { background: var(--bg-pros); color: var(--c-tag-pay); }
.w6yyupel { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.e1t8 .w6yyupel { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.oxgt .w6yyupel { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .zgiioj .zqnmm0 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .zgiioj .oin3i { margin: 0; }
}
.di3m1 .t4mw { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.di3m1 .j7ykd h3 { color: var(--accent-light); }
.di3m1 .uf74wc { background: var(--bg-page); border: 1px solid var(--border); }
.uifnn2z .oin3i { border-top: 4px solid var(--accent); }
.uifnn2z .t4mw { background: var(--bg-card); }
.zq6g .oin3i { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.zq6g .t4mw { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.zq6g .jnpzbqhx { padding: 14px 16px; }
.zq6g .uf74wc { border-radius: 4px; }
.zq6g .w6yyupel { border-radius: 0; }
.ucy0 .t4mw { padding: 0; gap: 0; overflow: hidden; }
.ucy0 .uf74wc { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.ucy0 .j7ykd { padding: 16px 20px; }
.ucy0 .qy1u { padding: 16px 20px; align-self: center; }
.tc88b .m1ap { font-size: .95rem; }
.ccgu2j6 .ktz1d { gap: 10px; }
.ccgu2j6 .ld65b, .ccgu2j6 .g6zd1 { padding: 12px; }
.ccgu2j6 .ld65b ul, .ccgu2j6 .g6zd1 ul { margin: 4px 0 0; padding-left: 18px; }
.ccgu2j6 .ld65b li, .ccgu2j6 .g6zd1 li { font-size: .85rem; margin-bottom: 3px; }
.ngvxoh .s304o { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .mcvu3s { grid-template-columns: 1fr; }
  .qn86mm { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .qn86mm .hm5tud { width: 72px; height: 50px; }
  .qn86mm .gs7sqx { max-width: 180px; }
  .qn86mm .jhjyq0p5 { width: auto; }
}
.vy0xg4dt .tc88b .m1ap { filter: brightness(1.2); }
@media (max-width: 720px) {
  .vy0xg4dt { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .b2w9yyyk { padding: 16px; }
  .rt8hi .dx8h5h { min-width: 50%; }
}
.p4o38 .ktz1d { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .dkkng8 { grid-template-columns: 1fr; }
  .cq27 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .o2r38o { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .faoac { flex-wrap: wrap; padding: 16px; }
}
.dejcr687 .ktz1d { gap: 8px; }
.dejcr687 .ld65b, .dejcr687 .g6zd1 { padding: 8px; }
@media (max-width: 480px) {
  .gn59jw { flex-direction: column; align-items: stretch; }
}
.skt8 .jhjyq0p5 .t8fy5hy7 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .lxg2w1 { flex-direction: column; align-items: stretch; gap: 10px; }
  .skt8 .jhjyq0p5 { text-align: center; }
}
@media (max-width: 720px) {
  .ogis9c7z { grid-template-columns: 1fr; }
  .xec4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .s3tzpm { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.cz01rz5l .zpx8 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.uxmu .m1ap { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .bzfrz83 { grid-template-columns: 1fr; }
  .uxmu { width: 100px; height: 100px; margin: 16px auto; }
  .cz01rz5l { font-size: 1.4rem; }
  .nf31txam { justify-content: center; }
  .zjz4s2 .dx8h5h { min-width: 50%; }
}
.hu0n .ktz1d { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .szblzt { flex-wrap: wrap; padding: 14px 16px; }
  .lzcrxvn8 { padding: 12px 16px; }
  .hu0n .ktz1d { margin: 0 16px; }
  .hu0n .ngvxoh { padding: 0 16px; }
  .jj8u { padding: 12px 16px; }
}
.iyp4uni6 .dg4vb54 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.iyp4uni6 .dg4vb54:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.wmh6l25 .xzv8pv { gap: 18px; }
.wmh6l25 .dg4vb54 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.wmh6l25 .dg4vb54:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.tm2gm .xzv8pv {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.tm2gm .dg4vb54 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.tm2gm .dg4vb54:last-child { border-bottom: none; }
.tm2gm .hdpo,
.tm2gm .m07bv66v,
.tm2gm .l5mzd6cc {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.a0g2k .xzv8pv { gap: 0; }
.a0g2k .dg4vb54 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.a0g2k .dg4vb54:last-child { border-bottom: none; }
.a0g2k .dg4vb54:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.a0g2k .dg4vb54:nth-child(even):hover { background: var(--bg-hover); }
.t3egydtl .dg4vb54 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.xjm957s1 .l5mzd6cc .bel0ns4d {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.xjm957s1 .l5mzd6cc .bel0ns4d:first-child { border-left: none; }
.mp696 .l5mzd6cc .bel0ns4d {
  background: transparent; padding: 4px 8px;
}
.mp696 .l5mzd6cc .bg1lmb6 { font-size: .65rem; opacity: .65; }
.mp696 .l5mzd6cc .irhj6ew   { font-size: 1.15rem; color: var(--accent-light); }
.yyj5uy .l5mzd6cc .bel0ns4d {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.tzhg9 { display: none; }
.syifeh .x76cvziq { font-size: 1rem; letter-spacing: 2px; }
.qm7hvl .x76cvziq {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.ijggs .x76cvziq,
.cokm .x76cvziq,
.p3l9dl0 .x76cvziq { display: none; }
.ijggs .tzhg9,
.cokm .tzhg9,
.p3l9dl0 .tzhg9 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.ijggs .tzhg9 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.ijggs .tzhg9 small { display: none; }
.cokm .tzhg9 {
  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;
}
.cokm .tzhg9 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.p3l9dl0 .tzhg9 {
  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;
}
.p3l9dl0 .tzhg9 small { display: none; }
.ijggs .q8qenky .m1ap,
.cokm .q8qenky .m1ap,
.p3l9dl0 .q8qenky .m1ap { display: none; }
.ijggs .q8qenky strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.ijggs .zpx8 { display: none; }
.cokm .q8qenky 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;
}
.cokm .f0ac1,
.cokm .zpx8 { font-size: 1em; }
.p3l9dl0 .q8qenky strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.p3l9dl0 .zpx8 { display: none; }
.xbrus { margin: 16px 0; }
.y4albfn { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.y4albfn summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.y4albfn summary::after { content: "+"; color: var(--accent-light); }
.y4albfn[open] summary::after { content: "−"; }
.y4albfn p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.ry975h { margin-bottom: 0; }
.yf8sj h2.vt3s0h { color: var(--text-primary); border-color: var(--accent-light); }
.tcch6ya h2.vt3s0h { color: var(--text-primary); border-color: var(--accent-light); }
.vwj9fu .abdl22     { background: #052e16; border-color: #10b981; }
.vwj9fu .v9fzi { background: #2d0a1e; border-color: #f43f5e; }
.vwj9fu .v60xicv    { background: #1e1036; border-color: #a855f7; }
.vwj9fu .mpylj2 strong  { color: #f1f5f9; }
.vwj9fu .mpylj2 p       { color: #cbd5e1; }
.vwj9fu .vwxst    .abdl22     .pnr7jqms::before,
.vwj9fu .jpzsbe  .abdl22     .pnr7jqms::before,
.vwj9fu .ip8wz6s1  .abdl22     .pnr7jqms::before,
.vwj9fu .tsjp .abdl22     .pnr7jqms::before { color: #10b981; }
.vwj9fu .vwxst    .v9fzi .pnr7jqms::before,
.vwj9fu .jpzsbe  .v9fzi .pnr7jqms::before,
.vwj9fu .ip8wz6s1  .v9fzi .pnr7jqms::before,
.vwj9fu .tsjp .v9fzi .pnr7jqms::before { color: #f43f5e; }
.vwj9fu .vwxst    .v60xicv    .pnr7jqms::before,
.vwj9fu .jpzsbe  .v60xicv    .pnr7jqms::before,
.vwj9fu .ip8wz6s1  .v60xicv    .pnr7jqms::before,
.vwj9fu .tsjp .v60xicv    .pnr7jqms::before { color: #a855f7; }
.skia .abdl22     { background: #2d2000; border-color: #eab308; }
.skia .v9fzi { background: #2d0b0b; border-color: #ef4444; }
.skia .v60xicv    { background: #2d1600; border-color: #f97316; }
.skia .mpylj2 strong  { color: #f1f5f9; }
.skia .mpylj2 p       { color: #cbd5e1; }
.skia .vwxst    .abdl22     .pnr7jqms::before,
.skia .jpzsbe  .abdl22     .pnr7jqms::before,
.skia .ip8wz6s1  .abdl22     .pnr7jqms::before,
.skia .tsjp .abdl22     .pnr7jqms::before { color: #eab308; }
.skia .vwxst    .v9fzi .pnr7jqms::before,
.skia .jpzsbe  .v9fzi .pnr7jqms::before,
.skia .ip8wz6s1  .v9fzi .pnr7jqms::before,
.skia .tsjp .v9fzi .pnr7jqms::before { color: #ef4444; }
.skia .vwxst    .v60xicv    .pnr7jqms::before,
.skia .jpzsbe  .v60xicv    .pnr7jqms::before,
.skia .ip8wz6s1  .v60xicv    .pnr7jqms::before,
.skia .tsjp .v60xicv    .pnr7jqms::before { color: #f97316; }
.zq6k1pwd .abdl22     { background: #0c1a2e; border-color: #38bdf8; }
.zq6k1pwd .v9fzi { background: #12103a; border-color: #818cf8; }
.zq6k1pwd .v60xicv    { background: #0a2020; border-color: #2dd4bf; }
.zq6k1pwd .mpylj2 strong  { color: #f1f5f9; }
.zq6k1pwd .mpylj2 p       { color: #cbd5e1; }
.zq6k1pwd .vwxst    .abdl22     .pnr7jqms::before,
.zq6k1pwd .jpzsbe  .abdl22     .pnr7jqms::before,
.zq6k1pwd .ip8wz6s1  .abdl22     .pnr7jqms::before,
.zq6k1pwd .tsjp .abdl22     .pnr7jqms::before { color: #38bdf8; }
.zq6k1pwd .vwxst    .v9fzi .pnr7jqms::before,
.zq6k1pwd .jpzsbe  .v9fzi .pnr7jqms::before,
.zq6k1pwd .ip8wz6s1  .v9fzi .pnr7jqms::before,
.zq6k1pwd .tsjp .v9fzi .pnr7jqms::before { color: #818cf8; }
.zq6k1pwd .vwxst    .v60xicv    .pnr7jqms::before,
.zq6k1pwd .jpzsbe  .v60xicv    .pnr7jqms::before,
.zq6k1pwd .ip8wz6s1  .v60xicv    .pnr7jqms::before,
.zq6k1pwd .tsjp .v60xicv    .pnr7jqms::before { color: #2dd4bf; }
.plec67s8::before,
.kt8evtk1::before { margin-right: 5px; }
.i5pt7n .ld65b ul li,
.i5pt7n .x73q66 li         { color: #4ade80; }
.i5pt7n .ld65b .plec67s8 { color: #22c55e; }
.i5pt7n .g6zd1 ul li,
.i5pt7n .wt9ahzk li         { color: #f87171; }
.i5pt7n .g6zd1 .kt8evtk1 { color: #ef4444; }
.j93pki46 .ld65b { background: var(--bg-pros); }
.j93pki46 .g6zd1 { background: var(--bg-cons); }
.j93pki46 .ld65b .plec67s8 { color: var(--c-pros-label); }
.j93pki46 .g6zd1 .kt8evtk1 { color: var(--c-cons); }
.j93pki46 .ld65b ul li,
.j93pki46 .x73q66 li            { color: var(--c-pros); }
.j93pki46 .g6zd1 ul li,
.j93pki46 .wt9ahzk li            { color: var(--c-cons); }
.hqd061 .ld65b { background: var(--bg-pros); }
.hqd061 .g6zd1 { background: var(--bg-cons); }
.hqd061 .ld65b .plec67s8 { color: var(--c-pros-label); }
.hqd061 .g6zd1 .kt8evtk1 { color: var(--c-cons); }
.hqd061 .ld65b ul li,
.hqd061 .x73q66 li          { color: var(--c-pros); }
.hqd061 .g6zd1 ul li,
.hqd061 .wt9ahzk li          { color: var(--c-cons); }
.hla7e .plec67s8::before { content: "✓ "; }
.hla7e .kt8evtk1::before { content: "✗ "; }
.uhuadco .plec67s8::before { content: "→ "; }
.uhuadco .kt8evtk1::before { content: "← "; }
.qwttp0e .plec67s8::before { content: "★ "; }
.qwttp0e .kt8evtk1::before { content: "✕ "; }
.jkuw .plec67s8::before { content: "◆ "; }
.jkuw .kt8evtk1::before { content: "▲ "; }
.oxgt .mpylj2 { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.oxgt .mpylj2 strong { color: var(--text-primary); }
.oxgt .mpylj2 p      { color: var(--text-muted); }
.e1t8 .mpylj2 { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.u1pgxxro .mpylj2 {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.u1pgxxro .mpylj2 strong,
.u1pgxxro .mpylj2 p { color: #fff; }
.u1pgxxro .pnr7jqms::before { color: rgba(255,255,255,0.9) !important; }
.hlbqbk19 .mpylj2 {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.hlbqbk19 .mpylj2 strong { color: var(--text-primary); }
.hlbqbk19 .mpylj2 p      { color: var(--text-muted); }
.sos018 .mpylj2 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.vwxst .pnr7jqms,
.jpzsbe .pnr7jqms,
.ip8wz6s1 .pnr7jqms,
.tsjp .pnr7jqms { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.vwxst .pnr7jqms::before,
.jpzsbe .pnr7jqms::before,
.ip8wz6s1 .pnr7jqms::before,
.tsjp .pnr7jqms::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.vwxst .abdl22     .pnr7jqms::before { content: "✦"; color: var(--c-tip-border); }
.vwxst .v9fzi .pnr7jqms::before { content: "▲"; color: var(--c-warn-border); }
.vwxst .v60xicv    .pnr7jqms::before { content: "◉"; color: #60a5fa; }
.jpzsbe .abdl22     .pnr7jqms::before { content: "★"; color: var(--c-tip-border); }
.jpzsbe .v9fzi .pnr7jqms::before { content: "◆"; color: var(--c-warn-border); }
.jpzsbe .v60xicv    .pnr7jqms::before { content: "●"; color: #60a5fa; }
.ip8wz6s1 .abdl22     .pnr7jqms::before { content: "▶"; color: var(--c-tip-border); }
.ip8wz6s1 .v9fzi .pnr7jqms::before { content: "■"; color: var(--c-warn-border); }
.ip8wz6s1 .v60xicv    .pnr7jqms::before { content: "▸"; color: #60a5fa; }
.tsjp .abdl22     .pnr7jqms::before { content: "→"; color: var(--c-tip-border); }
.tsjp .v9fzi .pnr7jqms::before { content: "⬥"; color: var(--c-warn-border); }
.tsjp .v60xicv    .pnr7jqms::before { content: "◈"; color: #60a5fa; }
.i4zh67 .l0wb89 .ql0r68p,
.i4zh67 .mngey .ql0r68p  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.i4zh67 .gm2b1fre                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.i4zh67 .dg4vb54                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.i4zh67 .oin3i            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.i4zh67 .h0k4yf1s          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.i4zh67 .njeim                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.enqnqsax .l0wb89 .ql0r68p,
.enqnqsax .mngey .ql0r68p,
.enqnqsax .gm2b1fre,
.enqnqsax .dg4vb54,
.enqnqsax .oin3i,
.enqnqsax .h0k4yf1s,
.enqnqsax .njeim,
.enqnqsax .sos018 .mpylj2 { box-shadow: none; }
.hek2   body, .hek2   { font-size: 0.9rem; }
.hek2   .j2rc, .hek2 .j01m, .hek2 .zc9k21,
.hek2   .a1flv4tb, .hek2 .ah6p { font-size: 0.9rem; }
.hek2   .y3t2umpn, .hek2 .a5vdgr { font-size: 0.9rem; }
.gg3l   .j2rc, .gg3l .j01m, .gg3l .zc9k21,
.gg3l   .a1flv4tb, .gg3l .ah6p { font-size: 0.95rem; }
.gg3l   .y3t2umpn, .gg3l .a5vdgr { font-size: 0.95rem; }
.n2el   .j2rc, .n2el .j01m, .n2el .zc9k21,
.n2el   .a1flv4tb, .n2el .ah6p { font-size: 1.08rem; }
.n2el   .y3t2umpn, .n2el .a5vdgr { font-size: 1.05rem; }
.n2el   .gv5s { font-size: 0.97rem; }
.o94mk520 .qezn2      { font-size: 3.2rem; }
.o94mk520 h2.vt3s0h { font-size: 1.9rem; }
.o94mk520 h3.k2gv5c     { font-size: 1.4rem; }
.ftiqh .qezn2      { font-size: 3.8rem; }
.ftiqh h2.vt3s0h { font-size: 2.2rem; }
.ftiqh h3.k2gv5c     { font-size: 1.6rem; }
.ry975h + .ry975h { position: relative; }
.s1tpq44   .ry975h + .ry975h::before,
.ovsqq96h  .ry975h + .ry975h::before,
.bd413c   .ry975h + .ry975h::before,
.xy9ydp   .ry975h + .ry975h::before,
.nypwqpi   .ry975h + .ry975h::before,
.jz8jb8ag .ry975h + .ry975h::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.s1tpq44 .ry975h + .ry975h::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ovsqq96h .ry975h + .ry975h::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.bd413c .ry975h + .ry975h::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;
}
.xy9ydp .ry975h + .ry975h::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.nmfr5z .ry975h { margin-bottom: 16px; }
.nmfr5z .ry975h + .ry975h { margin-top: 0; }
.nmfr5z .uj5s { padding-top: 0; padding-bottom: 0; }
.nypwqpi .ry975h + .ry975h::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.jz8jb8ag .ry975h + .ry975h::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.nvtf .ry975h + .ry975h::before,
.i8ij .ry975h + .ry975h::before,
.n9qiam8 .ry975h + .ry975h::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%;
}
.cpp0yq .nvtf .ry975h:nth-child(even)::before,
.cpp0yq .i8ij .ry975h:nth-child(even)::before,
.cpp0yq .n9qiam8 .ry975h:nth-child(even)::before { background: var(--bg-surface); }
.ho6pz .nvtf .ry975h:nth-child(even)::before,
.ho6pz .i8ij .ry975h:nth-child(even)::before,
.ho6pz .n9qiam8 .ry975h:nth-child(even)::before { background: var(--bg-card); }
.nvtf .ry975h + .ry975h::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");
}
.i8ij .ry975h + .ry975h::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");
}
.n9qiam8 .ry975h + .ry975h::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");
}
.fajtd8 .a5bs,
.tligh6qd .a5bs,
.m37k .a5bs { overflow: hidden; }
.fajtd8 .wn1r,
.tligh6qd .wn1r { margin-bottom: 60px; }
.m37k .wn1r { margin-bottom: 70px; }
.fajtd8 .a5bs::before,
.tligh6qd .a5bs::before,
.m37k .a5bs::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%;
}
.fajtd8 .a5bs::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");
}
.tligh6qd .a5bs::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");
}
.m37k .a5bs::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");
}
.otvc .a5bs:not(.es0ozlvk) .tajr { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.yit5mv .a5bs:not(.es0ozlvk) .tajr { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.dwx2  .a5bs:not(.es0ozlvk) .tajr { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.jj7bu  .a5bs:not(.es0ozlvk) .tajr { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.otvc .es0ozlvk { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.yit5mv .es0ozlvk { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.dwx2 .es0ozlvk { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.jj7bu .es0ozlvk { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.v0sx3w .es0ozlvk { background: var(--accent); }
.v0sx3w .es0ozlvk .tajr { background: none; }
.v0sx3w .a5bs:not(.es0ozlvk) .tajr { background: rgba(0,0,0,0.6); }
.wewi53v .x1nkqr { float: left; width: 38%; margin: 0 28px 16px 0; }
.wewi53v .x1nkqr .nodhf084 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wewi53v .uj5s::after { content: ''; display: block; clear: both; }
.bed8zz .x1nkqr { float: right; width: 38%; margin: 0 0 16px 28px; }
.bed8zz .x1nkqr .nodhf084 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.bed8zz .uj5s::after { content: ''; display: block; clear: both; }
.wo7yt5x5 .ry975h:nth-child(odd)  .x1nkqr { float: left;  width: 38%; margin: 0 28px 16px 0; }
.wo7yt5x5 .ry975h:nth-child(even) .x1nkqr { float: right; width: 38%; margin: 0 0 16px 28px; }
.wo7yt5x5 .x1nkqr .nodhf084 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wo7yt5x5 .uj5s::after { content: ''; display: block; clear: both; }
.wewi53v .je3bot,
.wewi53v .xzv8pv,
.bed8zz .je3bot,
.bed8zz .xzv8pv,
.wo7yt5x5 .je3bot,
.wo7yt5x5 .xzv8pv { clear: both; }
@media (max-width: 900px) {
  .wewi53v .x1nkqr,
  .bed8zz .x1nkqr,
  .wo7yt5x5 .ry975h:nth-child(odd)  .x1nkqr,
  .wo7yt5x5 .ry975h:nth-child(even) .x1nkqr {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .wewi53v .x1nkqr .nodhf084,
  .bed8zz .x1nkqr .nodhf084,
  .wo7yt5x5 .x1nkqr .nodhf084 {
    max-height: none !important;
  }
}
.wewi53v .y3t2umpn,
.wewi53v .a5vdgr,
.bed8zz .y3t2umpn,
.bed8zz .a5vdgr,
.wo7yt5x5 .y3t2umpn,
.wo7yt5x5 .a5vdgr { overflow: hidden; }
@media (max-width: 640px) {
  .wewi53v .x1nkqr,
  .bed8zz .x1nkqr,
  .wo7yt5x5 .x1nkqr { float: none; width: 100%; margin: 0 0 16px 0; }
}
.eerofl .nhxm4,
.eerofl .uj5s,
.eerofl .sf2qq9h  { max-width: 1100px; }
.eerofl { --content-mw: 1100px; }
.mrmn .nhxm4,
.mrmn .uj5s,
.mrmn .sf2qq9h  { max-width: 1200px; }
.jaiivfmi .nhxm4,
.jaiivfmi .uj5s,
.jaiivfmi .sf2qq9h  { max-width: 1320px; }
.anwd8nz { font-size: 0.82rem; color: var(--text-muted); }
.og526byc { display: flex; align-items: center; }
.qvkx {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.aztjlx0 { display: flex; align-items: center; }
.wmqxc { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.wmqxc:hover { text-decoration: underline; }
.yj89 { margin: 0 3px; opacity: 0.45; }
.yj89::before { content: '/'; }
.tt80fsi { padding: 2px 5px; color: var(--text-main); }
.nrmt8 .anwd8nz {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.nrmt8 .og526byc { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.z5fuzfim .anwd8nz {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.z5fuzfim .og526byc { padding: 0 0 0 12px; }
.q3wj .og526byc { padding: 0 16px; }
.q3wj .anwd8nz {
  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);
}
.q3wj .nhxm4 { padding-top: 28px; }
@media (max-width: 720px) {
  .q9yx4 { margin-top: 18px; padding: 0 16px; }
  .q3wj .nhxm4 { padding-top: 16px; }
}
.eerofl.nrmt8 .og526byc { max-width: 1100px; }
.mrmn.nrmt8 .og526byc { max-width: 1200px; }
.jaiivfmi.nrmt8 .og526byc { max-width: 1320px; }
.eerofl .q9yx4 { max-width: 1100px; }
.qf0urrx8 .ry975h { padding-top: 16px; padding-bottom: 16px; }
.wgk0bga .ry975h { padding-top: 24px; padding-bottom: 24px; }
.uim4q01k .ry975h { padding-top: 40px; padding-bottom: 40px; }
.c3xo87i9 .ry975h { padding-top: 52px; padding-bottom: 52px; }
.vdbqy .ry975h:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.vdbqy .ry975h:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.vdbqy .ry975h:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.vdbqy .ry975h:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.py5ss4g .uj5s { padding-top: 10px;  padding-bottom: 10px; }
.lquvl7f6 .uj5s { padding-top: 18px;  padding-bottom: 18px; }
.y7rpdo .uj5s { padding-top: 36px;  padding-bottom: 36px; }
.zjxf8393 .uj5s { padding-top: 48px;  padding-bottom: 48px; }
.zm2daf h2.vt3s0h { font-weight: 600; }
.zm2daf h3.k2gv5c     { font-weight: 600; }
.cmb9e { font-weight: 500; }
.cmb9e h2.vt3s0h { font-weight: 800; }
.cmb9e h3.k2gv5c     { font-weight: 700; }
.ie37 h2.vt3s0h { font-weight: 900; }
.ie37 h3.k2gv5c     { font-weight: 800; }
.ie37 .mpylj2 strong,
.ie37 .mpylj2 strong { font-weight: 600; }
.w5n4 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.rxzpxk .w5n4 { display: none; }
@media (max-width: 640px) {
  .w5n4 { display: none !important; }
}
.w5n4 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.w5n4:hover { opacity: 0.85; }
.ag8cd .w5n4 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.k9gu4  .kkbd0u { left: 32px; }
@media (max-width: 480px) {
  .nrv3k35 .kkbd0u { right: 20px; bottom: 20px; }
  .k9gu4  .kkbd0u { left: 20px; bottom: 20px; }
}
.igp8xq { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.sf2qq9h { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.cmwx { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.fpcp { color: var(--text-dim); font-size: 0.8rem; }
.my852wp { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.my852wp img { height: 26px; width: auto; object-fit: contain; }
.p38p .sf2qq9h { text-align: center; }
.p38p .cmwx { margin-top: 0; }
@media (max-width: 640px) {
  .sf2qq9h { padding-left: 16px; padding-right: 16px; }
  .bssn .sf2qq9h { padding: 20px 16px; }
  .jyad7bi { gap: 4px 12px; }
  .cmwx { font-size: 0.78rem; }
}
.rkluw62x .fgo3v8a .my852wp { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.rkluw62x .cmwx { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.rkluw62x .fpcp { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .rkluw62x .t1uml3 { grid-template-columns: 1fr 1fr; } .rkluw62x .fgo3v8a { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rkluw62x .t1uml3 { grid-template-columns: 1fr; } }
.wphpf9bi .i57nyl31 { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.wphpf9bi .my852wp { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.wphpf9bi .qgyewn { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.wphpf9bi .qgyewn a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.wphpf9bi .qgyewn a:hover { color: var(--accent-light); }
.ifa5 { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.wphpf9bi .jv2m7i { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.wphpf9bi .uenmoip6 { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.wphpf9bi .uenmoip6 a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.wphpf9bi .uenmoip6 a:hover { color: var(--accent-light); }
.wphpf9bi .cmwx { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .wphpf9bi .i57nyl31 { gap: 12px; } .wphpf9bi .my852wp { margin-right: 0; width: 100%; } }
.ghmms .hmq644j .my852wp { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.ghmms .cmwx { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.ghmms .fpcp { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .ghmms .m46z2 { grid-template-columns: 1fr 1fr; } .ghmms .hmq644j { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ghmms .m46z2 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ppbpdn .clhmev { grid-template-columns: 1fr 1fr; } .ppbpdn .vblp:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ppbpdn .clhmev { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .mbw6scqy .clhmev { grid-template-columns: 1fr; } }
.umpiyf .sf2qq9h { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.d486elw .mudz      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.d486elw .igp8xq { background: var(--bg-page); border-top-color: var(--border-alt); }
.sey5p .mudz      { background: #0d1117; border-bottom-color: #21262d; }
.sey5p .vl26 { color: var(--accent-light); }
.sey5p .uw6tk { --msep-color: #8b949e; }
.sey5p .uw6tk a { color: #8b949e; }
.sey5p .uw6tk a:hover { color: var(--accent-light); }
.sey5p .yvopl { color: #8b949e; }
.sey5p .igp8xq { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.sey5p .cmwx,
.sey5p .fpcp { color: #6e7681; }
.sey5p .c2cws a, .sey5p .qgyewn a,
.sey5p .uenmoip6 a { color: #8b949e; }
.sey5p .my852wp { color: #e6edf3; }
.sey5p .c2cws a:hover, .sey5p .qgyewn a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .sey5p .uw6tk { background: #0d1117; border-top-color: #21262d; }
  .sey5p .uw6tk li a { border-bottom-color: #21262d; }
}
.vrd1fq .mudz      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.vrd1fq .vl26 { color: var(--accent-light); }
.vrd1fq .uw6tk { --msep-color: #475569; }
.vrd1fq .uw6tk a { color: #475569; }
.vrd1fq .uw6tk a:hover { color: var(--accent-light); }
.vrd1fq .yvopl { color: #64748b; }
.vrd1fq .igp8xq { background: #f0f4f8; border-top-color: #cbd5e1; }
.vrd1fq .cmwx,
.vrd1fq .fpcp { color: #64748b; }
.vrd1fq .c2cws a, .vrd1fq .qgyewn a,
.vrd1fq .uenmoip6 a, .vrd1fq .my852wp { color: #374151; }
.vrd1fq .c2cws a:hover, .vrd1fq .qgyewn a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .vrd1fq .uw6tk { background: #f0f4f8; border-top-color: #cbd5e1; }
  .vrd1fq .uw6tk li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.z1tv5aq .mudz      { background: var(--accent); border-bottom-color: var(--accent-light); }
.z1tv5aq .vl26 { color: #fff; }
.z1tv5aq .uw6tk { --msep-color: rgba(255,255,255,0.82); }
.z1tv5aq .uw6tk a { color: rgba(255,255,255,0.82); }
.z1tv5aq .uw6tk a:hover { color: #fff; }
.z1tv5aq .yvopl { color: rgba(255,255,255,0.9); }
.z1tv5aq .igp8xq { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.z1tv5aq .cmwx,
.z1tv5aq .fpcp { color: rgba(255,255,255,0.72); }
.z1tv5aq .c2cws a, .z1tv5aq .qgyewn a,
.z1tv5aq .uenmoip6 a, .z1tv5aq .my852wp { color: #fff; }
.z1tv5aq .c2cws a:hover, .z1tv5aq .qgyewn a:hover { color: #fff; }
@media (max-width: 640px) {
  .z1tv5aq .uw6tk { background: var(--accent); border-top-color: var(--accent-light); }
  .z1tv5aq .uw6tk li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.uq9a5fi9 .mudz {
  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);
}
.uq9a5fi9 .igp8xq {
  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) {
  .uq9a5fi9 .uw6tk {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.vft4q .aza1 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.qqf7b .aza1 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.xvf8j .aza1 { min-height: 72px; height: auto; }
.yiny .aza1 { min-height: 84px; height: auto; }
.bssn .aza1 { max-width: none; padding: 0 32px; }
.bssn .sf2qq9h  { max-width: none; padding: 24px 32px; }
.d3n9.mrmn .aza1 { max-width: 1200px; }
.d3n9.jaiivfmi .aza1 { max-width: 1320px; }
.fdxq   .vl26, .fdxq   .my852wp { text-transform: capitalize; }
.e3igu .vl26, .e3igu .my852wp { text-transform: lowercase; }
.n4d0zjz3 .vl26, .n4d0zjz3 .my852wp { text-transform: uppercase; letter-spacing: 0.06em; }
.i84jy, .ucwp8 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.g584btlc .i84jy,
.g584btlc .ucwp8 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.smnze4dk .i84jy,
.smnze4dk .ucwp8 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.axkn .i84jy,
.axkn .ucwp8 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.m4tl31 .i84jy,
.m4tl31 .ucwp8 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.pmddhupe   .uw6tk a { font-weight: 500; }
.nwz3j81 .uw6tk a { font-weight: 600; }
.plhddh     .uw6tk a { font-weight: 700; }
.afemx    .uw6tk a { font-weight: 800; letter-spacing: 0.01em; }
.wp16tdho     .uw6tk > li + li::before,
.ic82    .uw6tk > li + li::before,
.ts2o    .uw6tk > li + li::before,
.ul6u45qz .uw6tk > li + li::before,
.jtt4rnwo .uw6tk > li + li::before,
.ah548h3f  .uw6tk > li + li::before,
.dj1ux    .uw6tk > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.wp16tdho     .uw6tk > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ic82    .uw6tk > li + li::before { content: "|"; }
.ts2o    .uw6tk > li + li::before { content: "—"; }
.ul6u45qz .uw6tk > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.jtt4rnwo .uw6tk > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ah548h3f  .uw6tk > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.dj1ux    .uw6tk > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .m04vad .yvopl,
  .jd9im .yvopl,
  .pm7r3 .yvopl,
  .b3z3jsd .yvopl,
  .r9g0p7 .yvopl {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .m04vad .yvopl::before,
  .jd9im .yvopl::before,
  .pm7r3 .yvopl::before,
  .b3z3jsd .yvopl::before,
  .r9g0p7 .yvopl::before { content: ""; display: block; flex-shrink: 0; }

  
  .m04vad .yvopl::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;
  }

  
  .jd9im .yvopl::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;
  }

  
  .pm7r3 .yvopl::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;
  }

  
  .b3z3jsd .yvopl::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;
  }

  
  .r9g0p7 .yvopl::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) {
  .s44cbxpd .yvopl {
    padding: 5px 14px;
  }
  .s44cbxpd .uw6tk {
    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;
  }
  .s44cbxpd .uw6tk li a {
    border-bottom: none; padding: 10px 22px;
  }
  .s44cbxpd .uw6tk li a:hover { background: var(--bg-raised); }
  .s44cbxpd .q74lr,
  .amnkru .q74lr,
  .eil1 .q74lr { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .somyrpiw .yvopl {
    padding: 5px 10px;
  }
  .somyrpiw .uw6tk {
    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);
  }
  .somyrpiw .uw6tk.o2omq { transform: translateX(0); }
  .somyrpiw .uw6tk li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .somyrpiw .uw6tk li:last-child a { border-bottom: none; }
  .z1tv5aq .uw6tk,
  .sey5p .uw6tk { background: var(--accent) !important; }
  .z1tv5aq .uw6tk li a,
  .sey5p .uw6tk li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .eil1 .yvopl {
    padding: 5px 10px;
  }
  .eil1 .uw6tk {
    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);
  }
  .eil1 .uw6tk::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .eil1 .uw6tk.o2omq { transform: translateY(0); }
  .eil1 .uw6tk li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .iiista .yvopl {
    padding: 5px 10px;
  }
  .iiista .uw6tk {
    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;
  }
  .iiista .uw6tk.o2omq { opacity: 1; pointer-events: auto; }
  .iiista .uw6tk li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .mqi2bqil     .yvopl { border-radius: 0 !important; }
  .xcfo   .yvopl { border-radius: 8px !important; }
  .b3z19 .yvopl { border-radius: 50% !important; }
  .hi5e3yu   .yvopl { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .rfdj .c0ecdxi8 { flex-direction: column; align-items: stretch; }
  .rfdj .e99971 { flex-direction: row; min-width: auto; }
  .rfdj .jli9et { align-items: flex-start; text-align: left; }
}
.sj23s,
.sj23s.ry975h,
.cpp0yq .sj23s,
.k3xkwmd .sj23s,
.ho6pz .sj23s,
.qp54kb .sj23s {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.gdf3tg {
  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;
}
.iv5ln { flex: 1 1 280px; min-width: 0; }
.p2evg {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.gpl39p25 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.mmv5p {
  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;
}
.mmv5p:hover { transform: translateY(-1px); opacity: 0.95; }
.lwpxumac .gdf3tg {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.lwpxumac .p2evg { color: var(--cta); }
.lwpxumac .gpl39p25 { color: var(--text-body); }
.lwpxumac .mmv5p {
  background: var(--cta) !important;
  color: #fff !important;
}
.m6cyh .gdf3tg {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.m6cyh .p2evg { color: var(--text-primary); }
.m6cyh .gpl39p25 { color: var(--text-body); }
.m6cyh .mmv5p {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .gdf3tg {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .iv5ln { flex: 0 0 auto; }
  .p2evg { font-size: 1.2rem; }
  .mmv5p { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.m25mn .yuynjb { height: 36px; }
.tohcl14l .yuynjb { height: 60px; max-width: 200px; }
.t51g .yuynjb { height: 56px; max-width: 180px; }
.ca64d    .x76cvziq, .ca64d    .m1ap { color: #f59e0b; }
.h6cbrloy      .x76cvziq { font-size: 1rem; letter-spacing: 1.5px; }
.h6cbrloy      .m1ap   { font-size: 1.35rem; }
.fhp62zi    .x76cvziq, .fhp62zi    .m1ap { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.gyq84     .x76cvziq, .gyq84     .m1ap { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.luty0z6h .x76cvziq, .luty0z6h .m1ap { color: var(--cta); letter-spacing: 2px; }
.bc1k   .x76cvziq, .bc1k   .m1ap { color: #e91e63; letter-spacing: 2px; }
.rsohfoh  .x76cvziq, .rsohfoh  .m1ap { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.r706     .x76cvziq, .r706     .m1ap { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.xjm957s1 .bel0ns4d + .bel0ns4d {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.rysicoe .dg4vb54 { padding: 18px 24px; min-height: 68px; }
.mp696 .bg1lmb6 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.mp696 .irhj6ew {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.yyj5uy .bel0ns4d {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.xzv8pv { counter-reset: cs-rank; }
.xzv8pv .dg4vb54 { counter-increment: cs-rank; }
.xzv8pv .dg4vb54::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;
}
.hx4f4z .xzv8pv { counter-reset: cs-rank; gap: 0; }
.hx4f4z .dg4vb54 {
  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;
}
.hx4f4z .dg4vb54::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;
}
.hx4f4z .hdpo {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.hx4f4z .vi53 {
  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;
}
.hx4f4z .qhf1g { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.hx4f4z .hdpo { min-width: 0; flex-direction: column; width: 100%; }
.hx4f4z .fdet {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.hx4f4z .x76cvziq { color: var(--cta, var(--accent)); }
.hx4f4z .tzhg9 { font-weight: 700; }
.hx4f4z .bel0ns4d {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.hx4f4z .bg1lmb6 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.hx4f4z .irhj6ew {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.hx4f4z .cd2o1y .irhj6ew { font-size: 1.3rem; color: var(--accent-light); }
.hx4f4z .m57m {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.hx4f4z .dg4vb54:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .hx4f4z .xzv8pv {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .hx4f4z .dg4vb54 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .hx4f4z .dg4vb54 { padding: 40px 16px 20px; }
  .hx4f4z .bel0ns4d {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .hx4f4z .m57m { width: 100%; min-width: 0; }
}
.gkgpz7 .xzv8pv { counter-reset: cs-rank; gap: 10px; }
.gkgpz7 .dg4vb54 {
  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);
}
.gkgpz7 .dg4vb54::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);
}
.gkgpz7 .hdpo {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.gkgpz7 .vi53 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.gkgpz7 .qhf1g { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.gkgpz7 .fdet {
  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;
}
.gkgpz7 .x76cvziq { color: var(--cta, var(--accent)); }
.gkgpz7 .bel0ns4d {
  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;
}
.gkgpz7 .bg1lmb6 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.gkgpz7 .irhj6ew { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.gkgpz7 .cd2o1y .irhj6ew { color: var(--accent-light); }
.gkgpz7 .m57m {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.gkgpz7 .dg4vb54:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .gkgpz7 .dg4vb54 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .gkgpz7 .dg4vb54::before {
    position: absolute; top: 14px; left: 14px;
  }
  .gkgpz7 .hdpo {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .gkgpz7 .fdet { white-space: normal; text-align: center; font-size: 1.2rem; }
  .gkgpz7 .bel0ns4d {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .gkgpz7 .m57m { width: 100%; min-width: 0; }
  .gkgpz7 .x76cvziq { min-width: 0; }
}
.igvtcmm .dg4vb54::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.ory5c .y4albfn {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ory5c .y4albfn summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ory5c .y4albfn p { padding: 0 2px 16px; }
.l55h2h .y4albfn { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.l55h2h .y4albfn summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.l55h2h .y4albfn summary::after { content: "›"; font-size: 1.2em; }
.l55h2h .y4albfn[open] summary::after { content: "‹"; }
.l55h2h .y4albfn p { padding: 10px 22px 4px; }
.drft96j .y4albfn {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.drft96j .y4albfn summary { color: var(--text-primary); padding-left: 16px; }
.drft96j .y4albfn summary::after { content: "›"; font-size: 1.1em; }
.drft96j .y4albfn[open] summary::after { content: "‹"; }
.drft96j .y4albfn p { padding-left: 16px; }
.g16t .xbrus { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.g16t .y4albfn {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.g16t .y4albfn:last-child { border-bottom: none; }
.g16t .y4albfn summary { color: var(--text-primary); border-radius: 0; }
.g16t .y4albfn summary::after { content: "›"; font-size: 1.1em; }
.g16t .y4albfn[open] summary::after { content: "‹"; }
.vi15 .y4albfn { overflow: hidden; }
.vi15 .y4albfn summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.vi15 .y4albfn summary::after { color: rgba(255,255,255,.75); }
.vi15 .y4albfn[open] summary { border-radius: 0; }
.i0lmdy { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.tog26fd {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.mrwergfv {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.zv0np { color: var(--text-muted); font-size: 1.05rem; }
.i9913h2b {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.rlliv {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.qi6l { margin-bottom: 20px; }
.ijz2l5 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.epdzeq0c {
  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;
}
.epdzeq0c:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.g6oscie { resize: vertical; min-height: 130px; }
.i7rhp { width: 100%; margin-top: 8px; }
.uzi9a3 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.ld884 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.r7u9fxa { color: var(--text-muted); line-height: 1.75; }
.d4mw65y { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.d4mw65y li { margin-bottom: 6px; }
.j79bkd2n { max-width: 760px; margin: 0 auto; }
.e7k02 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.i2lzl0w { max-width: 760px; margin: 0 auto; }
.o4xfev59 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.f1ewu4c ul.d4mw65y { margin: 0; }
.yno6mct { max-width: 900px; margin: 0 auto; }
.kwqe3 { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.kwqe3:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.kwqe3 .o4xfev59 { margin: 0; font-size: 1rem; }
.kwqe3 .ha06gi p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .kwqe3 { grid-template-columns: 1fr; gap: 10px; } }
.umqpec .o4xfev59 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.qm4k5 .d4mw65y { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .kx3nnxdr { grid-template-columns: 1fr; } }
.tzp2gram { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.tzp2gram:hover .b1k6xtu { color: var(--accent-light); text-decoration: underline; }
.tiv4g3 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.c4h104 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.c4h104:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.rtys8 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.c4h104 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.c4h104 ul.d4mw65y { margin: 0; }
.oujt5hz { color: var(--text-muted); line-height: 1.75; }
.t7eoz .d4mw65y,
.ardjf16 .d4mw65y,
.xlkol7 .d4mw65y,
.ihs9r7 .d4mw65y {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.t7eoz .c4h104,
.ardjf16 .c4h104 { text-align: left; }
.t7eoz .rtys8,
.ardjf16 .rtys8 { text-align: center; }
.kvdj { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.imqj86sf { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.f4asacc { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.kh0o { margin-top: 12px; }
.n1n3 { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.n1n3:hover { border-bottom-color: var(--accent-light); }
.k3g3m0u { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.k3g3m0u img { width: 100%; height: 100%; object-fit: cover; display: block; }
.n5wei { width: 200px; height: 200px; }
.gj07vph { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.ojoy { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.xxhxqv7g { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.xxhxqv7g::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .m7l1vb { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.iqbyjb8 .f4asacc, .iqbyjb8 .imqj86sf { max-width: 640px; }
.elcosp .kvdj { font-size: 1.6rem; margin-top: 18px; }
.ej8u .f4asacc { margin-bottom: 28px; }
@media (max-width: 860px) { .pgtr { grid-template-columns: 1fr; } .elcosp { position: static; text-align: center; } }
.ce3i0 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.v3x1e { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; text-align: center; }
.v3x1e .k3g3m0u { margin: 0 auto 18px; }
.v3x1e .ojoy { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ce3i0 { grid-template-columns: 1fr; } }
.fdwe7zyl .kvdj { font-size: 1.6rem; margin-bottom: 6px; }
.ihs9r7 .d4mw65y { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .fdwe7zyl { flex-direction: column; text-align: center; } .cr8034 { grid-template-columns: 1fr; } }
.v1ajbk8 .kvdj { font-size: 1.35rem; margin: 0 0 4px; }
.v1ajbk8 .ojoy { margin: 0; }
.qevh { max-width: 760px; margin: 0 auto; }
.qkmn2 { position: relative; padding-left: 28px; }
.qkmn2::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.hl89 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.hl89:last-child { padding-bottom: 0; }
.eeec2 { 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; }
.v5lefmzx h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.v5lefmzx p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.rqr2 .mrwergfv { color: var(--accent-light); }
.eot0k .mrwergfv { font-size: 2rem; }
.eot0k .zv0np { max-width: 680px; }
.n47zkgle {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.n47zkgle .mrwergfv { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.n47zkgle .zv0np  { margin: 0; }
@media (max-width: 640px) { .n47zkgle { flex-direction: column; } }
.kx8oyve .mrwergfv { color: var(--accent-light); }
.icsnsdg .mrwergfv { color: #fff; }
.icsnsdg .zv0np  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .d5j2d0z { grid-template-columns: 1fr; } }
.wm8ftm .epdzeq0c {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.wm8ftm .epdzeq0c:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.jlhoq5 .epdzeq0c { background: var(--bg-raised); border-color: transparent; }
.jlhoq5 .epdzeq0c:focus { background: var(--bg-card); border-color: var(--accent-light); }
.gjt4 .epdzeq0c { border-radius: 100px; padding: 11px 20px; }
.gjt4 .g6oscie { border-radius: 14px; }
.j27m65nk {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.j27m65nk summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.j27m65nk summary::-webkit-details-marker { display: none; }
.j27m65nk summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.j27m65nk[open] summary::after { content: "−"; }
.uvv9 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .y6ajm { grid-template-columns: 1fr; } }
.z9y3jjp5 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.z9y3jjp5 li { margin-bottom: 6px; }
.s24ll{display:none}
.s24ll:empty,.rg4w1ph:empty{display:none}
.pm83gei{position:relative;overflow:visible}
.gz5qqpg .b0104ek,.w3ygoea .b0104ek,
.lrcz9m8e .b0104ek,.fmpwt .b0104ek,
.hcem2w .b0104ek,.njp2gz .b0104ek{display:block}
.fmpvpz .w81p2py{display:block}
.gz5qqpg .b0104ek,.w3ygoea .b0104ek,
.lrcz9m8e .b0104ek,.fmpwt .b0104ek,
.hcem2w .b0104ek{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}
.gz5qqpg .b0104ek .rg4w1ph,.w3ygoea .b0104ek .rg4w1ph,
.lrcz9m8e .b0104ek .rg4w1ph,.fmpwt .b0104ek .rg4w1ph,
.hcem2w .b0104ek .rg4w1ph{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}
.gz5qqpg .ahetdrbb,.w3ygoea .ahetdrbb,
.lrcz9m8e .ahetdrbb,.fmpwt .ahetdrbb,
.hcem2w .ahetdrbb{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.gz5qqpg .b0104ek,.w3ygoea .b0104ek{top:12px}
.gz5qqpg .b0104ek .rg4w1ph{margin-right:auto}
.w3ygoea .b0104ek .rg4w1ph{margin-left:auto}
.w3ygoea .b0104ek{text-align:right}
.lrcz9m8e .b0104ek,.fmpwt .b0104ek{bottom:12px}
.lrcz9m8e .b0104ek .rg4w1ph{margin-right:auto}
.fmpwt .b0104ek .rg4w1ph{margin-left:auto}
.fmpwt .b0104ek{text-align:right}
.hcem2w .b0104ek{position:relative;margin-top:16px}
.hcem2w .b0104ek .rg4w1ph{margin:0 auto}
.njp2gz .b0104ek{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.njp2gz .b0104ek .rg4w1ph{margin:0}
.njp2gz .qc9jkst~.b0104ek,
.njp2gz .fi30bk~.b0104ek{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.njp2gz .qc9jkst~.b0104ek .rg4w1ph,
.njp2gz .fi30bk~.b0104ek .rg4w1ph{justify-content:flex-start}
.qc9jkst~.b0104ek,.fi30bk~.b0104ek{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}
.qc9jkst~.b0104ek .rg4w1ph{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.fi30bk~.b0104ek .rg4w1ph{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.w81p2py .rg4w1ph{margin:0 0 12px}
.rg4w1ph{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.n9ym{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.b1k6xtu{font-weight:600;color:var(--text-heading);opacity:1}
.rjhx::before{content:"·";margin:0 2px;opacity:.5}
.ahetdrbb{white-space:nowrap}
.s8s16ne .n9ym{display:none}
.jda5c8 .ahetdrbb{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.jda5c8 .rjhx::before{content:""}
.pzrwo .ahetdrbb{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}
.pzrwo .rjhx::before{content:""}
.edcv .rg4w1ph{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.wbet59x .ahetdrbb{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.wbet59x .rjhx::before{content:""}
.jdf7lxf .ahetdrbb{color: var(--accent-light);opacity:1;font-weight:500}
.mc6z .ahetdrbb{border-bottom:1px solid currentColor;padding-bottom:2px}
.fqobttx .rg4w1ph{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.aslso{--date-bg:var(--accent-bg)}
.dc5y3a4j .rjhx::before{content:""}
.ww3s .rjhx::before{content:"•";opacity:.4}
.ww3s .ahetdrbb + .ahetdrbb::before{content:"•";margin-right:6px;opacity:.4}
.kjqro .rjhx::before{content:"/";opacity:.35}
.kjqro .ahetdrbb + .ahetdrbb::before{content:"/";margin-right:6px;opacity:.35}
.ajvf .rjhx::before{content:"|";opacity:.3}
.ajvf .ahetdrbb + .ahetdrbb::before{content:"|";margin-right:6px;opacity:.3}
.vl8y .rjhx::before{content:"—";opacity:.3}
.vl8y .ahetdrbb + .ahetdrbb::before{content:"—";margin-right:6px;opacity:.3}
.c3i7 .rjhx::before{content:"◆";font-size:.5em;opacity:.35}
.c3i7 .ahetdrbb + .ahetdrbb::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.tj75st1 .rjhx::before{content:"·";opacity:.4}
.tj75st1 .ahetdrbb + .ahetdrbb::before{content:"·";margin-right:6px;opacity:.4}
.wz2u1 .rjhx::before{content:"›";opacity:.4}
.wz2u1 .ahetdrbb + .ahetdrbb::before{content:"›";margin-right:6px;opacity:.4}
.itzsasm .rjhx::before{content:"→";opacity:.35;font-size:.85em}
.itzsasm .ahetdrbb + .ahetdrbb::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.ico1x .f18ji3y{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .f18ji3y{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .qpe6{max-width:100%}
}
.qv0clt .h0k4yf1s{margin:0}
@media (max-width:560px){
  .ubz04jss{grid-template-columns:repeat(2,1fr);gap:12px}
}
.aawr {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.aawr.azuu48z {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.dagaj {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.dagaj .cgessr {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.dagaj .cgessr::before,
.dagaj .cgessr::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.dagaj .cgessr::before { transform: translate(-50%, -50%) rotate(45deg); }
.dagaj .cgessr::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.dagaj .cgessr:hover { background: rgba(0,0,0,0.12) !important; }
.jiwdgu61 {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.fkf4b {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.hb4nt {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.gw71ao4g {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.dagaj .pbew08 {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.dagaj .pbew08:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .dagaj { padding: 28px 18px 20px; }
  .hb4nt { font-size: 1.2rem; }
  .jiwdgu61 { max-width: 220px; max-height: 80px; }
}
.c9w6k1z {
  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);
}
.ybtl07 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.q55mqkx  .c9w6k1z { border-radius: 50%; }
.ecn6tyu  .c9w6k1z { border-radius: 6px; }
.i815 .c9w6k1z { border-radius: 22px; }
.c3qpk3qu .gdf3tg {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .c9w6k1z { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.eqad4gmb .ry975h {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.eqad4gmb .uj5s {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.eqad4gmb .gdf3tg {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.eoc4j {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.eoc4j.azuu48z { transform: translate(-50%, 0); }
.eoc4j .ry975h,
.eoc4j .uj5s {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.eoc4j .gdf3tg {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.eixnnte {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.eixnnte::before,
.eixnnte::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.eixnnte::before { transform: translate(-50%, -50%) rotate(45deg); }
.eixnnte::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.eixnnte:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .eoc4j { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .eoc4j .gdf3tg {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .eoc4j .gpl39p25 { display: none !important; }
  .eoc4j .p2evg { font-size: 1.1rem !important; }
  .eoc4j .c9w6k1z { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .eixnnte { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .aza1 { flex-direction: row-reverse; }
[dir="rtl"] .uw6tk { flex-direction: row-reverse; }
[dir="rtl"] .k9gu4  .kkbd0u { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .nrv3k35 .kkbd0u { right: auto; left: 20px; }
  [dir="rtl"] .k9gu4  .kkbd0u { left: auto;  right: 20px; }
}
[dir="rtl"] .wewi53v .x1nkqr  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .bed8zz .x1nkqr { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .y3t2umpn, [dir="rtl"] .a5vdgr { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ld65b { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .g6zd1 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .mpylj2 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .gdf3tg { direction: rtl; }
[dir="rtl"] .c9w6k1z { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .dg4vb54,
[dir="rtl"] .anwd8nz { direction: rtl; }
[dir="rtl"] .njeim { direction: rtl; }
[dir="rtl"] .oy05xpc { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .p24gq .a5vdgr,
[dir="rtl"] .ja2j5ic .a5vdgr,
[dir="rtl"] .jxrkqha .a5vdgr,
[dir="rtl"] .bdbu8vj .a5vdgr {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .p24gq .a5vdgr li::before,
[dir="rtl"] .ja2j5ic .a5vdgr li::before,
[dir="rtl"] .jxrkqha .a5vdgr li::before,
[dir="rtl"] .bdbu8vj .a5vdgr li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .a5bs.w04nwhv1 .wn1r,
[dir="rtl"] .hxmwy.w04nwhv1 .wn1r,
[dir="rtl"] .es0ozlvk.w04nwhv1 .wn1r,
[dir="rtl"] .tyjort.w04nwhv1 .wn1r,
[dir="rtl"] .eg39pju.w04nwhv1 .wn1r { text-align: right; }
[dir="rtl"] .qc9jkst.rcyb .tx0dr { text-align: center; }
[dir="rtl"] .uj5s,
[dir="rtl"] .a1flv4tb,
[dir="rtl"] .ah6p,
[dir="rtl"] .wn1r { text-align: right; }
[dir="rtl"] .rlliv,
[dir="rtl"] .ijz2l5,
[dir="rtl"] .f4asacc,
[dir="rtl"] .epdzeq0c,
[dir="rtl"] .g6oscie { text-align: right; direction: rtl; }
[dir="rtl"] .gjt4 .epdzeq0c,
[dir="rtl"] .wm8ftm .epdzeq0c { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #3b43cd;
  --brand:           #3b43cd;
  --brand-light:     #333998;
  --brand-pale:      #5f64b9;
  --grad-start:      #8489df;
  --grad-end:        #b9bce7;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #3b82f6;
  --cta-light:       #0d67fa;
  --cta-hover:       #0a5fe9;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f3f5;
  --bg-raised:       #eeeef1;
  --bg-hover:        #f3f3f5;
  --border:          #e2e2e8;
  --border-alt:      #d0d1db;
  --border-section:  #e2e2e8;
  --text-primary:    #17171b;
  --text-muted:      #52535f;
  --text-body:       #2f2f36;
  --text-sub:        #474751;
  --text-faint:      #767788;
  --text-dim:        #9192a0;
  --text-label:      #5e5f6d;
  --text-value:      #3b3b44;
  --accent-bg:       #e4e5f0;
  --accent-bg-light: #cdcee9;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #178b67;
  --c-cons:          #9f2148;
  --c-pros-label:    #1ba67b;
  --c-tip-border:    #1eb788;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #178b67;
}
:root { --logo-bg-opacity: 60%; }
body, button, input { font-family: "Work Sans", sans-serif; }
.e598s4h .ldpp, .e598s4h .qc9jkst { min-height: 420px; }
.yj89::before { content: '/'; }