:root {
  --color-accent: #673b10;
  --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;
}
.q4mbk {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.e3h6 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.l89a {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.gwwoj { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.x80r468 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.x80r468 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.x80r468 a:hover { color: var(--accent-light); }
.edla   .tpht5w { border-radius: 0; }
.pwuhx .tpht5w li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .tpht5w {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .n04a:hover .tpht5w,
  .n04a:focus-within .tpht5w { display: block; }
  .tpht5w li a { padding: 8px 16px; font-size: 0.88rem; }
}
.zxni {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.k35qc { display: none; }
@media (max-width: 640px) {
  .k35qc {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .k35qc.gbiiyez { display: block; }
}
@media (max-width: 640px) {
  .zxni { display: block; }
  .x80r468 > li + li::before { display: none !important; }
  .x80r468 {
    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;
  }
  .x80r468.gbiiyez { display: flex; }
  .x80r468 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .x80r468 li:last-child a { border-bottom: none; }
}
.fs0i { min-height: 480px; }
.ii1c1 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.f5i1e { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ep6d2j .f5i1e { margin-left: 0; margin-right: 0; }
.y980o {
  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;
}
.gztso .y980o { margin-top: 24px; }
.y980o:hover { opacity: 0.88; }
.vcjp2 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.xrqzj {
  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%);
}
.vcjp2 .ta46md6 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.vcjp2 .ii1c1 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.vcjp2 .f5i1e { color: #e2e8f0; }
.vcjp2.uq6n51k .ta46md6 { text-align: center; }
.vcjp2.ep6d2j   .ta46md6 { text-align: left; }
.uk4mh1 .ta46md6 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.uk4mh1 .ii1c1 { color: var(--text-primary); text-shadow: none; }
.uk4mh1 .f5i1e { color: var(--text-muted); }
.uk4mh1 .y980o { margin-top: 16px; }
.uk4mh1, .uk4mh1.fs0i { min-height: auto !important; }
.uk4mh1.uq6n51k .ta46md6 { text-align: center; }
.uk4mh1.ep6d2j   .ta46md6 { text-align: left; }
.uk4mh1~.ebd8h2c{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}
.uk4mh1~.ebd8h2c .zcv1{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}
.iciln4he {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.xbzra2mt .iciln4he,
.xbzra2mt .iciln4he::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.v0d973w .iciln4he,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.utxwc .iciln4he,
.utxwc .vcjp2 .xrqzj {
  overflow: hidden;
}
.utxwc .iciln4he::after,
.utxwc .vcjp2 .xrqzj::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%); }
}
.kfyhb .iciln4he,
.kfyhb .iciln4he::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); }
}
.kfyhb .vcjp2 .xrqzj {
  overflow: hidden;
}
.kfyhb .vcjp2 .xrqzj::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;
}
.qzk9 .iciln4he,
.qzk9 .dmekr29,
.qzk9 .vcjp2 .xrqzj {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.xbzra2mt .vcjp2 .xrqzj {
  overflow: hidden;
}
.xbzra2mt .vcjp2 .xrqzj::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;
}
.v0d973w .vcjp2 .xrqzj {
  animation: hg-breathe 10s ease-in-out infinite;
}
.iciln4he .xrqzj {
  background: none;
}
.iciln4he .ii1c1 { color: #fff; }
.iciln4he .f5i1e { color: rgba(255,255,255,0.85); }
.iciln4he .y980o { background: #fff; color: var(--cta); }
.iciln4he .y980o:hover { opacity: 0.92; }
.qzk9 .u8l4d98n {
  animation: hg-fadein 1.2s ease-out both;
}
.u8l4d98n .ii1c1 { text-shadow: none; color: var(--text-primary); }
.u8l4d98n .f5i1e { color: var(--text-muted); }
body.yj2a .ii1c1 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.khclqib .ii1c1 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.fs0i.iciln4he .ii1c1,
section.iciln4he .ii1c1 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.u8l4d98n.uq6n51k .hkp4 { align-items: center; text-align: center; }
.fs0i .y45nqck {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.y45nqck .yhwmqnu8 {
  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;
}
.y45nqck .yhwmqnu8::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.y45nqck .so5wak { display: contents !important; }
.y45nqck .so5wak .ehpi {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.y45nqck .so5wak .of395 { max-height: 48px; max-width: 96px; }
.y45nqck .so5wak .oa4kg {
  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;
}
.y45nqck .v5xse {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.y45nqck .ifccasn { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.y45nqck .it3mlq { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.y45nqck .it3mlq small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.y45nqck .xs6k1ip9 { display: contents !important; }
.y45nqck .xs6k1ip9 .x815:not(.svi7) { display: none !important; }
.y45nqck .xs6k1ip9 .svi7 {
  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;
}
.y45nqck .xs6k1ip9 .svi7 .tm49yqaf {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.y45nqck .xs6k1ip9 .svi7 .aszjdof7 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.y45nqck .xeidv9 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.y45nqck .xeidv9.d5gea {
  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;
}
.y45nqck .xeidv9.d5gea:hover { opacity: 0.85; }
.wyw34 .ta46md6 { padding-bottom: 24px; }
.gztso .ta46md6 { max-width: 1100px; }
@media (max-width: 700px) {
  .u8l4d98n { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .u8l4d98n:not(.brja) .cvfvv9 { display: none !important; }
  .brja .cvfvv9 { padding: 16px; }
  .hkp4  { padding: 36px 24px; }
  .u8l4d98n~.ebd8h2c,.og08x8d1~.ebd8h2c{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .fs0i, .u8l4d98n { min-height: 320px !important; }
  .ii1c1 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .pzmcr,
  .dg0xkx9x,
  .xzl23097 { grid-template-columns: 1fr !important; }

  

  
  .wyw34 { display: flex !important; flex-direction: column !important; }
  .wyw34 .ta46md6 { display: contents; }
  .wyw34 .xrqzj { order: 0; }
  .wyw34 .ii1c1 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .wyw34 .pzmcr { order: 2; padding: 0 16px 12px !important; }
  .wyw34 .f5i1e { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .gztso .ta46md6 { display: flex; flex-direction: column; }
  .gztso .ta46md6 .ii1c1 { order: 1; }
  .gztso .ta46md6 .xzl23097 { order: 2; margin: 8px 0 24px !important; }
  .gztso .ta46md6 .f5i1e { order: 3; }
  .gztso .ta46md6 .y980o { order: 4; align-self: center; margin-top: 0; }

  
  .u8l4d98n.brja {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .u8l4d98n.brja .hkp4 { display: contents; padding: 0; }
  .u8l4d98n.brja .hkp4 .ii1c1 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .u8l4d98n.brja .cvfvv9 { order: 2; padding: 12px 16px; }
  .u8l4d98n.brja .hkp4 .f5i1e { order: 3; padding: 0 24px; margin: 0 auto; }
  .u8l4d98n.brja .hkp4 .y980o { order: 4; align-self: center; margin: 8px 0 32px; }
}
.ju1ydw { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.z3ub { width: 100%; height: auto; display: block; border-radius: 10px; }
.fi0iy7x .ju1ydw        { border-radius: 16px; }
.fi0iy7x .z3ub  { border-radius: 16px; }
.z62f .ju1ydw         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.z62f .z3ub   { border-radius: 8px; }
.ciaxccc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.zvrll { width: 100%; padding: 32px 0; position: relative; }
.j0ohbd { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.g50m .zvrll:nth-child(even) { background: var(--bg-surface); }
.g50m .zvrll:nth-child(odd)  { background: var(--bg-page); }
.ipdnc .zvrll:nth-child(even) { background: var(--bg-card); }
.ipdnc .zvrll:nth-child(odd)  { background: var(--bg-page); }
.g50m .zvrll:nth-child(odd)  .j0ohbd { background: var(--bg-card); border-radius: 6px; }
.g50m .zvrll:nth-child(even) .j0ohbd { background: var(--bg-raised); border-radius: 6px; }
.ipdnc .zvrll:nth-child(odd)  .j0ohbd { background: var(--bg-card); border-radius: 6px; }
.ipdnc .zvrll:nth-child(even) .j0ohbd { background: var(--bg-raised); border-radius: 6px; }
.g50m .zvrll:nth-child(even) .tgm4a .c4xcd7x2,
.ipdnc .zvrll:nth-child(even) .tgm4a .c4xcd7x2 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.g50m .zvrll:nth-child(odd) .tgm4a .c4xcd7x2,
.ipdnc .zvrll:nth-child(odd) .tgm4a .c4xcd7x2 { background: var(--bg-card-inner); }
.g50m .zvrll:nth-child(even) .gv1p .c4xcd7x2:nth-child(odd),
.ipdnc .zvrll:nth-child(even) .gv1p .c4xcd7x2:nth-child(odd)  { background: var(--bg-card); }
.g50m .zvrll:nth-child(even) .gv1p .c4xcd7x2:nth-child(even),
.ipdnc .zvrll:nth-child(even) .gv1p .c4xcd7x2:nth-child(even) { background: var(--bg-card-inner); }
h1.s1xlbm { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.s1xlbm {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.cqyw { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.oqb88 h2.s1xlbm {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.lmyfoe h2.s1xlbm {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.n6zwja5 h2.s1xlbm {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.vwmm5 h2.s1xlbm::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.c7i9o99n h2.s1xlbm {
  color: var(--text-primary); font-size: 1.7rem;
}
.iy32qwnr h2.s1xlbm::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.v3vtv h2.s1xlbm {
  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;
}
.rzhsv { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .rzhsv { display: none; } }
.quylq6 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.kbokk { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.jtkvipj {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.da7h22y { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.wsho1 { padding-left: 20px; }
.wsho1 li { margin-bottom: 6px; }
.wsho1 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.wsho1 a:hover { color: var(--accent-light); }
.ztdvs31 .da7h22y { display: none; }
.lqsiz .da7h22y { display: none; }
.lqsiz .wsho1 { padding-left: 0; list-style: none; }
.lqsiz .wsho1 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.lqsiz .wsho1 a { font-size: 0.92rem; }
.bb9j .jtkvipj { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.bb9j .da7h22y { display: none; }
.bb9j .wsho1 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.bb9j .wsho1 li { margin-bottom: 0; }
.bb9j .wsho1 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;
}
.bb9j .wsho1 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ahct3id .jtkvipj { padding: 20px 20px 16px; }
.ahct3id .wsho1 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ahct3id .wsho1 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ahct3id .wsho1 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;
}
.ahct3id .wsho1 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;
}
.ahct3id .wsho1 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ahct3id .wsho1 a:focus,
.ahct3id .wsho1 a:focus-visible,
.ahct3id .wsho1 a:target { outline: none; }
.ahct3id .wsho1 li:target a { border-color: var(--border); color: var(--text-muted); }
.o8sq2ip0 .jtkvipj { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.o8sq2ip0 .da7h22y { display: none; }
.o8sq2ip0 .wsho1 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.o8sq2ip0 .wsho1 li { margin-bottom: 0; }
.o8sq2ip0 .wsho1 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.o8sq2ip0 .wsho1 li:last-child::after { content: ""; margin-right: 0; }
.o8sq2ip0 .wsho1 a { font-size: 0.9rem; }
.c4xcd7x2 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.tgm4a .c4xcd7x2 { background: var(--bg-card); }
.gv1p .c4xcd7x2:nth-child(odd)  { background: var(--bg-card); }
.gv1p .c4xcd7x2:nth-child(even) { background: var(--bg-raised); }
.ibta .c4xcd7x2 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.ibta .c4xcd7x2:last-child { border-bottom: none; }
.ibta h3.cqyw { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.h4myvk .c4xcd7x2 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.h4myvk .c4xcd7x2 + .c4xcd7x2 { margin-top: 4px; }
.ubj8o3 .c4xcd7x2 { background: none; border-radius: 0; padding: 12px 0; }
.ubj8o3 .c4xcd7x2 + .c4xcd7x2 { border-top: 1px solid var(--border-section); }
.ntse { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.hpibah1p { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.qpuf { color: var(--text-body); margin-bottom: 10px; }
.gvp4b, .hwhvgfaa { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.gvp4b li, .hwhvgfaa li { margin-bottom: 6px; }
.hwhvgfaa li { list-style: decimal; }
.v4ww73     .gvp4b { list-style-type: "● "; }
.nhekexb  .gvp4b { list-style-type: "■ "; }
.l56le .gvp4b { list-style-type: "◆ "; }
.bf7pk5dn    .gvp4b { list-style-type: "★ "; }
.v4ww73     .er7ii { list-style-type: "● "; }
.nhekexb  .er7ii { list-style-type: "■ "; }
.l56le .er7ii { list-style-type: "◆ "; }
.bf7pk5dn    .er7ii { list-style-type: "★ "; }
.v4ww73    .gvp4b li::marker, .v4ww73    .er7ii li::marker,
.nhekexb .gvp4b li::marker, .nhekexb .er7ii li::marker,
.l56le .gvp4b li::marker, .l56le .er7ii li::marker,
.bf7pk5dn   .gvp4b li::marker, .bf7pk5dn   .er7ii li::marker {
  color: var(--cta); font-size: 1em;
}
.v4ww73 .hwhvgfaa,
.nhekexb .hwhvgfaa,
.l56le .hwhvgfaa,
.bf7pk5dn .hwhvgfaa {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.v4ww73 .hwhvgfaa li,
.nhekexb .hwhvgfaa li,
.l56le .hwhvgfaa li,
.bf7pk5dn .hwhvgfaa li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.v4ww73 .hwhvgfaa li::before,
.nhekexb .hwhvgfaa li::before,
.l56le .hwhvgfaa li::before,
.bf7pk5dn .hwhvgfaa 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;
}
.v4ww73     .hwhvgfaa li::before { border-radius: 50%; }
.nhekexb  .hwhvgfaa li::before { border-radius: 3px; }
.l56le .hwhvgfaa li::before { border-radius: 3px; }
.bf7pk5dn    .hwhvgfaa li::before { border-radius: 50%; }
.lao67hr { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.oqtq6a .lao67hr,
.r285 .lao67hr { background: transparent; border: none; border-radius: 0; }
.naxg { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.naxg th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.naxg td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.naxg tr:hover td { background: var(--bg-hover); }
.gfzs .naxg tbody tr:nth-child(even) td { background: var(--bg-surface); }
.zeo2k .naxg { border: 1px solid var(--border-alt); }
.zeo2k .naxg th,
.zeo2k .naxg td { border: 1px solid var(--border-alt); }
.h0lamg .naxg th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.h0lamg .naxg td { border-bottom: none; }
.h0lamg .naxg tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.jzuktn .naxg th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ykpsn .lao67hr {
  overflow: hidden;
}
.ykpsn .naxg th { border-bottom: 1px solid var(--border-alt); }
.ykpsn .naxg tr:last-child td { border-bottom: none; }
.mj3sdn5p { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.tf1j8 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.urnacs { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ni9bf { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.lkj45ao8 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.er7ii { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.er7ii 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%}
.ve5gplj .ni9bf { background: transparent; text-align: center; }
.j7g6gb .urnacs {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.g65lcyd .urnacs {
  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);
}
.p8pfb62 .tf1j8 { display: grid; grid-template-columns: auto 1fr; }
.p8pfb62 .urnacs {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.p8pfb62 .ni9bf { grid-column: 2; }
.p8pfb62 .lkj45ao8,
.p8pfb62 .er7ii { grid-column: 1 / -1; }
.gr8v8d .tf1j8 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.gr8v8d .urnacs {
  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);
}
.gr8v8d .ni9bf { grid-column: 2; }
.gr8v8d .lkj45ao8,
.gr8v8d .er7ii { grid-column: 1 / -1; }
.mke7a .tf1j8 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.mke7a .ni9bf { background: none; color: var(--accent-light); font-weight: 700; }
.affa2 .tf1j8 { 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); }
.affa2 .ni9bf { background: none; color: var(--accent-light); font-weight: 700; }
.hp0b .tf1j8 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.hp0b .tf1j8:last-child { border-bottom: none; }
.hp0b .ni9bf { background: none; color: var(--accent-light); font-weight: 700; }
.aogyr84 .tf1j8 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.aogyr84 .ni9bf { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.t00nnl .mj3sdn5p { counter-reset: card-n; }
.t00nnl .tf1j8  { counter-increment: card-n; }
.t00nnl .ni9bf { display: flex; align-items: center; gap: 10px; }
.t00nnl .ni9bf::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;
}
.mvps85p .tf1j8 { background: var(--bg-surface); border: 1px solid var(--border); }
.mvps85p .ni9bf { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.o6pl8fob { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.jbo4mpp  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.frgz5h { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.d417rkz2 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.cgbwu { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.o6pl8fob strong { color: var(--text-primary); font-size: 0.95rem; }
.o6pl8fob p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.dmrprodq { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.i9kd, .qjvkbgut { border-radius: 8px; padding: 14px; }
.i9kd { background: var(--bg-pros); }
.qjvkbgut { background: var(--bg-cons); }
.kfdx23un { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.i9kd .kfdx23un { color: var(--c-pros-label); }
.qjvkbgut .kfdx23un { color: #f87171; }
.i9kd ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.qjvkbgut ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.z3ub { width: 100%; height: auto; border-radius: 10px; display: block; }
.d5gea {
  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;
}
.d5gea:hover { opacity: 0.85; }
.jaie .d5gea  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.jaie .d5gea:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.exldk .d5gea  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.exldk .d5gea:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.sy98u1sw .y980o { border-radius: 50px; }
.sy98u1sw .d5gea  { border-radius: 50px; }
.k41r1t .y980o { padding-left: 22px; padding-right: 22px; }
.k41r1t .d5gea  { padding-left: 12px; padding-right: 12px; }
.acok .y980o { padding-left: 44px; padding-right: 44px; }
.acok .d5gea  { padding-left: 24px; padding-right: 24px; }
.lrfko .y980o { padding-left: 56px; padding-right: 56px; }
.lrfko .d5gea  { padding-left: 32px; padding-right: 32px; }
.su5hi   .y980o::after, .su5hi   .d5gea::after,
.bteh .y980o::after, .bteh .d5gea::after,
.vwudev    .y980o::after, .vwudev    .d5gea::after,
.kg5ltdnf    .y980o::after, .kg5ltdnf    .d5gea::after,
.ex749s52    .y980o::after, .ex749s52    .d5gea::after,
.pvu6jj     .y980o::after, .pvu6jj     .d5gea::after,
.iwf56m    .y980o::after, .iwf56m    .d5gea::after,
.coidq68   .y980o::after, .coidq68   .d5gea::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;
}
.su5hi .y980o::after, .su5hi .d5gea::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");
}
.bteh .y980o::after, .bteh .d5gea::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");
}
.vwudev .y980o::after, .vwudev .d5gea::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");
}
.kg5ltdnf .y980o::after, .kg5ltdnf .d5gea::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");
}
.ex749s52 .y980o::after, .ex749s52 .d5gea::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");
}
.pvu6jj .y980o::after, .pvu6jj .d5gea::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");
}
.iwf56m .y980o::after, .iwf56m .d5gea::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");
}
.coidq68 .y980o::after, .coidq68 .d5gea::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");
}
.bjjxqn   .iwhxw::after, .bjjxqn   .c96utv::after,
.e02rsv0s .iwhxw::after, .e02rsv0s .c96utv::after,
.s8tu9p    .iwhxw::after, .s8tu9p    .c96utv::after,
.wviwo0    .iwhxw::after, .wviwo0    .c96utv::after,
.nuuh    .iwhxw::after, .nuuh    .c96utv::after,
.ii09     .iwhxw::after, .ii09     .c96utv::after,
.euc6vwx6    .iwhxw::after, .euc6vwx6    .c96utv::after,
.qrlnjo   .iwhxw::after, .qrlnjo   .c96utv::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;
}
.bjjxqn .iwhxw::after, .bjjxqn .c96utv::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");
}
.e02rsv0s .iwhxw::after, .e02rsv0s .c96utv::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");
}
.s8tu9p .iwhxw::after, .s8tu9p .c96utv::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");
}
.wviwo0 .iwhxw::after, .wviwo0 .c96utv::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");
}
.nuuh .iwhxw::after, .nuuh .c96utv::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");
}
.ii09 .iwhxw::after, .ii09 .c96utv::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");
}
.euc6vwx6 .iwhxw::after, .euc6vwx6 .c96utv::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");
}
.qrlnjo .iwhxw::after, .qrlnjo .c96utv::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");
}
.qt5zxw {
  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;
}
.yhwmqnu8 {
  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;
}
.yhwmqnu8 > * { min-width: 0; }
.yhwmqnu8:hover { background: var(--bg-hover); }
.yhwmqnu8 > [itemprop="item"] { display: contents; }
.yhwmqnu8 [itemprop="itemReviewed"],
.yhwmqnu8 [itemprop="reviewRating"] { display: none; }
.yhwmqnu8::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;
}
.so5wak {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.ehpi {
  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;
}
.of395 { max-height: 52px; max-width: 110px; object-fit: contain; }
.oa4kg {
  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;
}
.hi9nh .ehpi    { background: #1a1a1a; }
.uqnc6tn .ehpi   { background: rgba(128,128,128,.12); }
.eev73r9 .ehpi { background: var(--bg-raised); }
.adpaz .ehpi    { background: transparent; padding: 0; }
.v5xse {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.ifccasn { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.it3mlq { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.xs6k1ip9 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.x815 {
  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;
}
.tm49yqaf {
  
  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%;
}
.aszjdof7 {
  
  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;
}
.xeidv9 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.xeidv9.d5gea {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .yhwmqnu8 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .yhwmqnu8::before    { grid-area: rank;   }
  .so5wak           { grid-area: ident;  }
  .v5xse     { grid-area: rating; min-width: 0; width: auto; }
  .xs6k1ip9           { grid-area: pills;  }
  .xeidv9             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .yhwmqnu8 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .yhwmqnu8::before    { justify-self: center; }
  .so5wak           { width: 100%; }
  .v5xse     { justify-self: center; }
  .xs6k1ip9           { grid-template-columns: 1fr; }
}
.a0jm {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.yn91t7 {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.tcsw6n6 {
  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;
}
.tcsw6n6 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.wded8vd7 { flex: 1; }
.wded8vd7 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.g98c3 { color: var(--c-stars); font-size: 1.1rem; }
.lmdvaxr { margin-bottom: 8px; }
.oj4728g { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.ranp5xw::before   { content: "★ "; color: var(--accent-light); }
.ml57o8o7 { flex-shrink: 0; }
.qws5d img.fzzqv { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.oqtq6a { padding: 20px 24px; }
.i838zq4z { color: var(--text-muted); margin-bottom: 16px; }
.cgppv5zk { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.bxdyjcr, .cq6hu { list-style: none; font-size: 0.9rem; }
.bxdyjcr li { color: var(--c-pros); margin-bottom: 4px; }
.cq6hu li { color: var(--c-cons); margin-bottom: 4px; }
.bxdyjcr li::before { content: "✓"; margin-right: 5px; }
.cq6hu li::before { content: "✗"; margin-right: 5px; }
.uxwd .bxdyjcr li::before { content: "→"; }
.uxwd .cq6hu li::before { content: "–"; }
.gxcaho5  .bxdyjcr li::before { content: "★"; }
.gxcaho5  .cq6hu li::before { content: "✕"; }
.xvd2s1t    .bxdyjcr li::before { content: "◆"; }
.xvd2s1t    .cq6hu li::before { content: "▲"; }
.t99v4q3o  .bxdyjcr li::before { content: "▶"; }
.t99v4q3o  .cq6hu li::before { content: "■"; }
.k664bwl { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.q7bq8s7 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.h2ylovce { background: var(--bg-pros); color: var(--c-tag-pay); }
.zq7rpw9e { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.ia5fja .zq7rpw9e { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.r2tm .zq7rpw9e { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .i79nb .ko39 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .i79nb .a0jm { margin: 0; }
}
.h7rbub .yn91t7 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.h7rbub .wded8vd7 h3 { color: var(--accent-light); }
.h7rbub .tcsw6n6 { background: var(--bg-page); border: 1px solid var(--border); }
.o0al .a0jm { border-top: 4px solid var(--accent); }
.o0al .yn91t7 { background: var(--bg-card); }
.f1kjdyk .a0jm { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.f1kjdyk .yn91t7 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.f1kjdyk .oqtq6a { padding: 14px 16px; }
.f1kjdyk .tcsw6n6 { border-radius: 4px; }
.f1kjdyk .zq7rpw9e { border-radius: 0; }
.yvur4 .yn91t7 { padding: 0; gap: 0; overflow: hidden; }
.yvur4 .tcsw6n6 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.yvur4 .wded8vd7 { padding: 16px 20px; }
.yvur4 .ml57o8o7 { padding: 16px 20px; align-self: center; }
.yb5nyjt .g98c3 { font-size: .95rem; }
.r285 .dmrprodq { gap: 10px; }
.r285 .i9kd, .r285 .qjvkbgut { padding: 12px; }
.r285 .i9kd ul, .r285 .qjvkbgut ul { margin: 4px 0 0; padding-left: 18px; }
.r285 .i9kd li, .r285 .qjvkbgut li { font-size: .85rem; margin-bottom: 3px; }
.h7bhqyt5 .q7bq8s7 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .yo6hzm { grid-template-columns: 1fr; }
  .xgr3ec { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .xgr3ec .ldr9 { width: 72px; height: 50px; }
  .xgr3ec .gm60b { max-width: 180px; }
  .xgr3ec .us26dgg { width: auto; }
}
.cddfv65 .yb5nyjt .g98c3 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .cddfv65 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .ikvrexh { padding: 16px; }
  .jv61 .k8x0j { min-width: 50%; }
}
.y2lid2t .dmrprodq { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .er50q8bw { grid-template-columns: 1fr; }
  .llsgk3a { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .kqygm { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .jeima8fg { flex-wrap: wrap; padding: 16px; }
}
.ihtqhl4 .dmrprodq { gap: 8px; }
.ihtqhl4 .i9kd, .ihtqhl4 .qjvkbgut { padding: 8px; }
@media (max-width: 480px) {
  .trr8 { flex-direction: column; align-items: stretch; }
}
.fbcoka0k .us26dgg .d5gea { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .j3ews6wk { flex-direction: column; align-items: stretch; gap: 10px; }
  .fbcoka0k .us26dgg { text-align: center; }
}
@media (max-width: 720px) {
  .ge6itrv { grid-template-columns: 1fr; }
  .xj9ovi { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .hkmi7w3g { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.bz159g .kvk1m45e { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.g61twe .g98c3 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .dkcvd35c { grid-template-columns: 1fr; }
  .g61twe { width: 100px; height: 100px; margin: 16px auto; }
  .bz159g { font-size: 1.4rem; }
  .vgejl4 { justify-content: center; }
  .nzlfr .k8x0j { min-width: 50%; }
}
.kruumf .dmrprodq { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .zzypw { flex-wrap: wrap; padding: 14px 16px; }
  .vh5kg1 { padding: 12px 16px; }
  .kruumf .dmrprodq { margin: 0 16px; }
  .kruumf .h7bhqyt5 { padding: 0 16px; }
  .isacr00 { padding: 12px 16px; }
}
.ajvk5tv .yhwmqnu8 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.ajvk5tv .yhwmqnu8:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.ooacl8 .qt5zxw { gap: 18px; }
.ooacl8 .yhwmqnu8 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.ooacl8 .yhwmqnu8:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.ylnm .qt5zxw {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.ylnm .yhwmqnu8 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.ylnm .yhwmqnu8:last-child { border-bottom: none; }
.ylnm .so5wak,
.ylnm .v5xse,
.ylnm .xs6k1ip9 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.q5ohnr .qt5zxw { gap: 0; }
.q5ohnr .yhwmqnu8 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.q5ohnr .yhwmqnu8:last-child { border-bottom: none; }
.q5ohnr .yhwmqnu8:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.q5ohnr .yhwmqnu8:nth-child(even):hover { background: var(--bg-hover); }
.yfnxsvmp .yhwmqnu8 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.rircr0mf .xs6k1ip9 .x815 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.rircr0mf .xs6k1ip9 .x815:first-child { border-left: none; }
.i58hocd .xs6k1ip9 .x815 {
  background: transparent; padding: 4px 8px;
}
.i58hocd .xs6k1ip9 .tm49yqaf { font-size: .65rem; opacity: .65; }
.i58hocd .xs6k1ip9 .aszjdof7   { font-size: 1.15rem; color: var(--accent-light); }
.vopvpn8 .xs6k1ip9 .x815 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.it3mlq { display: none; }
.kurhxwu7 .ifccasn { font-size: 1rem; letter-spacing: 2px; }
.roypf9r .ifccasn {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.fhu1t9e .ifccasn,
.mzx1zryw .ifccasn,
.hh65 .ifccasn { display: none; }
.fhu1t9e .it3mlq,
.mzx1zryw .it3mlq,
.hh65 .it3mlq { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.fhu1t9e .it3mlq { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.fhu1t9e .it3mlq small { display: none; }
.mzx1zryw .it3mlq {
  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;
}
.mzx1zryw .it3mlq small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.hh65 .it3mlq {
  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;
}
.hh65 .it3mlq small { display: none; }
.fhu1t9e .lmdvaxr .g98c3,
.mzx1zryw .lmdvaxr .g98c3,
.hh65 .lmdvaxr .g98c3 { display: none; }
.fhu1t9e .lmdvaxr strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.fhu1t9e .kvk1m45e { display: none; }
.mzx1zryw .lmdvaxr 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;
}
.mzx1zryw .gnggo,
.mzx1zryw .kvk1m45e { font-size: 1em; }
.hh65 .lmdvaxr strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.hh65 .kvk1m45e { display: none; }
.mp5qi3 { margin: 16px 0; }
.o028v1 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.o028v1 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.o028v1 summary::after { content: "+"; color: var(--accent-light); }
.o028v1[open] summary::after { content: "−"; }
.o028v1 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.zvrll { margin-bottom: 0; }
.wkgr9 h2.s1xlbm { color: var(--text-primary); border-color: var(--accent-light); }
.oeyze9k h2.s1xlbm { color: var(--text-primary); border-color: var(--accent-light); }
.f22br .jbo4mpp     { background: #052e16; border-color: #10b981; }
.f22br .frgz5h { background: #2d0a1e; border-color: #f43f5e; }
.f22br .d417rkz2    { background: #1e1036; border-color: #a855f7; }
.f22br .o6pl8fob strong  { color: #f1f5f9; }
.f22br .o6pl8fob p       { color: #cbd5e1; }
.f22br .thso    .jbo4mpp     .cgbwu::before,
.f22br .yn7lw5  .jbo4mpp     .cgbwu::before,
.f22br .bxg37  .jbo4mpp     .cgbwu::before,
.f22br .l2nfuvn .jbo4mpp     .cgbwu::before { color: #10b981; }
.f22br .thso    .frgz5h .cgbwu::before,
.f22br .yn7lw5  .frgz5h .cgbwu::before,
.f22br .bxg37  .frgz5h .cgbwu::before,
.f22br .l2nfuvn .frgz5h .cgbwu::before { color: #f43f5e; }
.f22br .thso    .d417rkz2    .cgbwu::before,
.f22br .yn7lw5  .d417rkz2    .cgbwu::before,
.f22br .bxg37  .d417rkz2    .cgbwu::before,
.f22br .l2nfuvn .d417rkz2    .cgbwu::before { color: #a855f7; }
.lc04hs4w .jbo4mpp     { background: #2d2000; border-color: #eab308; }
.lc04hs4w .frgz5h { background: #2d0b0b; border-color: #ef4444; }
.lc04hs4w .d417rkz2    { background: #2d1600; border-color: #f97316; }
.lc04hs4w .o6pl8fob strong  { color: #f1f5f9; }
.lc04hs4w .o6pl8fob p       { color: #cbd5e1; }
.lc04hs4w .thso    .jbo4mpp     .cgbwu::before,
.lc04hs4w .yn7lw5  .jbo4mpp     .cgbwu::before,
.lc04hs4w .bxg37  .jbo4mpp     .cgbwu::before,
.lc04hs4w .l2nfuvn .jbo4mpp     .cgbwu::before { color: #eab308; }
.lc04hs4w .thso    .frgz5h .cgbwu::before,
.lc04hs4w .yn7lw5  .frgz5h .cgbwu::before,
.lc04hs4w .bxg37  .frgz5h .cgbwu::before,
.lc04hs4w .l2nfuvn .frgz5h .cgbwu::before { color: #ef4444; }
.lc04hs4w .thso    .d417rkz2    .cgbwu::before,
.lc04hs4w .yn7lw5  .d417rkz2    .cgbwu::before,
.lc04hs4w .bxg37  .d417rkz2    .cgbwu::before,
.lc04hs4w .l2nfuvn .d417rkz2    .cgbwu::before { color: #f97316; }
.z0nv6 .jbo4mpp     { background: #0c1a2e; border-color: #38bdf8; }
.z0nv6 .frgz5h { background: #12103a; border-color: #818cf8; }
.z0nv6 .d417rkz2    { background: #0a2020; border-color: #2dd4bf; }
.z0nv6 .o6pl8fob strong  { color: #f1f5f9; }
.z0nv6 .o6pl8fob p       { color: #cbd5e1; }
.z0nv6 .thso    .jbo4mpp     .cgbwu::before,
.z0nv6 .yn7lw5  .jbo4mpp     .cgbwu::before,
.z0nv6 .bxg37  .jbo4mpp     .cgbwu::before,
.z0nv6 .l2nfuvn .jbo4mpp     .cgbwu::before { color: #38bdf8; }
.z0nv6 .thso    .frgz5h .cgbwu::before,
.z0nv6 .yn7lw5  .frgz5h .cgbwu::before,
.z0nv6 .bxg37  .frgz5h .cgbwu::before,
.z0nv6 .l2nfuvn .frgz5h .cgbwu::before { color: #818cf8; }
.z0nv6 .thso    .d417rkz2    .cgbwu::before,
.z0nv6 .yn7lw5  .d417rkz2    .cgbwu::before,
.z0nv6 .bxg37  .d417rkz2    .cgbwu::before,
.z0nv6 .l2nfuvn .d417rkz2    .cgbwu::before { color: #2dd4bf; }
.ntdkcm .jbo4mpp     { background: var(--accent-bg); border-color: var(--accent-light); }
.ntdkcm .frgz5h { background: var(--accent-bg-light); border-color: var(--accent-light); }
.ntdkcm .d417rkz2    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ntdkcm .thso    .cgbwu::before,
.ntdkcm .yn7lw5  .cgbwu::before,
.ntdkcm .bxg37  .cgbwu::before,
.ntdkcm .l2nfuvn .cgbwu::before { color: var(--accent-light) !important; }
.pl5n5::before,
.onbc::before { margin-right: 5px; }
.fdpm6 .i9kd ul li,
.fdpm6 .bxdyjcr li         { color: #4ade80; }
.fdpm6 .i9kd .pl5n5 { color: #22c55e; }
.fdpm6 .qjvkbgut ul li,
.fdpm6 .cq6hu li         { color: #f87171; }
.fdpm6 .qjvkbgut .onbc { color: #ef4444; }
.a88q .i9kd { background: var(--bg-pros); }
.a88q .qjvkbgut { background: var(--bg-cons); }
.a88q .i9kd .pl5n5 { color: var(--c-pros-label); }
.a88q .qjvkbgut .onbc { color: var(--c-cons); }
.a88q .i9kd ul li,
.a88q .bxdyjcr li            { color: var(--c-pros); }
.a88q .qjvkbgut ul li,
.a88q .cq6hu li            { color: var(--c-cons); }
.h168xib4 .i9kd { background: var(--bg-pros); }
.h168xib4 .qjvkbgut { background: var(--bg-cons); }
.h168xib4 .i9kd .pl5n5 { color: var(--c-pros-label); }
.h168xib4 .qjvkbgut .onbc { color: var(--c-cons); }
.h168xib4 .i9kd ul li,
.h168xib4 .bxdyjcr li          { color: var(--c-pros); }
.h168xib4 .qjvkbgut ul li,
.h168xib4 .cq6hu li          { color: var(--c-cons); }
.lu81fhc3 .pl5n5::before { content: "✓ "; }
.lu81fhc3 .onbc::before { content: "✗ "; }
.uxwd .pl5n5::before { content: "→ "; }
.uxwd .onbc::before { content: "← "; }
.gxcaho5 .pl5n5::before { content: "★ "; }
.gxcaho5 .onbc::before { content: "✕ "; }
.xvd2s1t .pl5n5::before { content: "◆ "; }
.xvd2s1t .onbc::before { content: "▲ "; }
.r2tm .o6pl8fob { background: transparent; border-left: none; border: 1.5px solid; }
.r2tm .jbo4mpp     { border-color: var(--c-tip-border); }
.r2tm .frgz5h { border-color: var(--c-warn-border); }
.r2tm .d417rkz2    { border-color: #60a5fa; }
.r2tm .o6pl8fob strong { color: var(--text-primary); }
.r2tm .o6pl8fob p      { color: var(--text-muted); }
.ia5fja .o6pl8fob { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ia5fja .jbo4mpp     { border-top-color: var(--c-tip-border); }
.ia5fja .frgz5h { border-top-color: var(--c-warn-border); }
.ia5fja .d417rkz2    { border-top-color: #60a5fa; }
.ozi4 .o6pl8fob { border-left: none; border-radius: 8px; }
.ozi4 .jbo4mpp     { background: #065f46; }
.ozi4 .frgz5h { background: #92400e; }
.ozi4 .d417rkz2    { background: #1e3a8a; }
.ozi4 .o6pl8fob strong,
.ozi4 .o6pl8fob p { color: #fff; }
.ozi4 .cgbwu::before { color: rgba(255,255,255,0.85) !important; }
.f22br.ozi4 .jbo4mpp,
.f22br .ozi4 .jbo4mpp     { background: #052e16; }
.f22br.ozi4 .frgz5h,
.f22br .ozi4 .frgz5h { background: #2d0a1e; }
.f22br.ozi4 .d417rkz2,
.f22br .ozi4 .d417rkz2    { background: #1e1036; }
.lc04hs4w.ozi4 .jbo4mpp,
.lc04hs4w .ozi4 .jbo4mpp      { background: #2d2000; }
.lc04hs4w.ozi4 .frgz5h,
.lc04hs4w .ozi4 .frgz5h  { background: #2d0b0b; }
.lc04hs4w.ozi4 .d417rkz2,
.lc04hs4w .ozi4 .d417rkz2     { background: #2d1600; }
.z0nv6.ozi4 .jbo4mpp,
.z0nv6 .ozi4 .jbo4mpp      { background: #0c1a2e; }
.z0nv6.ozi4 .frgz5h,
.z0nv6 .ozi4 .frgz5h  { background: #12103a; }
.z0nv6.ozi4 .d417rkz2,
.z0nv6 .ozi4 .d417rkz2     { background: #0a2020; }
.eeayhb9 .o6pl8fob { border-left: none; border-radius: 6px; padding: 10px 14px; }
.eeayhb9 .jbo4mpp     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.eeayhb9 .frgz5h { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.eeayhb9 .d417rkz2    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.eeayhb9 .o6pl8fob strong { color: var(--text-primary); }
.eeayhb9 .o6pl8fob p      { color: var(--text-muted); }
.fno4oo .o6pl8fob { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.thso .cgbwu,
.yn7lw5 .cgbwu,
.bxg37 .cgbwu,
.l2nfuvn .cgbwu { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.thso .cgbwu::before,
.yn7lw5 .cgbwu::before,
.bxg37 .cgbwu::before,
.l2nfuvn .cgbwu::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.thso .jbo4mpp     .cgbwu::before { content: "✦"; color: var(--c-tip-border); }
.thso .frgz5h .cgbwu::before { content: "▲"; color: var(--c-warn-border); }
.thso .d417rkz2    .cgbwu::before { content: "◉"; color: #60a5fa; }
.yn7lw5 .jbo4mpp     .cgbwu::before { content: "★"; color: var(--c-tip-border); }
.yn7lw5 .frgz5h .cgbwu::before { content: "◆"; color: var(--c-warn-border); }
.yn7lw5 .d417rkz2    .cgbwu::before { content: "●"; color: #60a5fa; }
.bxg37 .jbo4mpp     .cgbwu::before { content: "▶"; color: var(--c-tip-border); }
.bxg37 .frgz5h .cgbwu::before { content: "■"; color: var(--c-warn-border); }
.bxg37 .d417rkz2    .cgbwu::before { content: "▸"; color: #60a5fa; }
.l2nfuvn .jbo4mpp     .cgbwu::before { content: "→"; color: var(--c-tip-border); }
.l2nfuvn .frgz5h .cgbwu::before { content: "⬥"; color: var(--c-warn-border); }
.l2nfuvn .d417rkz2    .cgbwu::before { content: "◈"; color: #60a5fa; }
.vy6lofi1 .tgm4a .c4xcd7x2,
.vy6lofi1 .gv1p .c4xcd7x2  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.vy6lofi1 .tf1j8                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.vy6lofi1 .yhwmqnu8                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.vy6lofi1 .a0jm            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.vy6lofi1 .lao67hr          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.vy6lofi1 .jtkvipj                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.x9uel .tgm4a .c4xcd7x2,
.x9uel .gv1p .c4xcd7x2,
.x9uel .tf1j8,
.x9uel .yhwmqnu8,
.x9uel .a0jm,
.x9uel .lao67hr,
.x9uel .jtkvipj,
.x9uel .fno4oo .o6pl8fob { box-shadow: none; }
.hsfotbp   .qpuf, .hsfotbp .ntse, .hsfotbp .hpibah1p,
.hsfotbp   .quylq6, .hsfotbp .kbokk { font-size: 0.9rem; }
.hsfotbp   .gvp4b, .hsfotbp .hwhvgfaa { font-size: 0.9rem; }
.ytv7q   .qpuf, .ytv7q .ntse, .ytv7q .hpibah1p,
.ytv7q   .quylq6, .ytv7q .kbokk { font-size: 0.95rem; }
.ytv7q   .gvp4b, .ytv7q .hwhvgfaa { font-size: 0.95rem; }
.tmm8begn   .qpuf, .tmm8begn .ntse, .tmm8begn .hpibah1p,
.tmm8begn   .quylq6, .tmm8begn .kbokk { font-size: 1.08rem; }
.tmm8begn   .gvp4b, .tmm8begn .hwhvgfaa { font-size: 1.05rem; }
.tmm8begn   .naxg { font-size: 0.97rem; }
.s90fa .ii1c1      { font-size: 3.2rem; }
.s90fa h2.s1xlbm { font-size: 1.9rem; }
.s90fa h3.cqyw     { font-size: 1.4rem; }
.orbj103 .ii1c1      { font-size: 3.8rem; }
.orbj103 h2.s1xlbm { font-size: 2.2rem; }
.orbj103 h3.cqyw     { font-size: 1.6rem; }
.zvrll + .zvrll { position: relative; }
.yu40yw8b   .zvrll + .zvrll::before,
.dkfstyv2  .zvrll + .zvrll::before,
.vsj0ezp   .zvrll + .zvrll::before,
.fytgtrl   .zvrll + .zvrll::before,
.o7qgk9   .zvrll + .zvrll::before,
.lo0r .zvrll + .zvrll::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.yu40yw8b .zvrll + .zvrll::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.dkfstyv2 .zvrll + .zvrll::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.vsj0ezp .zvrll + .zvrll::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;
}
.fytgtrl .zvrll + .zvrll::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.wi1iii4 .zvrll { margin-bottom: 16px; }
.wi1iii4 .zvrll + .zvrll { margin-top: 0; }
.wi1iii4 .j0ohbd { padding-top: 0; padding-bottom: 0; }
.o7qgk9 .zvrll + .zvrll::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.lo0r .zvrll + .zvrll::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.dr1vptjl .zvrll + .zvrll::before,
.ec8g .zvrll + .zvrll::before,
.z7m6op .zvrll + .zvrll::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%;
}
.g50m .dr1vptjl .zvrll:nth-child(even)::before,
.g50m .ec8g .zvrll:nth-child(even)::before,
.g50m .z7m6op .zvrll:nth-child(even)::before { background: var(--bg-surface); }
.ipdnc .dr1vptjl .zvrll:nth-child(even)::before,
.ipdnc .ec8g .zvrll:nth-child(even)::before,
.ipdnc .z7m6op .zvrll:nth-child(even)::before { background: var(--bg-card); }
.dr1vptjl .zvrll + .zvrll::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");
}
.ec8g .zvrll + .zvrll::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");
}
.z7m6op .zvrll + .zvrll::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");
}
.h8i1vchk .vcjp2,
.qg0ute .vcjp2,
.ilqdp5 .vcjp2 { overflow: hidden; }
.h8i1vchk .ta46md6,
.qg0ute .ta46md6 { margin-bottom: 60px; }
.ilqdp5 .ta46md6 { margin-bottom: 70px; }
.ilqdp5 .hkp4 { padding-bottom: 70px; }
.h8i1vchk .vcjp2::before,
.qg0ute .vcjp2::before,
.ilqdp5 .vcjp2::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%;
}
.h8i1vchk .vcjp2::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");
}
.qg0ute .vcjp2::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");
}
.ilqdp5 .vcjp2::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");
}
.skfd4 .vcjp2:not(.iciln4he) .xrqzj { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.xnreecl6 .vcjp2:not(.iciln4he) .xrqzj { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.mfbw  .vcjp2:not(.iciln4he) .xrqzj { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.pnrf5jjq  .vcjp2:not(.iciln4he) .xrqzj { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.skfd4 .iciln4he { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.xnreecl6 .iciln4he { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.mfbw .iciln4he { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.pnrf5jjq .iciln4he { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.t4rs .iciln4he { background: var(--accent); }
.t4rs .iciln4he .xrqzj { background: none; }
.t4rs .dmekr29 { background: var(--accent); }
.t4rs .u8l4d98n { background: var(--accent-bg); }
.t4rs .vcjp2:not(.iciln4he) .xrqzj { background: rgba(0,0,0,0.6); }
.l5b88gn .ju1ydw { float: left; width: 38%; margin: 0 28px 16px 0; }
.l5b88gn .ju1ydw .z3ub { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.l5b88gn .j0ohbd::after { content: ''; display: block; clear: both; }
.ka4j .ju1ydw { float: right; width: 38%; margin: 0 0 16px 28px; }
.ka4j .ju1ydw .z3ub { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ka4j .j0ohbd::after { content: ''; display: block; clear: both; }
.ueos .zvrll:nth-child(odd)  .ju1ydw { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ueos .zvrll:nth-child(even) .ju1ydw { float: right; width: 38%; margin: 0 0 16px 28px; }
.ueos .ju1ydw .z3ub { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ueos .j0ohbd::after { content: ''; display: block; clear: both; }
.l5b88gn .mj3sdn5p,
.l5b88gn .qt5zxw,
.ka4j .mj3sdn5p,
.ka4j .qt5zxw,
.ueos .mj3sdn5p,
.ueos .qt5zxw { clear: both; }
@media (max-width: 900px) {
  .l5b88gn .ju1ydw,
  .ka4j .ju1ydw,
  .ueos .zvrll:nth-child(odd)  .ju1ydw,
  .ueos .zvrll:nth-child(even) .ju1ydw {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .l5b88gn .ju1ydw .z3ub,
  .ka4j .ju1ydw .z3ub,
  .ueos .ju1ydw .z3ub {
    max-height: none !important;
  }
}
.l5b88gn .gvp4b,
.l5b88gn .hwhvgfaa,
.ka4j .gvp4b,
.ka4j .hwhvgfaa,
.ueos .gvp4b,
.ueos .hwhvgfaa { overflow: hidden; }
@media (max-width: 640px) {
  .l5b88gn .ju1ydw,
  .ka4j .ju1ydw,
  .ueos .ju1ydw { float: none; width: 100%; margin: 0 0 16px 0; }
}
.yiuj4 .ciaxccc,
.yiuj4 .j0ohbd,
.yiuj4 .cgsr2t0i  { max-width: 1100px; }
.shge .ciaxccc,
.shge .j0ohbd,
.shge .cgsr2t0i  { max-width: 1200px; }
.gu7fky5 .ciaxccc,
.gu7fky5 .j0ohbd,
.gu7fky5 .cgsr2t0i  { max-width: 1320px; }
.gu7fky5 { --content-mw: 1320px; }
.hp2id3 { font-size: 0.82rem; color: var(--text-muted); }
.sxf8zs6e { display: flex; align-items: center; }
.b4oi3nox {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.zasev9qf { display: flex; align-items: center; }
.rwn06yd { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.rwn06yd:hover { text-decoration: underline; }
.d5w1s97 { margin: 0 3px; opacity: 0.45; }
.d5w1s97::before { content: '/'; }
.o67d { padding: 2px 5px; color: var(--text-main); }
.g0h3am .hp2id3 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.g0h3am .sxf8zs6e { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ec2w .hp2id3 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ec2w .sxf8zs6e { padding: 0 0 0 12px; }
.p3ibvbby .sxf8zs6e { padding: 0 16px; }
.p3ibvbby .hp2id3 {
  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);
}
.p3ibvbby .ciaxccc { padding-top: 28px; }
@media (max-width: 720px) {
  .shag61vw { margin-top: 18px; padding: 0 16px; }
  .p3ibvbby .ciaxccc { padding-top: 16px; }
}
.yiuj4.g0h3am .sxf8zs6e { max-width: 1100px; }
.shge.g0h3am .sxf8zs6e { max-width: 1200px; }
.gu7fky5.g0h3am .sxf8zs6e { max-width: 1320px; }
.gu7fky5 .shag61vw { max-width: 1320px; }
.dezu .zvrll { padding-top: 16px; padding-bottom: 16px; }
.advmxtjt .zvrll { padding-top: 24px; padding-bottom: 24px; }
.easnz19e .zvrll { padding-top: 40px; padding-bottom: 40px; }
.icor7c .zvrll { padding-top: 52px; padding-bottom: 52px; }
.h8k94jg .zvrll:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.h8k94jg .zvrll:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.h8k94jg .zvrll:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.h8k94jg .zvrll:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.halnh .j0ohbd { padding-top: 10px;  padding-bottom: 10px; }
.k7xxyqqu .j0ohbd { padding-top: 18px;  padding-bottom: 18px; }
.g3psu9 .j0ohbd { padding-top: 36px;  padding-bottom: 36px; }
.m07or .j0ohbd { padding-top: 48px;  padding-bottom: 48px; }
.buto6f6 h2.s1xlbm { font-weight: 600; }
.buto6f6 h3.cqyw     { font-weight: 600; }
.oj8xankp { font-weight: 500; }
.oj8xankp h2.s1xlbm { font-weight: 800; }
.oj8xankp h3.cqyw     { font-weight: 700; }
.r4fl h2.s1xlbm { font-weight: 900; }
.r4fl h3.cqyw     { font-weight: 800; }
.r4fl .o6pl8fob strong,
.r4fl .o6pl8fob strong { font-weight: 600; }
.iwhxw {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.qrq8wvr .iwhxw { display: none; }
@media (max-width: 640px) {
  .vgodkm { display: none; }
  .iwhxw {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.iwhxw { background: var(--cta) !important; color: #fff !important; border: none !important; }
.iwhxw:hover { opacity: 0.85; }
.bz194i .iwhxw { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.mikz .iwhxw,
.e2u4b  .iwhxw { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.mikz .iwhxw:hover,
.e2u4b  .iwhxw:hover { opacity: 0.88; }
.bz194i.mikz .iwhxw,
.bz194i.e2u4b  .iwhxw { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.c96utv {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.c96utv:hover { transform: translateY(-2px); opacity: 0.92; }
.c96utv { background: var(--cta) !important; color: #fff !important; border: none !important; }
.k06e2s .c96utv { display: none; }
.qd41q .c96utv { right: 32px; }
.wo4xs9tj  .c96utv { left: 32px; }
@media (max-width: 480px) {
  .qd41q .c96utv { right: 20px; bottom: 20px; }
  .wo4xs9tj  .c96utv { left: 20px; bottom: 20px; }
}
.r5klq { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.cgsr2t0i { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.lsa7 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.va7bp { color: var(--text-dim); font-size: 0.8rem; }
.lgi2aq a, .l5pyn a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.lgi2aq a:hover, .l5pyn a:hover { color: var(--accent-light); }
.l5pyn { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.l65q0kjk .cgsr2t0i { text-align: center; }
.l65q0kjk .l5pyn { justify-content: center; margin-bottom: 16px; }
.l65q0kjk .lsa7 { margin-top: 0; }
.rkwza { margin-top: 10px; }
.rkwza a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .cgsr2t0i { padding-left: 16px; padding-right: 16px; }
  .olxci .cgsr2t0i { padding: 20px 16px; }
  .l5pyn { gap: 4px 12px; }
  .lsa7 { font-size: 0.78rem; }
}
.ciayb3s .lsa7 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ciayb3s .va7bp { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ciayb3s .lbnvke { grid-template-columns: 1fr 1fr; } .ciayb3s .a5c0nk9 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ciayb3s .lbnvke { grid-template-columns: 1fr; } }
.xs8xfpq0 .lsa7 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .xs8xfpq0 .g21vrj { gap: 12px; } .xs8xfpq0 .bx7497aq { margin-right: 0; width: 100%; } }
.c2fa8a .lsa7 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.c2fa8a .va7bp { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .c2fa8a .qg0mt { grid-template-columns: 1fr 1fr; } .c2fa8a .ac721 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .c2fa8a .qg0mt { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ddcw0x5 .nekj7sfh { grid-template-columns: 1fr 1fr; } .ddcw0x5 .ah9dkh1k:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ddcw0x5 .nekj7sfh { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .h22b .nekj7sfh { grid-template-columns: 1fr; } }
.abtu2jq .cgsr2t0i { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.abtu2jq .l5pyn { justify-content: center; }
.sxfv .q4mbk      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.sxfv .r5klq { background: var(--bg-page); border-top-color: var(--border-alt); }
.lzocd .q4mbk      { background: #0d1117; border-bottom-color: #21262d; }
.lzocd .l89a { color: var(--accent-light); }
.lzocd .x80r468 { --msep-color: #8b949e; }
.lzocd .x80r468 a { color: #8b949e; }
.lzocd .x80r468 a:hover { color: var(--accent-light); }
.lzocd .zxni { color: #8b949e; }
.lzocd .r5klq { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.lzocd .lsa7,
.lzocd .va7bp { color: #6e7681; }
.lzocd .lgi2aq a, .lzocd .l5pyn a,
.lzocd .lgi2aq a:hover, .lzocd .l5pyn a:hover,
@media (max-width: 640px) {
  .lzocd .x80r468 { background: #0d1117; border-top-color: #21262d; }
  .lzocd .x80r468 li a { border-bottom-color: #21262d; }
}
.akw8y .q4mbk      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.akw8y .l89a { color: var(--accent-light); }
.akw8y .x80r468 { --msep-color: #475569; }
.akw8y .x80r468 a { color: #475569; }
.akw8y .x80r468 a:hover { color: var(--accent-light); }
.akw8y .zxni { color: #64748b; }
.akw8y .r5klq { background: #f0f4f8; border-top-color: #cbd5e1; }
.akw8y .lsa7,
.akw8y .va7bp { color: #64748b; }
.akw8y .lgi2aq a, .akw8y .l5pyn a,
.akw8y .lgi2aq a:hover, .akw8y .l5pyn a:hover,
@media (max-width: 640px) {
  .akw8y .x80r468 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .akw8y .x80r468 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.mikz .q4mbk      { background: var(--accent); border-bottom-color: var(--accent-light); }
.mikz .l89a { color: #fff; }
.mikz .x80r468 { --msep-color: rgba(255,255,255,0.82); }
.mikz .x80r468 a { color: rgba(255,255,255,0.82); }
.mikz .x80r468 a:hover { color: #fff; }
.mikz .zxni { color: rgba(255,255,255,0.9); }
.mikz .r5klq { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.mikz .lsa7,
.mikz .va7bp { color: rgba(255,255,255,0.72); }
.mikz .lgi2aq a, .mikz .l5pyn a,
.mikz .lgi2aq a:hover, .mikz .l5pyn a:hover,
@media (max-width: 640px) {
  .mikz .x80r468 { background: var(--accent); border-top-color: var(--accent-light); }
  .mikz .x80r468 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.e2u4b .q4mbk {
  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);
}
.e2u4b .r5klq {
  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) {
  .e2u4b .x80r468 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ervw0 .e3h6 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.y5o6kxjx .e3h6 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.bdjk .e3h6 { min-height: 72px; height: auto; }
.p559yfsf .e3h6 { min-height: 84px; height: auto; }
.olxci .e3h6 { max-width: none; padding: 0 32px; }
.olxci .cgsr2t0i  { max-width: none; padding: 24px 32px; }
.l1rim.shge .e3h6 { max-width: 1200px; }
.l1rim.gu7fky5 .e3h6 { max-width: 1320px; }
.ajcsv73o   .l89a, .ajcsv73o   .bx7497aq { text-transform: capitalize; }
.hyuqvv .l89a, .hyuqvv .bx7497aq { text-transform: lowercase; }
.gnz1wn5 .l89a, .gnz1wn5 .bx7497aq { text-transform: uppercase; letter-spacing: 0.06em; }
.aqhk, .szelv {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.gsvkht5z .aqhk,
.gddgp4b .aqhk,
.he45 .aqhk,
.ugf6 .aqhk,
.a17ct   .x80r468 a { font-weight: 500; }
.a20u7s .x80r468 a { font-weight: 600; }
.k1wfhb     .x80r468 a { font-weight: 700; }
.cdbejk    .x80r468 a { font-weight: 800; letter-spacing: 0.01em; }
.ess24     .x80r468 > li + li::before,
.v61ymi    .x80r468 > li + li::before,
.juc4    .x80r468 > li + li::before,
.cw9br .x80r468 > li + li::before,
.y3v4alr .x80r468 > li + li::before,
.g1jjlu  .x80r468 > li + li::before,
.idj5xoog    .x80r468 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ess24     .x80r468 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.v61ymi    .x80r468 > li + li::before { content: "|"; }
.juc4    .x80r468 > li + li::before { content: "—"; }
.cw9br .x80r468 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.y3v4alr .x80r468 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.g1jjlu  .x80r468 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.idj5xoog    .x80r468 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .evy5ahtn .zxni,
  .enic9g9 .zxni,
  .w9h451n .zxni,
  .w9gbl55 .zxni,
  .akus .zxni {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .evy5ahtn .zxni::before,
  .enic9g9 .zxni::before,
  .w9h451n .zxni::before,
  .w9gbl55 .zxni::before,
  .akus .zxni::before { content: ""; display: block; flex-shrink: 0; }

  
  .evy5ahtn .zxni::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;
  }

  
  .enic9g9 .zxni::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;
  }

  
  .w9h451n .zxni::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;
  }

  
  .w9gbl55 .zxni::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;
  }

  
  .akus .zxni::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) {
  .l4cikc .zxni {
    padding: 5px 14px;
  }
  .l4cikc .x80r468 {
    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;
  }
  .l4cikc .x80r468 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .l4cikc .x80r468 li a:hover { background: var(--bg-raised); }
  .l4cikc .k35qc,
  .kgsy87 .k35qc,
  .cjw4nfn .k35qc { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .dii0q7 .zxni {
    padding: 5px 10px;
  }
  .dii0q7 .x80r468 {
    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);
  }
  .dii0q7 .x80r468.gbiiyez { transform: translateX(0); }
  .dii0q7 .x80r468 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .dii0q7 .x80r468 li:last-child a { border-bottom: none; }
  .mikz .x80r468,
  .lzocd .x80r468 { background: var(--accent) !important; }
  .mikz .x80r468 li a,
  .lzocd .x80r468 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .cjw4nfn .zxni {
    padding: 5px 10px;
  }
  .cjw4nfn .x80r468 {
    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);
  }
  .cjw4nfn .x80r468::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .cjw4nfn .x80r468.gbiiyez { transform: translateY(0); }
  .cjw4nfn .x80r468 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .mgr4 .zxni {
    padding: 5px 10px;
  }
  .mgr4 .x80r468 {
    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;
  }
  .mgr4 .x80r468.gbiiyez { opacity: 1; pointer-events: auto; }
  .mgr4 .x80r468 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .k5nq2g     .zxni { border-radius: 0 !important; }
  .chj8k   .zxni { border-radius: 8px !important; }
  .tkaet8u .zxni { border-radius: 50% !important; }
  .ikz71dd   .zxni { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .hf96 .f034a0 { flex-direction: column; align-items: stretch; }
  .hf96 .ut54bee { flex-direction: row; min-width: auto; }
  .hf96 .ataw1 { align-items: flex-start; text-align: left; }
}
.xpzk,
.xpzk.zvrll,
.g50m .xpzk,
.cvyzn .xpzk,
.ipdnc .xpzk,
.rm68 .xpzk {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.f893j4xv {
  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;
}
.ab42rs { flex: 1 1 280px; min-width: 0; }
.bdpmq15 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.tzh8s5 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.j4rh {
  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;
}
.j4rh:hover { transform: translateY(-1px); opacity: 0.95; }
.mpv9y3od .f893j4xv {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.mpv9y3od .bdpmq15 { color: var(--cta); }
.mpv9y3od .tzh8s5 { color: var(--text-body); }
.mpv9y3od .j4rh {
  background: var(--cta) !important;
  color: #fff !important;
}
.lpp4xq7 .f893j4xv {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.lpp4xq7 .bdpmq15 { color: var(--text-primary); }
.lpp4xq7 .tzh8s5 { color: var(--text-body); }
.lpp4xq7 .j4rh {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .f893j4xv {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ab42rs { flex: 0 0 auto; }
  .bdpmq15 { font-size: 1.2rem; }
  .j4rh { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.gdf0myk .gwwoj { height: 36px; }
.i6m4r .gwwoj { height: 60px; max-width: 200px; }
.o33kwk .gwwoj { height: 56px; max-width: 180px; }
.yy23    .ifccasn, .yy23    .g98c3 { color: #f59e0b; }
.opfcpe      .ifccasn { font-size: 1rem; letter-spacing: 1.5px; }
.opfcpe      .g98c3   { font-size: 1.35rem; }
.oqs5d    .ifccasn, .oqs5d    .g98c3 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.kg6k     .ifccasn, .kg6k     .g98c3 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.e59ov .ifccasn, .e59ov .g98c3 { color: var(--cta); letter-spacing: 2px; }
.lpksn8n5   .ifccasn, .lpksn8n5   .g98c3 { color: #e91e63; letter-spacing: 2px; }
.nb1aynm  .ifccasn, .nb1aynm  .g98c3 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.g1f208dl     .ifccasn, .g1f208dl     .g98c3 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.rircr0mf .x815 + .x815 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.t2au .yhwmqnu8 { padding: 18px 24px; min-height: 68px; }
.i58hocd .tm49yqaf {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.i58hocd .aszjdof7 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.vopvpn8 .x815 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.qt5zxw { counter-reset: cs-rank; }
.qt5zxw .yhwmqnu8 { counter-increment: cs-rank; }
.qt5zxw .yhwmqnu8::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;
}
.ny0x0i .qt5zxw { counter-reset: cs-rank; gap: 0; }
.ny0x0i .yhwmqnu8 {
  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;
}
.ny0x0i .yhwmqnu8::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;
}
.ny0x0i .so5wak {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.ny0x0i .ehpi {
  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;
}
.ny0x0i .of395 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.ny0x0i .so5wak { min-width: 0; flex-direction: column; width: 100%; }
.ny0x0i .oa4kg {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.ny0x0i .ifccasn { color: var(--cta, var(--accent)); }
.ny0x0i .it3mlq { font-weight: 700; }
.ny0x0i .x815 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.ny0x0i .tm49yqaf {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.ny0x0i .aszjdof7 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.ny0x0i .svi7 .aszjdof7 { font-size: 1.3rem; color: var(--accent-light); }
.ny0x0i .xeidv9 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.ny0x0i .yhwmqnu8:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .ny0x0i .qt5zxw {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ny0x0i .yhwmqnu8 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ny0x0i .yhwmqnu8 { padding: 40px 16px 20px; }
  .ny0x0i .x815 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ny0x0i .xeidv9 { width: 100%; min-width: 0; }
}
.t1wnu7 .qt5zxw { counter-reset: cs-rank; gap: 10px; }
.t1wnu7 .yhwmqnu8 {
  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);
}
.t1wnu7 .yhwmqnu8::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);
}
.t1wnu7 .so5wak {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.t1wnu7 .ehpi {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.t1wnu7 .of395 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.t1wnu7 .oa4kg {
  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;
}
.t1wnu7 .ifccasn { color: var(--cta, var(--accent)); }
.t1wnu7 .x815 {
  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;
}
.t1wnu7 .tm49yqaf {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.t1wnu7 .aszjdof7 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.t1wnu7 .svi7 .aszjdof7 { color: var(--accent-light); }
.t1wnu7 .xeidv9 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.t1wnu7 .yhwmqnu8:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .t1wnu7 .yhwmqnu8 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .t1wnu7 .yhwmqnu8::before {
    position: absolute; top: 14px; left: 14px;
  }
  .t1wnu7 .so5wak {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .t1wnu7 .oa4kg { white-space: normal; text-align: center; font-size: 1.2rem; }
  .t1wnu7 .x815 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .t1wnu7 .xeidv9 { width: 100%; min-width: 0; }
  .t1wnu7 .ifccasn { min-width: 0; }
}
.tcxzkuu .yhwmqnu8::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.k74g .o028v1 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.k74g .o028v1 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.k74g .o028v1 p { padding: 0 2px 16px; }
.yhxwny .o028v1 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.yhxwny .o028v1 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.yhxwny .o028v1 summary::after { content: "›"; font-size: 1.2em; }
.yhxwny .o028v1[open] summary::after { content: "‹"; }
.yhxwny .o028v1 p { padding: 10px 22px 4px; }
.g1nalpwf .o028v1 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.g1nalpwf .o028v1 summary { color: var(--text-primary); padding-left: 16px; }
.g1nalpwf .o028v1 summary::after { content: "›"; font-size: 1.1em; }
.g1nalpwf .o028v1[open] summary::after { content: "‹"; }
.g1nalpwf .o028v1 p { padding-left: 16px; }
.t01czda .mp5qi3 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.t01czda .o028v1 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.t01czda .o028v1:last-child { border-bottom: none; }
.t01czda .o028v1 summary { color: var(--text-primary); border-radius: 0; }
.t01czda .o028v1 summary::after { content: "›"; font-size: 1.1em; }
.t01czda .o028v1[open] summary::after { content: "‹"; }
.sxyggazt .o028v1 { overflow: hidden; }
.sxyggazt .o028v1 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.sxyggazt .o028v1 summary::after { color: rgba(255,255,255,.75); }
.sxyggazt .o028v1[open] summary { border-radius: 0; }
.f9mvu1d { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.exsq {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.g9wiq {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.plikmjb { color: var(--text-muted); font-size: 1.05rem; }
.ixz5miw {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.rdz41 { margin-bottom: 20px; }
.dd6vb7z1 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.dtifjsgz {
  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;
}
.dtifjsgz:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.gs56 { resize: vertical; min-height: 130px; }
.f8bux4qp { width: 100%; margin-top: 8px; }
.kliwv {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.hozp {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.tqktzzk { color: var(--text-muted); line-height: 1.75; }
.j3sv5r { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.j3sv5r li { margin-bottom: 6px; }
.sz2erlf { max-width: 760px; margin: 0 auto; }
.x0qys3cw { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.l42li { max-width: 760px; margin: 0 auto; }
.q429j ul.j3sv5r { margin: 0; }
@media (max-width: 640px) { .trei { grid-template-columns: 1fr; gap: 10px; } }
.sa9bxo5 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.wmayxs4z { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.h71o { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.wmayxs4z p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.wmayxs4z .j3sv5r { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .sa9bxo5 { grid-template-columns: 1fr; } }
.rux5ja8z ul.j3sv5r { margin: 0; }
.xlnz .j3sv5r,
.ii19j .j3sv5r,
.skods .j3sv5r,
.f819 .j3sv5r {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .rdxz2s2p { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .cvqx { grid-template-columns: 1fr; } .ssfpd0a { position: static; text-align: center; } }
@media (max-width: 860px) { .q10k { grid-template-columns: 1fr; } }
.f819 .j3sv5r { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ab8f18 { flex-direction: column; text-align: center; } .zm0hf { grid-template-columns: 1fr; } }
.ytfbng .g9wiq { color: var(--accent-light); }
.ycwfwtg .g9wiq { font-size: 2rem; }
.ycwfwtg .plikmjb { max-width: 680px; }
.eyjk {
  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;
}
.eyjk .g9wiq { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.eyjk .plikmjb  { margin: 0; }
@media (max-width: 640px) { .eyjk { flex-direction: column; } }
.n65rasb .g9wiq { color: var(--accent-light); }
.h8u4 .g9wiq { color: #fff; }
.h8u4 .plikmjb  { color: rgba(255,255,255,0.85); }
.b66nw8u3 { max-width: 680px; margin: 0 auto; }
.muptxp {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .muptxp { grid-template-columns: 1fr; } }
.frtc0kp .dtifjsgz {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.frtc0kp .dtifjsgz:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.d52br .dtifjsgz { background: var(--bg-raised); border-color: transparent; }
.d52br .dtifjsgz:focus { background: var(--bg-card); border-color: var(--accent-light); }
.l2oi .dtifjsgz { border-radius: 100px; padding: 11px 20px; }
.l2oi .gs56 { border-radius: 14px; }
.zxhl6ash {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.zxhl6ash 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;
}
.zxhl6ash summary::-webkit-details-marker { display: none; }
.zxhl6ash summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.zxhl6ash[open] summary::after { content: "−"; }
.ykxhtv {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .posu2b { grid-template-columns: 1fr; } }
.ruoucqhv{display:none}
.ruoucqhv:empty,.zcv1:empty{display:none}
.vro8y{position:relative;overflow:visible}
.ny24 .ebd8h2c,.ryqa .ebd8h2c,
.nbsq4ym3 .ebd8h2c,.qapolve .ebd8h2c,
.by1c8 .ebd8h2c,.ot1rhg .ebd8h2c{display:block}
.m0tpi .dstkj{display:block}
.ny24 .ebd8h2c,.ryqa .ebd8h2c,
.nbsq4ym3 .ebd8h2c,.qapolve .ebd8h2c,
.by1c8 .ebd8h2c{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}
.ny24 .ebd8h2c .zcv1,.ryqa .ebd8h2c .zcv1,
.nbsq4ym3 .ebd8h2c .zcv1,.qapolve .ebd8h2c .zcv1,
.by1c8 .ebd8h2c .zcv1{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}
.ny24 .hmbi5,.ryqa .hmbi5,
.nbsq4ym3 .hmbi5,.qapolve .hmbi5,
.by1c8 .hmbi5{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.ny24 .ebd8h2c,.ryqa .ebd8h2c{top:12px}
.ny24 .ebd8h2c .zcv1{margin-right:auto}
.ryqa .ebd8h2c .zcv1{margin-left:auto}
.ryqa .ebd8h2c{text-align:right}
.nbsq4ym3 .ebd8h2c,.qapolve .ebd8h2c{bottom:12px}
.nbsq4ym3 .ebd8h2c .zcv1{margin-right:auto}
.qapolve .ebd8h2c .zcv1{margin-left:auto}
.qapolve .ebd8h2c{text-align:right}
.by1c8 .ebd8h2c{position:relative;margin-top:16px}
.by1c8 .ebd8h2c .zcv1{margin:0 auto}
.ot1rhg .ebd8h2c{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.ot1rhg .ebd8h2c .zcv1{margin:0}
.ot1rhg .u8l4d98n~.ebd8h2c,
.ot1rhg .og08x8d1~.ebd8h2c{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.ot1rhg .u8l4d98n~.ebd8h2c .zcv1,
.ot1rhg .og08x8d1~.ebd8h2c .zcv1{justify-content:flex-start}
.u8l4d98n~.ebd8h2c,.og08x8d1~.ebd8h2c{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}
.u8l4d98n~.ebd8h2c .zcv1{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.og08x8d1~.ebd8h2c .zcv1{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.dstkj .zcv1{margin:0 0 12px}
.zcv1{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.hmbi5{white-space:nowrap}
.wjfn822 .hmbi5{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.tzsm1as .hmbi5{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}
.w1zk69 .zcv1{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.vk6u .hmbi5{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.vk6u .h2ebsvq::before{content:""}
.rurphpe8 .hmbi5{color: var(--accent-light);opacity:1;font-weight:500}
.wwem .hmbi5{border-bottom:1px solid currentColor;padding-bottom:2px}
.vrqkp3 .zcv1{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.arve{--date-bg:var(--accent-bg-light)}
.q5cw4w .h2ebsvq::before{content:""}
.itk555 .hmbi5 + .hmbi5::before{content:"•";margin-right:6px;opacity:.4}
.hda6 .hmbi5 + .hmbi5::before{content:"/";margin-right:6px;opacity:.35}
.fej1jz .hmbi5 + .hmbi5::before{content:"|";margin-right:6px;opacity:.3}
.d80m0ydq .hmbi5 + .hmbi5::before{content:"—";margin-right:6px;opacity:.3}
.kr4hj .hmbi5 + .hmbi5::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.x9cffxg .hmbi5 + .hmbi5::before{content:"·";margin-right:6px;opacity:.4}
.zpcstgn .hmbi5 + .hmbi5::before{content:"›";margin-right:6px;opacity:.4}
.vb5oc3 .hmbi5 + .hmbi5::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.z84mxj .zuy76{padding:20px 0}
@media(max-width:640px){
  .zuy76{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .wvdb{max-width:100%}
}
.woce .lao67hr{margin:0}
@media (max-width:560px){
  .ij49{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .xxpkzkr3 { padding: 28px 18px 20px; }
  .y4d56jz8 { font-size: 1.2rem; }
  .cg8rdi9t { max-width: 220px; max-height: 80px; }
}
.pym7o {
  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);
}
.t51ma {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.bnabosgw  .pym7o { border-radius: 50%; }
.blofbv7l  .pym7o { border-radius: 6px; }
.j2mmwu1 .pym7o { border-radius: 22px; }
.ds3ckp1 .f893j4xv {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .pym7o { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.zqq7 {
  margin: 28px 0 24px;
}
.zqq7 .zvrll {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.zqq7 .j0ohbd {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.zqq7 .f893j4xv {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .e3h6 { flex-direction: row-reverse; }
[dir="rtl"] .x80r468 { flex-direction: row-reverse; }
[dir="rtl"] .qd41q .c96utv { right: auto; left: 32px; }
[dir="rtl"] .wo4xs9tj  .c96utv { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .qd41q .c96utv { right: auto; left: 20px; }
  [dir="rtl"] .wo4xs9tj  .c96utv { left: auto;  right: 20px; }
}
[dir="rtl"] .l5b88gn .ju1ydw  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .ka4j .ju1ydw { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .gvp4b, [dir="rtl"] .hwhvgfaa { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .i9kd { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .qjvkbgut { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .o6pl8fob { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .f893j4xv { direction: rtl; }
[dir="rtl"] .pym7o { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .yhwmqnu8,
[dir="rtl"] .hp2id3 { direction: rtl; }
[dir="rtl"] .jtkvipj { direction: rtl; }
[dir="rtl"] .wsho1 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .v4ww73 .hwhvgfaa,
[dir="rtl"] .nhekexb .hwhvgfaa,
[dir="rtl"] .l56le .hwhvgfaa,
[dir="rtl"] .bf7pk5dn .hwhvgfaa {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .v4ww73 .hwhvgfaa li::before,
[dir="rtl"] .nhekexb .hwhvgfaa li::before,
[dir="rtl"] .l56le .hwhvgfaa li::before,
[dir="rtl"] .bf7pk5dn .hwhvgfaa li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .vcjp2.ep6d2j .ta46md6,
[dir="rtl"] .uk4mh1.ep6d2j .ta46md6,
[dir="rtl"] .iciln4he.ep6d2j .ta46md6,
[dir="rtl"] .wyw34.ep6d2j .ta46md6,
[dir="rtl"] .gztso.ep6d2j .ta46md6 { text-align: right; }
[dir="rtl"] .u8l4d98n.uq6n51k .hkp4 { text-align: center; }
[dir="rtl"] .j0ohbd,
[dir="rtl"] .quylq6,
[dir="rtl"] .kbokk,
[dir="rtl"] .rzhsv,
[dir="rtl"] .ta46md6 { text-align: right; }
[dir="rtl"] .ixz5miw,
[dir="rtl"] .dd6vb7z1,
[dir="rtl"] .dtifjsgz,
[dir="rtl"] .gs56 { text-align: right; direction: rtl; }
[dir="rtl"] .l2oi .dtifjsgz,
[dir="rtl"] .frtc0kp .dtifjsgz { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #673b10;
  --brand:           #673b10;
  --brand-light:     #533212;
  --brand-pale:      #6e4721;
  --grad-start:      #b6681c;
  --grad-end:        #d3873c;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #673b10;
  --cta-light:       #452608;
  --cta-hover:       #321c07;
  --bg-page:         #f8f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f4f3;
  --bg-raised:       #f1efee;
  --bg-hover:        #f5f4f3;
  --border:          #e9e5e1;
  --border-alt:      #dcd6cf;
  --border-section:  #e9e5e1;
  --text-primary:    #1b1917;
  --text-muted:      #615951;
  --text-body:       #37322e;
  --text-sub:        #534c45;
  --text-faint:      #8a7f74;
  --text-dim:        #a19890;
  --text-label:      #6e655d;
  --text-value:      #453f3a;
  --accent-bg:       #f3eae1;
  --accent-bg-light: #eedbc8;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f1f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf4f3;
  --c-pros:          #0f9318;
  --c-cons:          #9f2b21;
  --c-pros-label:    #12af1d;
  --c-tip-border:    #14c220;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0f9318;
}
:root { --logo-bg-opacity: 43%; }
body, button, input { font-family: "Exo", sans-serif; }
.p0zsf .cgbwu { font-size: 0; width: 1.2rem; flex-shrink: 0; }.p0zsf .cgbwu::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.p0zsf .jbo4mpp     .cgbwu::before { content: "";  color: var(--c-tip-border); }.p0zsf .frgz5h .cgbwu::before { content: ""; color: var(--c-warn-border); }.p0zsf .d417rkz2    .cgbwu::before { content: ""; color: #60a5fa; }.f22br .p0zsf .jbo4mpp     .cgbwu::before { color: #10b981; }.f22br .p0zsf .frgz5h .cgbwu::before { color: #f43f5e; }.f22br .p0zsf .d417rkz2    .cgbwu::before { color: #a855f7; }.lc04hs4w  .p0zsf .jbo4mpp     .cgbwu::before { color: #eab308; }.lc04hs4w  .p0zsf .frgz5h .cgbwu::before { color: #ef4444; }.lc04hs4w  .p0zsf .d417rkz2    .cgbwu::before { color: #f97316; }.z0nv6  .p0zsf .jbo4mpp     .cgbwu::before { color: #38bdf8; }.z0nv6  .p0zsf .frgz5h .cgbwu::before { color: #818cf8; }.z0nv6  .p0zsf .d417rkz2    .cgbwu::before { color: #2dd4bf; }.ntdkcm .p0zsf .cgbwu::before { color: var(--accent-light) !important; }
.sm390hk .bxdyjcr li::before, .sm390hk .cq6hu li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.sm390hk .bxdyjcr li::before { content: ""; }.sm390hk .cq6hu li::before { content: ""; }.sm390hk .pl5n5::before, .sm390hk .onbc::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.sm390hk .pl5n5::before { content: ""; }.sm390hk .onbc::before { content: ""; }
.wzb21 .fs0i, .wzb21 .u8l4d98n { min-height: 320px; }
.tcm9j9h .y980o::after, .tcm9j9h .d5gea::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.wnja .iwhxw::after,.wnja .c96utv::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.d5w1s97::before { content: '>'; }