:root {
  --color-accent: #a43f34;
  --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;
}
.s15xg {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ndr6p {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ayhik6hf {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.yex4xxi { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.s7w4 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.s7w4 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.s7w4 a:hover { color: var(--accent-light); }
.ar9scv   .uob77 { border-radius: 0; }
.yznp .uob77 li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .uob77 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .xjl2j5t:hover .uob77,
  .xjl2j5t:focus-within .uob77 { display: block; }
  .uob77 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.nh4ch3u {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.o1e9s4 { display: none; }
@media (max-width: 640px) {
  .o1e9s4 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .o1e9s4.gleg5 { display: block; }
}
@media (max-width: 640px) {
  .nh4ch3u { display: block; }
  .s7w4 > li + li::before { display: none !important; }
  .s7w4 {
    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;
  }
  .s7w4.gleg5 { display: flex; }
  .s7w4 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .s7w4 li:last-child a { border-bottom: none; }
}
.zgt5ya { min-height: 480px; }
.jsf74 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ngkz { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.hq47cy57 .ngkz { margin-left: 0; margin-right: 0; }
.wgxw4 {
  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;
}
.zsrf .wgxw4 { margin-top: 24px; }
.wgxw4:hover { opacity: 0.88; }
.gl7lm2 .jsf74 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.gl7lm2 .ngkz { color: #e2e8f0; }
.gl7lm2.nflrv .uew3uqc { text-align: center; }
.kvwb .jsf74 { color: var(--text-primary); text-shadow: none; }
.kvwb .ngkz { color: var(--text-muted); }
.kvwb .wgxw4 { margin-top: 16px; }
.kvwb, .kvwb.zgt5ya { min-height: auto !important; }
.kvwb.nflrv .uew3uqc { text-align: center; }
.kvwb~.cdin{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}
.kvwb~.cdin .hdxjp86k{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}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.ealg .jsf74 { color: #fff; }
.ealg .ngkz { color: rgba(255,255,255,0.85); }
.ealg .wgxw4 { background: #fff; color: var(--cta); }
.ealg .wgxw4:hover { opacity: 0.92; }
.eb8oc3 .x1nbr { position: relative; overflow: hidden; }
.eb8oc3 .x1nbr::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.q2aankv8 .x1nbr {
  animation: hg-breathe 7s ease-in-out infinite;
}
.niv7lfn .x1nbr { position: relative; overflow: hidden; }
.niv7lfn .x1nbr::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;
}
.sdsp .x1nbr { position: relative; overflow: hidden; }
.sdsp .x1nbr::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.vqdlkr .x1nbr {
  animation: hg-fadein 1.2s ease-out both;
}
.x1nbr {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.u0o7ya7r {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.s78k {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.jrmlf58m {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.x1nbr .jsf74 { text-shadow: none; color: var(--text-primary); }
.x1nbr .ngkz { color: var(--text-muted); }
body.kklx2 .jsf74 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.qe95dy4 .jsf74 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.zgt5ya.ealg .jsf74,
section.ealg .jsf74 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.x1nbr.nflrv .u0o7ya7r { align-items: center; text-align: center; }
.x1nbr.hq47cy57   .u0o7ya7r { align-items: flex-start; text-align: left; }
.kdhw2k .s78k { position: relative; }
.kdhw2k .s78k::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.kdhw2k.nf4gij .s78k::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.e00n .s78k {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.e00n .jrmlf58m {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.e00n.nf4gij .s78k { padding: 32px 0 32px 32px; }
.l9hm0 .s78k {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.l9hm0 .jrmlf58m {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.l9hm0 .r5yy {
  position: static;
  width: 100%; aspect-ratio: 4/3;
  border-radius: 16px;
}
.nf4gij .u0o7ya7r {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.l9hm0.nf4gij .s78k { padding: 40px 16px 40px 48px; }
.zgt5ya .zwf85 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.zwf85 .n5wdzo1.ld3a {
  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;
}
.zwf85 .n5wdzo1.ld3a:hover { opacity: 0.85; }
.kvn3ff .s78k {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .x1nbr { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .x1nbr:not(.kvn3ff) .s78k { display: none !important; }
  .kvn3ff .s78k { padding: 16px; }
  .u0o7ya7r  { padding: 36px 24px; }
  .x1nbr~.cdin,.nf4gij~.cdin{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .zgt5ya, .x1nbr { min-height: 320px !important; }
  .jsf74 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .wtbc8,
  .m5ifcb2y,
  .u8rje { grid-template-columns: 1fr !important; }

  

  
  .jaa4jb { display: flex !important; flex-direction: column !important; }
  .jaa4jb .uew3uqc { display: contents; }
  .jaa4jb .oo12r { order: 0; }
  .jaa4jb .jsf74 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .jaa4jb .wtbc8 { order: 2; padding: 0 16px 12px !important; }
  .jaa4jb .ngkz { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .zsrf .uew3uqc { display: flex; flex-direction: column; }
  .zsrf .uew3uqc .jsf74 { order: 1; }
  .zsrf .uew3uqc .u8rje { order: 2; margin: 8px 0 24px !important; }
  .zsrf .uew3uqc .ngkz { order: 3; }
  .zsrf .uew3uqc .wgxw4 { order: 4; align-self: center; margin-top: 0; }

  
  .x1nbr.kvn3ff {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .x1nbr.kvn3ff .u0o7ya7r { display: contents; padding: 0; }
  .x1nbr.kvn3ff .u0o7ya7r .jsf74 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .x1nbr.kvn3ff .s78k { order: 2; padding: 12px 16px; }
  .x1nbr.kvn3ff .u0o7ya7r .ngkz { order: 3; padding: 0 24px; margin: 0 auto; }
  .x1nbr.kvn3ff .u0o7ya7r .wgxw4 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.vtny { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.bh688qr2 { width: 100%; height: auto; display: block; border-radius: 10px; }
.ry9s40v .vtny        { border-radius: 16px; }
.ry9s40v .bh688qr2  { border-radius: 16px; }
.fbyjksv .vtny         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.fbyjksv .bh688qr2   { border-radius: 8px; }
.csjy2f { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.szxd { width: 100%; padding: 32px 0; position: relative; }
.cj5t { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.g90xa .szxd:nth-child(even) { background: var(--bg-surface); }
.g90xa .szxd:nth-child(odd)  { background: var(--bg-page); }
.bqx1qqwx .szxd:nth-child(even) { background: var(--bg-card); }
.bqx1qqwx .szxd:nth-child(odd)  { background: var(--bg-page); }
.g90xa .szxd:nth-child(odd)  .cj5t { background: var(--bg-card); border-radius: 6px; }
.g90xa .szxd:nth-child(even) .cj5t { background: var(--bg-raised); border-radius: 6px; }
.bqx1qqwx .szxd:nth-child(odd)  .cj5t { background: var(--bg-card); border-radius: 6px; }
.bqx1qqwx .szxd:nth-child(even) .cj5t { background: var(--bg-raised); border-radius: 6px; }
.g90xa .szxd:nth-child(even) .o16n5lly .qnk3ktcg,
.bqx1qqwx .szxd:nth-child(even) .o16n5lly .qnk3ktcg { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.g90xa .szxd:nth-child(odd) .o16n5lly .qnk3ktcg,
.bqx1qqwx .szxd:nth-child(odd) .o16n5lly .qnk3ktcg { background: var(--bg-card-inner); }
.g90xa .szxd:nth-child(even) .x39gr .qnk3ktcg:nth-child(odd),
.bqx1qqwx .szxd:nth-child(even) .x39gr .qnk3ktcg:nth-child(odd)  { background: var(--bg-card); }
.g90xa .szxd:nth-child(even) .x39gr .qnk3ktcg:nth-child(even),
.bqx1qqwx .szxd:nth-child(even) .x39gr .qnk3ktcg:nth-child(even) { background: var(--bg-card-inner); }
h1.gkwlbe4t { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.gkwlbe4t {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.fgpr { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ly3jn57 h2.gkwlbe4t {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.qfb23 h2.gkwlbe4t {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.e41c6 h2.gkwlbe4t {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ybpu5 h2.gkwlbe4t::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.c9ajntn h2.gkwlbe4t {
  color: var(--text-primary); font-size: 1.7rem;
}
.kgb4an3 h2.gkwlbe4t::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.pz7i h2.gkwlbe4t {
  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;
}
.sj2g { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .sj2g { display: none; } }
.tiz6puw { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.moev { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.suoxsa {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.y02wl2t3 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.dhg3q7 { padding-left: 20px; }
.dhg3q7 li { margin-bottom: 6px; }
.dhg3q7 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.dhg3q7 a:hover { color: var(--accent-light); }
.j4sdq .y02wl2t3 { display: none; }
.dalvm5js .y02wl2t3 { display: none; }
.dalvm5js .dhg3q7 { padding-left: 0; list-style: none; }
.dalvm5js .dhg3q7 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.dalvm5js .dhg3q7 a { font-size: 0.92rem; }
.mwzy36 .suoxsa { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.mwzy36 .y02wl2t3 { display: none; }
.mwzy36 .dhg3q7 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.mwzy36 .dhg3q7 li { margin-bottom: 0; }
.mwzy36 .dhg3q7 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;
}
.mwzy36 .dhg3q7 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.y3lc .suoxsa { padding: 20px 20px 16px; }
.y3lc .dhg3q7 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.y3lc .dhg3q7 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.y3lc .dhg3q7 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;
}
.y3lc .dhg3q7 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;
}
.y3lc .dhg3q7 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.y3lc .dhg3q7 a:focus,
.y3lc .dhg3q7 a:focus-visible,
.y3lc .dhg3q7 a:target { outline: none; }
.y3lc .dhg3q7 li:target a { border-color: var(--border); color: var(--text-muted); }
.ufzq8 .suoxsa { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ufzq8 .y02wl2t3 { display: none; }
.ufzq8 .dhg3q7 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ufzq8 .dhg3q7 li { margin-bottom: 0; }
.ufzq8 .dhg3q7 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ufzq8 .dhg3q7 li:last-child::after { content: ""; margin-right: 0; }
.ufzq8 .dhg3q7 a { font-size: 0.9rem; }
.qnk3ktcg { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.o16n5lly .qnk3ktcg { background: var(--bg-card); }
.x39gr .qnk3ktcg:nth-child(odd)  { background: var(--bg-card); }
.x39gr .qnk3ktcg:nth-child(even) { background: var(--bg-raised); }
.zdi1u .qnk3ktcg {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.zdi1u .qnk3ktcg:last-child { border-bottom: none; }
.zdi1u h3.fgpr { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.c1rs6 .qnk3ktcg {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.c1rs6 .qnk3ktcg + .qnk3ktcg { margin-top: 4px; }
.yzh480 .qnk3ktcg { background: none; border-radius: 0; padding: 12px 0; }
.yzh480 .qnk3ktcg + .qnk3ktcg { border-top: 1px solid var(--border-section); }
.dprvyzu { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.zrlae74m { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.n2qc, .p4mc7 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.n2qc li, .p4mc7 li { margin-bottom: 6px; }
.p4mc7 li { list-style: decimal; }
.imxgca4h     .n2qc { list-style-type: "● "; }
.uzmf  .n2qc { list-style-type: "■ "; }
.ng5r9wjo .n2qc { list-style-type: "◆ "; }
.shg6sz    .n2qc { list-style-type: "★ "; }
.imxgca4h    .n2qc li::marker, .imxgca4h    .v7sdz3g9 li::marker,
.uzmf .n2qc li::marker, .uzmf .v7sdz3g9 li::marker,
.ng5r9wjo .n2qc li::marker, .ng5r9wjo .v7sdz3g9 li::marker,
.shg6sz   .n2qc li::marker, .shg6sz   .v7sdz3g9 li::marker {
  color: var(--cta); font-size: 1em;
}
.imxgca4h .p4mc7,
.uzmf .p4mc7,
.ng5r9wjo .p4mc7,
.shg6sz .p4mc7 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.imxgca4h .p4mc7 li,
.uzmf .p4mc7 li,
.ng5r9wjo .p4mc7 li,
.shg6sz .p4mc7 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.imxgca4h .p4mc7 li::before,
.uzmf .p4mc7 li::before,
.ng5r9wjo .p4mc7 li::before,
.shg6sz .p4mc7 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;
}
.imxgca4h     .p4mc7 li::before { border-radius: 50%; }
.uzmf  .p4mc7 li::before { border-radius: 3px; }
.ng5r9wjo .p4mc7 li::before { border-radius: 3px; }
.shg6sz    .p4mc7 li::before { border-radius: 50%; }
.evcsc .ybtyzf {
  overflow: hidden;
}
.evcsc .hi2n9c th { border-bottom: 1px solid var(--border-alt); }
.evcsc .hi2n9c tr:last-child td { border-bottom: none; }
[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%}
.eiigm9v .byezuggi {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.fw6qyw .qdtz { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.fw6qyw .qdtz:last-child { border-bottom: none; }
.fw6qyw .c50f { background: none; color: var(--accent-light); font-weight: 700; }
.ikyxb4 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.ktwde  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.anp0 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.t8va5 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.ikyxb4 strong { color: var(--text-primary); font-size: 0.95rem; }
.ikyxb4 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.bh688qr2 { width: 100%; height: auto; border-radius: 10px; display: block; }
.ld3a {
  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;
}
.ld3a:hover { opacity: 0.85; }
.j2obtpp .ld3a  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.j2obtpp .ld3a:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.sssbo .ld3a  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.sssbo .ld3a:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zvrgmzq .wgxw4 { border-radius: 50px; }
.zvrgmzq .ld3a  { border-radius: 50px; }
.e1s7tgir .wgxw4 { padding-left: 22px; padding-right: 22px; }
.e1s7tgir .ld3a  { padding-left: 12px; padding-right: 12px; }
.cosylm .wgxw4 { padding-left: 44px; padding-right: 44px; }
.cosylm .ld3a  { padding-left: 24px; padding-right: 24px; }
.qtazf .wgxw4 { padding-left: 56px; padding-right: 56px; }
.qtazf .ld3a  { padding-left: 32px; padding-right: 32px; }
.kc82arc   .wgxw4::after, .kc82arc   .ld3a::after,
.jfny7 .wgxw4::after, .jfny7 .ld3a::after,
.hb5m    .wgxw4::after, .hb5m    .ld3a::after,
.xav8t    .wgxw4::after, .xav8t    .ld3a::after,
.okcjyfc    .wgxw4::after, .okcjyfc    .ld3a::after,
.d8v9sao7     .wgxw4::after, .d8v9sao7     .ld3a::after,
.gnty5i    .wgxw4::after, .gnty5i    .ld3a::after,
.jvvd   .wgxw4::after, .jvvd   .ld3a::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;
}
.kc82arc .wgxw4::after, .kc82arc .ld3a::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");
}
.jfny7 .wgxw4::after, .jfny7 .ld3a::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");
}
.hb5m .wgxw4::after, .hb5m .ld3a::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");
}
.xav8t .wgxw4::after, .xav8t .ld3a::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");
}
.okcjyfc .wgxw4::after, .okcjyfc .ld3a::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");
}
.d8v9sao7 .wgxw4::after, .d8v9sao7 .ld3a::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");
}
.gnty5i .wgxw4::after, .gnty5i .ld3a::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");
}
.jvvd .wgxw4::after, .jvvd .ld3a::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");
}
.x1aeqd   .v943j13::after, .x1aeqd   .rcrq::after,
.w2lpbyz .v943j13::after, .w2lpbyz .rcrq::after,
.vgfiq9    .v943j13::after, .vgfiq9    .rcrq::after,
.b193    .v943j13::after, .b193    .rcrq::after,
.t15cke1s    .v943j13::after, .t15cke1s    .rcrq::after,
.uc4p5qj     .v943j13::after, .uc4p5qj     .rcrq::after,
.ov6q    .v943j13::after, .ov6q    .rcrq::after,
.qp307g   .v943j13::after, .qp307g   .rcrq::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;
}
.x1aeqd .v943j13::after, .x1aeqd .rcrq::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");
}
.w2lpbyz .v943j13::after, .w2lpbyz .rcrq::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");
}
.vgfiq9 .v943j13::after, .vgfiq9 .rcrq::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");
}
.b193 .v943j13::after, .b193 .rcrq::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");
}
.t15cke1s .v943j13::after, .t15cke1s .rcrq::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");
}
.uc4p5qj .v943j13::after, .uc4p5qj .rcrq::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");
}
.ov6q .v943j13::after, .ov6q .rcrq::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");
}
.qp307g .v943j13::after, .qp307g .rcrq::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");
}
.xycbwku1 .v2x386   { background: rgba(128,128,128,.12); }
.n5wdzo1.ld3a {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .a5em0m {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .a5em0m::before    { grid-area: rank;   }
  .p0pwqkqa           { grid-area: ident;  }
  .tm2wwt     { grid-area: rating; min-width: 0; width: auto; }
  .p8n8ph           { grid-area: pills;  }
  .n5wdzo1             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .a5em0m {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .a5em0m::before    { justify-self: center; }
  .p0pwqkqa           { width: 100%; }
  .tm2wwt     { justify-self: center; }
  .p8n8ph           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .jq4yzb2 .phhs {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .jq4yzb2 .xuj9ecbl { margin: 0; }
}
@media (max-width: 720px) {
  .yj5c4p { grid-template-columns: 1fr; }
  .tuyaq { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .tuyaq .evquc { width: 72px; height: 50px; }
  .tuyaq .u3najd3i { max-width: 180px; }
  .tuyaq .gqwg { width: auto; }
}
@media (max-width: 720px) {
  .q8k8 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .uk5vp2l { padding: 16px; }
  .jf9vpbku .g48gh { min-width: 50%; }
}
@media (max-width: 860px) {
  .t0w2b { grid-template-columns: 1fr; }
  .emy2 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ybn08 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .cf98t8w0 { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .dpuv { flex-direction: column; align-items: stretch; }
}
.saded .gqwg .ld3a { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .vjqd5a7u { flex-direction: column; align-items: stretch; gap: 10px; }
  .saded .gqwg { text-align: center; }
}
@media (max-width: 720px) {
  .vr2wva { grid-template-columns: 1fr; }
  .rbul5c { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .vj8uj { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .iebt9m6 { grid-template-columns: 1fr; }
  .bj0p { width: 100px; height: 100px; margin: 16px auto; }
  .nft9 { font-size: 1.4rem; }
  .mdshhuk { justify-content: center; }
  .d680c5 .g48gh { min-width: 50%; }
}
@media (max-width: 540px) {
  .t9rv { flex-wrap: wrap; padding: 14px 16px; }
  .wntsj { padding: 12px 16px; }
  .h20didv .iaelpeza { margin: 0 16px; }
  .h20didv .gckkv8 { padding: 0 16px; }
  .zysrx92v { padding: 12px 16px; }
}
.arjlpa7n .bh1igkm { gap: 18px; }
.arjlpa7n .a5em0m {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.arjlpa7n .a5em0m:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.t9yk .p8n8ph .e9e8fq {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.kpbfow .aaxgh { display: none; }
.kpbfow .w7m8upit { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.kpbfow .w7m8upit {
  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;
}
.kpbfow .w7m8upit small { display: none; }
.kpbfow .cwts .z2unk { display: none; }
.kpbfow .cwts strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.kpbfow .d09sxmx { display: none; }
.prsjlx8 { margin: 16px 0; }
.rwqyj { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.rwqyj summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.rwqyj summary::after { content: "+"; color: var(--accent-light); }
.rwqyj[open] summary::after { content: "−"; }
.rwqyj p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.szxd { margin-bottom: 0; }
.jc2n1c7 h2.gkwlbe4t { color: var(--text-primary); border-color: var(--accent-light); }
.nphme7lb h2.gkwlbe4t { color: var(--text-primary); border-color: var(--accent-light); }
.d5660u .ktwde     { background: #052e16; border-color: #10b981; }
.d5660u .anp0    { background: #1e1036; border-color: #a855f7; }
.d5660u .ikyxb4 strong  { color: #f1f5f9; }
.d5660u .ikyxb4 p       { color: #cbd5e1; }
.d5660u .jt7c0    .ktwde     .t8va5::before,
.d5660u .b2cl29  .ktwde     .t8va5::before,
.d5660u .wcd4  .ktwde     .t8va5::before,
.d5660u .iyiwlon5 .ktwde     .t8va5::before { color: #10b981; }
.d5660u .jt7c0    .g7amgp .t8va5::before,
.d5660u .b2cl29  .g7amgp .t8va5::before,
.d5660u .wcd4  .g7amgp .t8va5::before,
.d5660u .iyiwlon5 .g7amgp .t8va5::before { color: #f43f5e; }
.d5660u .jt7c0    .anp0    .t8va5::before,
.d5660u .b2cl29  .anp0    .t8va5::before,
.d5660u .wcd4  .anp0    .t8va5::before,
.d5660u .iyiwlon5 .anp0    .t8va5::before { color: #a855f7; }
.qe95e9 .ktwde     { background: #2d2000; border-color: #eab308; }
.qe95e9 .g7amgp { background: #2d0b0b; border-color: #ef4444; }
.qe95e9 .anp0    { background: #2d1600; border-color: #f97316; }
.qe95e9 .ikyxb4 strong  { color: #f1f5f9; }
.qe95e9 .ikyxb4 p       { color: #cbd5e1; }
.qe95e9 .jt7c0    .ktwde     .t8va5::before,
.qe95e9 .b2cl29  .ktwde     .t8va5::before,
.qe95e9 .wcd4  .ktwde     .t8va5::before,
.qe95e9 .iyiwlon5 .ktwde     .t8va5::before { color: #eab308; }
.qe95e9 .jt7c0    .g7amgp .t8va5::before,
.qe95e9 .b2cl29  .g7amgp .t8va5::before,
.qe95e9 .wcd4  .g7amgp .t8va5::before,
.qe95e9 .iyiwlon5 .g7amgp .t8va5::before { color: #ef4444; }
.qe95e9 .jt7c0    .anp0    .t8va5::before,
.qe95e9 .b2cl29  .anp0    .t8va5::before,
.qe95e9 .wcd4  .anp0    .t8va5::before,
.qe95e9 .iyiwlon5 .anp0    .t8va5::before { color: #f97316; }
.toxa3l25 .ktwde     { background: #0c1a2e; border-color: #38bdf8; }
.toxa3l25 .anp0    { background: #0a2020; border-color: #2dd4bf; }
.toxa3l25 .ikyxb4 strong  { color: #f1f5f9; }
.toxa3l25 .ikyxb4 p       { color: #cbd5e1; }
.toxa3l25 .jt7c0    .ktwde     .t8va5::before,
.toxa3l25 .b2cl29  .ktwde     .t8va5::before,
.toxa3l25 .wcd4  .ktwde     .t8va5::before,
.toxa3l25 .iyiwlon5 .ktwde     .t8va5::before { color: #38bdf8; }
.toxa3l25 .jt7c0    .g7amgp .t8va5::before,
.toxa3l25 .b2cl29  .g7amgp .t8va5::before,
.toxa3l25 .wcd4  .g7amgp .t8va5::before,
.toxa3l25 .iyiwlon5 .g7amgp .t8va5::before { color: #818cf8; }
.toxa3l25 .jt7c0    .anp0    .t8va5::before,
.toxa3l25 .b2cl29  .anp0    .t8va5::before,
.toxa3l25 .wcd4  .anp0    .t8va5::before,
.toxa3l25 .iyiwlon5 .anp0    .t8va5::before { color: #2dd4bf; }
.drcv99le .ktwde     { background: var(--accent-bg); border-color: var(--accent-light); }
.drcv99le .anp0    { background: var(--accent-bg); border-color: var(--accent-pale); }
.drcv99le .jt7c0    .t8va5::before,
.drcv99le .b2cl29  .t8va5::before,
.drcv99le .wcd4  .t8va5::before,
.drcv99le .iyiwlon5 .t8va5::before { color: var(--accent-light) !important; }
.uy7c .gcqx { background: var(--bg-pros); }
.uy7c .pvu6i { background: var(--bg-cons); }
.uy7c .gcqx .irwly { color: var(--c-pros-label); }
.uy7c .pvu6i .v6u8 { color: var(--c-cons); }
.uy7c .gcqx ul li,
.uy7c .i41548 li          { color: var(--c-pros); }
.uy7c .pvu6i ul li,
.uy7c .y8wfu20f li          { color: var(--c-cons); }
.be6nk .ikyxb4 { background: transparent; border-left: none; border: 1.5px solid; }
.be6nk .ktwde     { border-color: var(--c-tip-border); }
.be6nk .anp0    { border-color: #60a5fa; }
.be6nk .ikyxb4 strong { color: var(--text-primary); }
.be6nk .ikyxb4 p      { color: var(--text-muted); }
.zgjv6z1 .ikyxb4 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.zgjv6z1 .ktwde     { border-top-color: var(--c-tip-border); }
.zgjv6z1 .anp0    { border-top-color: #60a5fa; }
.p3t2m5 .ikyxb4 { border-left: none; border-radius: 8px; }
.p3t2m5 .ktwde     { background: #065f46; }
.p3t2m5 .g7amgp { background: #92400e; }
.p3t2m5 .anp0    { background: #1e3a8a; }
.p3t2m5 .ikyxb4 strong,
.p3t2m5 .ikyxb4 p { color: #fff; }
.p3t2m5 .t8va5::before { color: rgba(255,255,255,0.85) !important; }
.d5660u.p3t2m5 .ktwde,
.d5660u .p3t2m5 .ktwde     { background: #052e16; }
.d5660u.p3t2m5 .g7amgp,
.d5660u .p3t2m5 .g7amgp { background: #2d0a1e; }
.d5660u.p3t2m5 .anp0,
.d5660u .p3t2m5 .anp0    { background: #1e1036; }
.qe95e9.p3t2m5 .ktwde,
.qe95e9 .p3t2m5 .ktwde      { background: #2d2000; }
.qe95e9.p3t2m5 .g7amgp,
.qe95e9 .p3t2m5 .g7amgp  { background: #2d0b0b; }
.qe95e9.p3t2m5 .anp0,
.qe95e9 .p3t2m5 .anp0     { background: #2d1600; }
.toxa3l25.p3t2m5 .ktwde,
.toxa3l25 .p3t2m5 .ktwde      { background: #0c1a2e; }
.toxa3l25.p3t2m5 .g7amgp,
.toxa3l25 .p3t2m5 .g7amgp  { background: #12103a; }
.toxa3l25.p3t2m5 .anp0,
.toxa3l25 .p3t2m5 .anp0     { background: #0a2020; }
.jh8ipl .ikyxb4 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.jh8ipl .ktwde     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.jh8ipl .anp0    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.jh8ipl .ikyxb4 strong { color: var(--text-primary); }
.jh8ipl .ikyxb4 p      { color: var(--text-muted); }
.iwb2stg .ikyxb4 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.jt7c0 .t8va5,
.b2cl29 .t8va5,
.wcd4 .t8va5,
.iyiwlon5 .t8va5 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.jt7c0 .t8va5::before,
.b2cl29 .t8va5::before,
.wcd4 .t8va5::before,
.iyiwlon5 .t8va5::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.jt7c0 .ktwde     .t8va5::before { content: "✦"; color: var(--c-tip-border); }
.jt7c0 .g7amgp .t8va5::before { content: "▲"; color: var(--c-warn-border); }
.jt7c0 .anp0    .t8va5::before { content: "◉"; color: #60a5fa; }
.b2cl29 .ktwde     .t8va5::before { content: "★"; color: var(--c-tip-border); }
.b2cl29 .g7amgp .t8va5::before { content: "◆"; color: var(--c-warn-border); }
.b2cl29 .anp0    .t8va5::before { content: "●"; color: #60a5fa; }
.wcd4 .ktwde     .t8va5::before { content: "▶"; color: var(--c-tip-border); }
.wcd4 .g7amgp .t8va5::before { content: "■"; color: var(--c-warn-border); }
.wcd4 .anp0    .t8va5::before { content: "▸"; color: #60a5fa; }
.iyiwlon5 .ktwde     .t8va5::before { content: "→"; color: var(--c-tip-border); }
.iyiwlon5 .g7amgp .t8va5::before { content: "⬥"; color: var(--c-warn-border); }
.iyiwlon5 .anp0    .t8va5::before { content: "◈"; color: #60a5fa; }
.m41so2p .o16n5lly .qnk3ktcg,
.m41so2p .x39gr .qnk3ktcg  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.m41so2p .suoxsa                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.nt7jrcg0 .o16n5lly .qnk3ktcg,
.nt7jrcg0 .x39gr .qnk3ktcg,
.nt7jrcg0 .qdtz,
.nt7jrcg0 .a5em0m,
.nt7jrcg0 .xuj9ecbl,
.nt7jrcg0 .ybtyzf,
.nt7jrcg0 .suoxsa,
.nt7jrcg0 .iwb2stg .ikyxb4 { box-shadow: none; }
.ctnx   .kbypi9g, .ctnx .dprvyzu, .ctnx .zrlae74m,
.ctnx   .tiz6puw, .ctnx .moev { font-size: 0.9rem; }
.ctnx   .n2qc, .ctnx .p4mc7 { font-size: 0.9rem; }
.n9sxdfq9   .kbypi9g, .n9sxdfq9 .dprvyzu, .n9sxdfq9 .zrlae74m,
.n9sxdfq9   .tiz6puw, .n9sxdfq9 .moev { font-size: 0.95rem; }
.n9sxdfq9   .n2qc, .n9sxdfq9 .p4mc7 { font-size: 0.95rem; }
.c5v7   .kbypi9g, .c5v7 .dprvyzu, .c5v7 .zrlae74m,
.c5v7   .tiz6puw, .c5v7 .moev { font-size: 1.08rem; }
.c5v7   .n2qc, .c5v7 .p4mc7 { font-size: 1.05rem; }
.ajqo .jsf74      { font-size: 3.2rem; }
.ajqo h2.gkwlbe4t { font-size: 1.9rem; }
.ajqo h3.fgpr     { font-size: 1.4rem; }
.x2jexr .jsf74      { font-size: 3.8rem; }
.x2jexr h2.gkwlbe4t { font-size: 2.2rem; }
.x2jexr h3.fgpr     { font-size: 1.6rem; }
.szxd + .szxd { position: relative; }
.mr7jx   .szxd + .szxd::before,
.yeglbt  .szxd + .szxd::before,
.zwg8   .szxd + .szxd::before,
.gwfye   .szxd + .szxd::before,
.lvbegp   .szxd + .szxd::before,
.meny1rd .szxd + .szxd::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.mr7jx .szxd + .szxd::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.yeglbt .szxd + .szxd::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.zwg8 .szxd + .szxd::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;
}
.gwfye .szxd + .szxd::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.uzqqv .szxd { margin-bottom: 16px; }
.uzqqv .szxd + .szxd { margin-top: 0; }
.uzqqv .cj5t { padding-top: 0; padding-bottom: 0; }
.lvbegp .szxd + .szxd::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.meny1rd .szxd + .szxd::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.bx6liw .szxd + .szxd::before,
.qqc7 .szxd + .szxd::before,
.px0j45rk .szxd + .szxd::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%;
}
.g90xa .bx6liw .szxd:nth-child(even)::before,
.g90xa .qqc7 .szxd:nth-child(even)::before,
.g90xa .px0j45rk .szxd:nth-child(even)::before { background: var(--bg-surface); }
.bqx1qqwx .bx6liw .szxd:nth-child(even)::before,
.bqx1qqwx .qqc7 .szxd:nth-child(even)::before,
.bqx1qqwx .px0j45rk .szxd:nth-child(even)::before { background: var(--bg-card); }
.bx6liw .szxd + .szxd::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");
}
.qqc7 .szxd + .szxd::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");
}
.px0j45rk .szxd + .szxd::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");
}
.i7se444 .u0o7ya7r,
.cltb2d .u0o7ya7r { padding-bottom: 60px; }
.ql3ivt .u0o7ya7r { padding-bottom: 70px; }
.shpd77lv  .gl7lm2:not(.ealg) .oo12r { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.jbjlw .x1nbr { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.mmtrephr .x1nbr { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.wtj75u .x1nbr { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.shpd77lv .ealg { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.shpd77lv .r5yy { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.shpd77lv .x1nbr { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.gsjosol .x1nbr { background: var(--accent-bg); }
.z7oet6 .vtny { float: left; width: 38%; margin: 0 28px 16px 0; }
.z7oet6 .vtny .bh688qr2 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.z7oet6 .cj5t::after { content: ''; display: block; clear: both; }
.qdng8bi .vtny { float: right; width: 38%; margin: 0 0 16px 28px; }
.qdng8bi .vtny .bh688qr2 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.qdng8bi .cj5t::after { content: ''; display: block; clear: both; }
.xa1c .szxd:nth-child(odd)  .vtny { float: left;  width: 38%; margin: 0 28px 16px 0; }
.xa1c .szxd:nth-child(even) .vtny { float: right; width: 38%; margin: 0 0 16px 28px; }
.xa1c .vtny .bh688qr2 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xa1c .cj5t::after { content: ''; display: block; clear: both; }
.xa1c .dvdnhs,
.xa1c .bh1igkm { clear: both; }
@media (max-width: 900px) {
  .z7oet6 .vtny,
  .qdng8bi .vtny,
  .xa1c .szxd:nth-child(odd)  .vtny,
  .xa1c .szxd:nth-child(even) .vtny {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .z7oet6 .vtny .bh688qr2,
  .qdng8bi .vtny .bh688qr2,
  .xa1c .vtny .bh688qr2 {
    max-height: none !important;
  }
}
.z7oet6 .n2qc,
.z7oet6 .p4mc7,
.qdng8bi .n2qc,
.qdng8bi .p4mc7,
.xa1c .n2qc,
.xa1c .p4mc7 { overflow: hidden; }
@media (max-width: 640px) {
  .z7oet6 .vtny,
  .qdng8bi .vtny,
  .xa1c .vtny { float: none; width: 100%; margin: 0 0 16px 0; }
}
.k0l2svq .csjy2f,
.k0l2svq .cj5t,
.k0l2svq .rfmcs4z  { max-width: 1100px; }
.frws97 .csjy2f,
.frws97 .cj5t,
.frws97 .rfmcs4z  { max-width: 1200px; }
.ik8nk .csjy2f,
.ik8nk .cj5t,
.ik8nk .rfmcs4z  { max-width: 1320px; }
.ik8nk { --content-mw: 1320px; }
.umwdqme { font-size: 0.82rem; color: var(--text-muted); }
.lf3rcrm { display: flex; align-items: center; }
.oyba5zk {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.movk { display: flex; align-items: center; }
.lthgnt4l { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.lthgnt4l:hover { text-decoration: underline; }
.b0v9bu { margin: 0 3px; opacity: 0.45; }
.b0v9bu::before { content: '/'; }
.c10h396 { padding: 2px 5px; color: var(--text-main); }
.io8zk .umwdqme {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.io8zk .lf3rcrm { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.oq3dn0tb .umwdqme {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.oq3dn0tb .lf3rcrm { padding: 0 0 0 12px; }
.zct2fayy .lf3rcrm { padding: 0 16px; }
.zct2fayy .umwdqme {
  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);
}
.zct2fayy .csjy2f { padding-top: 28px; }
@media (max-width: 720px) {
  .h5tq287k { margin-top: 18px; padding: 0 16px; }
  .zct2fayy .csjy2f { padding-top: 16px; }
}
.k0l2svq.io8zk .lf3rcrm { max-width: 1100px; }
.frws97.io8zk .lf3rcrm { max-width: 1200px; }
.ik8nk.io8zk .lf3rcrm { max-width: 1320px; }
.ik8nk .h5tq287k { max-width: 1320px; }
.pchv8l1 .szxd { padding-top: 16px; padding-bottom: 16px; }
.yt8v .szxd { padding-top: 24px; padding-bottom: 24px; }
.ly0p .szxd { padding-top: 40px; padding-bottom: 40px; }
.mwon6 .szxd { padding-top: 52px; padding-bottom: 52px; }
.brn0 .szxd:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.brn0 .szxd:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.brn0 .szxd:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.brn0 .szxd:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.nifuj .cj5t { padding-top: 10px;  padding-bottom: 10px; }
.yizqx .cj5t { padding-top: 18px;  padding-bottom: 18px; }
.p3of6tv1 .cj5t { padding-top: 36px;  padding-bottom: 36px; }
.gpy4bnl .cj5t { padding-top: 48px;  padding-bottom: 48px; }
.cqx5ji h2.gkwlbe4t { font-weight: 600; }
.cqx5ji h3.fgpr     { font-weight: 600; }
.cvyvfv { font-weight: 500; }
.cvyvfv h2.gkwlbe4t { font-weight: 800; }
.cvyvfv h3.fgpr     { font-weight: 700; }
.qnmzw9 h2.gkwlbe4t { font-weight: 900; }
.qnmzw9 h3.fgpr     { font-weight: 800; }
.qnmzw9 .ikyxb4 strong,
.qnmzw9 .ikyxb4 strong { font-weight: 600; }
.v943j13 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.x1xa .v943j13 { display: none; }
@media (max-width: 640px) {
  .lw6anc8l { display: none; }
  .v943j13 {
    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;
  }
}
.v943j13 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.v943j13:hover { opacity: 0.85; }
.j7axi .v943j13 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.l0p1a5 .v943j13,
.qo5lv1u  .v943j13 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.l0p1a5 .v943j13:hover,
.qo5lv1u  .v943j13:hover { opacity: 0.88; }
.j7axi.l0p1a5 .v943j13,
.j7axi.qo5lv1u  .v943j13 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.rcrq {
  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;
}
.rcrq:hover { transform: translateY(-2px); opacity: 0.92; }
.rcrq { background: var(--cta) !important; color: #fff !important; border: none !important; }
.qx945q0v .rcrq { display: none; }
.hkew .rcrq { right: 32px; }
.h52ht  .rcrq { left: 32px; }
@media (max-width: 480px) {
  .hkew .rcrq { right: 20px; bottom: 20px; }
  .h52ht  .rcrq { left: 20px; bottom: 20px; }
}
.q3s6 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.rfmcs4z { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.s3q4y278 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ljx9v8 { color: var(--text-dim); font-size: 0.8rem; }
.sig6h8vv { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.sig6h8vv img { height: 26px; width: auto; object-fit: contain; }
.r3pbmcpl .rfmcs4z { text-align: center; }
.r3pbmcpl .s3q4y278 { margin-top: 0; }
@media (max-width: 640px) {
  .rfmcs4z { padding-left: 16px; padding-right: 16px; }
  .pc8t9yz .rfmcs4z { padding: 20px 16px; }
  .wah68k { gap: 4px 12px; }
  .s3q4y278 { font-size: 0.78rem; }
}
.u2azs65 .wmsdw0xb .sig6h8vv { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.u2azs65 .s3q4y278 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.u2azs65 .ljx9v8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .u2azs65 .rg7q1 { grid-template-columns: 1fr 1fr; } .u2azs65 .wmsdw0xb { grid-column: 1 / -1; } }
@media (max-width: 480px) { .u2azs65 .rg7q1 { grid-template-columns: 1fr; } }
.zaqyh .dqgi99 { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.zaqyh .sig6h8vv { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.zaqyh .vf3f { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.zaqyh .vf3f a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.zaqyh .vf3f a:hover { color: var(--accent-light); }
.ajy82lld { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.zaqyh .cvmg { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.zaqyh .fb7gest { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.zaqyh .fb7gest a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.zaqyh .fb7gest a:hover { color: var(--accent-light); }
.zaqyh .s3q4y278 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .zaqyh .dqgi99 { gap: 12px; } .zaqyh .sig6h8vv { margin-right: 0; width: 100%; } }
.qjhbkw2 .ewvepz .sig6h8vv { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.qjhbkw2 .s3q4y278 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.qjhbkw2 .ljx9v8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .qjhbkw2 .wywqoh0a { grid-template-columns: 1fr 1fr; } .qjhbkw2 .ewvepz { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qjhbkw2 .wywqoh0a { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .bfmuc .detus { grid-template-columns: 1fr 1fr; } .bfmuc .m29th5:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bfmuc .detus { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .sfgtk .detus { grid-template-columns: 1fr; } }
.fmnh .rfmcs4z { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.xc85yt1n .s15xg      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.xc85yt1n .q3s6 { background: var(--bg-page); border-top-color: var(--border-alt); }
.qzjks0mk .s15xg      { background: #0d1117; border-bottom-color: #21262d; }
.qzjks0mk .ayhik6hf { color: var(--accent-light); }
.qzjks0mk .s7w4 { --msep-color: #8b949e; }
.qzjks0mk .s7w4 a { color: #8b949e; }
.qzjks0mk .s7w4 a:hover { color: var(--accent-light); }
.qzjks0mk .nh4ch3u { color: #8b949e; }
.qzjks0mk .q3s6 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.qzjks0mk .s3q4y278,
.qzjks0mk .ljx9v8 { color: #6e7681; }
.qzjks0mk .fb7gest a { color: #8b949e; }
.qzjks0mk .sig6h8vv { color: #e6edf3; }
@media (max-width: 640px) {
  .qzjks0mk .s7w4 { background: #0d1117; border-top-color: #21262d; }
  .qzjks0mk .s7w4 li a { border-bottom-color: #21262d; }
}
.vluorl .s15xg      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.vluorl .ayhik6hf { color: var(--accent-light); }
.vluorl .s7w4 { --msep-color: #475569; }
.vluorl .s7w4 a { color: #475569; }
.vluorl .s7w4 a:hover { color: var(--accent-light); }
.vluorl .nh4ch3u { color: #64748b; }
.vluorl .q3s6 { background: #f0f4f8; border-top-color: #cbd5e1; }
.vluorl .s3q4y278,
.vluorl .ljx9v8 { color: #64748b; }
.vluorl .fb7gest a, .vluorl .sig6h8vv { color: #374151; }
@media (max-width: 640px) {
  .vluorl .s7w4 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .vluorl .s7w4 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.l0p1a5 .s15xg      { background: var(--accent); border-bottom-color: var(--accent-light); }
.l0p1a5 .ayhik6hf { color: #fff; }
.l0p1a5 .s7w4 { --msep-color: rgba(255,255,255,0.82); }
.l0p1a5 .s7w4 a { color: rgba(255,255,255,0.82); }
.l0p1a5 .s7w4 a:hover { color: #fff; }
.l0p1a5 .nh4ch3u { color: rgba(255,255,255,0.9); }
.l0p1a5 .q3s6 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.l0p1a5 .s3q4y278,
.l0p1a5 .ljx9v8 { color: rgba(255,255,255,0.72); }
.l0p1a5 .fb7gest a, .l0p1a5 .sig6h8vv { color: #fff; }
@media (max-width: 640px) {
  .l0p1a5 .s7w4 { background: var(--accent); border-top-color: var(--accent-light); }
  .l0p1a5 .s7w4 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.qo5lv1u .s15xg {
  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);
}
.qo5lv1u .q3s6 {
  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) {
  .qo5lv1u .s7w4 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.lo16el .ndr6p { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.xacf .ndr6p { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.a99gwge .ndr6p { min-height: 72px; height: auto; }
.r5hgqbwy .ndr6p { min-height: 84px; height: auto; }
.pc8t9yz .ndr6p { max-width: none; padding: 0 32px; }
.pc8t9yz .rfmcs4z  { max-width: none; padding: 24px 32px; }
.e53zxax.frws97 .ndr6p { max-width: 1200px; }
.e53zxax.ik8nk .ndr6p { max-width: 1320px; }
.fxhm0   .ayhik6hf, .fxhm0   .sig6h8vv { text-transform: capitalize; }
.hz26 .ayhik6hf, .hz26 .sig6h8vv { text-transform: lowercase; }
.ycsn .ayhik6hf, .ycsn .sig6h8vv { text-transform: uppercase; letter-spacing: 0.06em; }
.krbr8s, .elf9z3f {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.wdplbaxe .krbr8s,
.wdplbaxe .elf9z3f { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.sdyowgl .krbr8s,
.sdyowgl .elf9z3f { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.hbsfts .krbr8s,
.hbsfts .elf9z3f { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.ytsn9jpk .krbr8s,
.ytsn9jpk .elf9z3f { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.g39gak   .s7w4 a { font-weight: 500; }
.lsay .s7w4 a { font-weight: 600; }
.u8kz     .s7w4 a { font-weight: 700; }
.nwxo    .s7w4 a { font-weight: 800; letter-spacing: 0.01em; }
.d7r7hh60     .s7w4 > li + li::before,
.rvyz    .s7w4 > li + li::before,
.uvpkg5y    .s7w4 > li + li::before,
.bhop .s7w4 > li + li::before,
.w32u .s7w4 > li + li::before,
.lbd0mvsw  .s7w4 > li + li::before,
.uc9p3    .s7w4 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.d7r7hh60     .s7w4 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.rvyz    .s7w4 > li + li::before { content: "|"; }
.uvpkg5y    .s7w4 > li + li::before { content: "—"; }
.bhop .s7w4 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.w32u .s7w4 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.lbd0mvsw  .s7w4 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.uc9p3    .s7w4 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ep5ct .nh4ch3u,
  .bin3 .nh4ch3u,
  .zbcd14jq .nh4ch3u,
  .pki45sc5 .nh4ch3u,
  .li08 .nh4ch3u {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ep5ct .nh4ch3u::before,
  .bin3 .nh4ch3u::before,
  .zbcd14jq .nh4ch3u::before,
  .pki45sc5 .nh4ch3u::before,
  .li08 .nh4ch3u::before { content: ""; display: block; flex-shrink: 0; }

  
  .ep5ct .nh4ch3u::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;
  }

  
  .bin3 .nh4ch3u::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;
  }

  
  .zbcd14jq .nh4ch3u::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;
  }

  
  .pki45sc5 .nh4ch3u::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;
  }

  
  .li08 .nh4ch3u::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) {
  .aq6eu .nh4ch3u {
    padding: 5px 14px;
  }
  .aq6eu .s7w4 {
    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;
  }
  .aq6eu .s7w4 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .aq6eu .s7w4 li a:hover { background: var(--bg-raised); }
  .aq6eu .o1e9s4,
  .ov3wjsnl .o1e9s4,
  .ff5mpg .o1e9s4 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ohz8 .nh4ch3u {
    padding: 5px 10px;
  }
  .ohz8 .s7w4 {
    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);
  }
  .ohz8 .s7w4.gleg5 { transform: translateX(0); }
  .ohz8 .s7w4 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .ohz8 .s7w4 li:last-child a { border-bottom: none; }
  .l0p1a5 .s7w4,
  .qzjks0mk .s7w4 { background: var(--accent) !important; }
  .l0p1a5 .s7w4 li a,
  .qzjks0mk .s7w4 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ff5mpg .nh4ch3u {
    padding: 5px 10px;
  }
  .ff5mpg .s7w4 {
    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);
  }
  .ff5mpg .s7w4::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ff5mpg .s7w4.gleg5 { transform: translateY(0); }
  .ff5mpg .s7w4 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .s50o .nh4ch3u {
    padding: 5px 10px;
  }
  .s50o .s7w4 {
    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;
  }
  .s50o .s7w4.gleg5 { opacity: 1; pointer-events: auto; }
  .s50o .s7w4 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .eb3e3mj     .nh4ch3u { border-radius: 0 !important; }
  .rbcqs   .nh4ch3u { border-radius: 8px !important; }
  .csnb0 .nh4ch3u { border-radius: 50% !important; }
  .t4r0   .nh4ch3u { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .la4m6p .tkhw { flex-direction: column; align-items: stretch; }
  .la4m6p .fi2ahw28 { flex-direction: row; min-width: auto; }
  .la4m6p .p0qq3 { align-items: flex-start; text-align: left; }
}
.fkd3qv,
.fkd3qv.szxd,
.g90xa .fkd3qv,
.gzmf0i1y .fkd3qv,
.bqx1qqwx .fkd3qv,
.c3100ul .fkd3qv {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.jsd79569 {
  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;
}
.ngtz { flex: 1 1 280px; min-width: 0; }
.aauis {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.ffx94zx {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.zv0bjr {
  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;
}
.zv0bjr:hover { transform: translateY(-1px); opacity: 0.95; }
.oxbdtx2z .jsd79569 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.oxbdtx2z .aauis { color: var(--cta); }
.oxbdtx2z .ffx94zx { color: var(--text-body); }
.oxbdtx2z .zv0bjr {
  background: var(--cta) !important;
  color: #fff !important;
}
.p5efsgi .jsd79569 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.p5efsgi .aauis { color: var(--text-primary); }
.p5efsgi .ffx94zx { color: var(--text-body); }
.p5efsgi .zv0bjr {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .jsd79569 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ngtz { flex: 0 0 auto; }
  .aauis { font-size: 1.2rem; }
  .zv0bjr { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.yi8xp2 .yex4xxi { height: 36px; }
.ync9d .yex4xxi { height: 60px; max-width: 200px; }
.mqgof .yex4xxi { height: 56px; max-width: 180px; }
.hqokv     .aaxgh, .hqokv     .z2unk { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.t9yk .e9e8fq {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .kfr1 .bh1igkm {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .kfr1 .a5em0m {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .kfr1 .a5em0m { padding: 40px 16px 20px; }
  .kfr1 .e9e8fq {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .kfr1 .n5wdzo1 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .lr7au004 .a5em0m {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .lr7au004 .a5em0m::before {
    position: absolute; top: 14px; left: 14px;
  }
  .lr7au004 .p0pwqkqa {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .lr7au004 .uha3kk9k { white-space: normal; text-align: center; font-size: 1.2rem; }
  .lr7au004 .e9e8fq {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .lr7au004 .n5wdzo1 { width: 100%; min-width: 0; }
  .lr7au004 .aaxgh { min-width: 0; }
}
.e4upx .a5em0m::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.w216fdx .rwqyj {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.w216fdx .rwqyj summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.w216fdx .rwqyj p { padding: 0 2px 16px; }
.w7edk .rwqyj { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.w7edk .rwqyj summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.w7edk .rwqyj summary::after { content: "›"; font-size: 1.2em; }
.w7edk .rwqyj[open] summary::after { content: "‹"; }
.w7edk .rwqyj p { padding: 10px 22px 4px; }
.ktjv5 .rwqyj {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ktjv5 .rwqyj summary { color: var(--text-primary); padding-left: 16px; }
.ktjv5 .rwqyj summary::after { content: "›"; font-size: 1.1em; }
.ktjv5 .rwqyj[open] summary::after { content: "‹"; }
.ktjv5 .rwqyj p { padding-left: 16px; }
.ihq01 .prsjlx8 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ihq01 .rwqyj {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ihq01 .rwqyj:last-child { border-bottom: none; }
.ihq01 .rwqyj summary { color: var(--text-primary); border-radius: 0; }
.ihq01 .rwqyj summary::after { content: "›"; font-size: 1.1em; }
.ihq01 .rwqyj[open] summary::after { content: "‹"; }
.no085n .rwqyj { overflow: hidden; }
.no085n .rwqyj summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.no085n .rwqyj summary::after { color: rgba(255,255,255,.75); }
.no085n .rwqyj[open] summary { border-radius: 0; }
.r9wo { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.s8dzogbs {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.digb7a {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.ervuxblj { color: var(--text-muted); font-size: 1.05rem; }
.etgx {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.hcyh1 { margin-bottom: 20px; }
.ps5k02fy {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.umrejzss {
  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;
}
.umrejzss:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.pwdok { resize: vertical; min-height: 130px; }
.voyngj { width: 100%; margin-top: 8px; }
.kbdz {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.t2eujxb {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ohzlqv7a { color: var(--text-muted); line-height: 1.75; }
.cc8l387 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.cc8l387 li { margin-bottom: 6px; }
.a8bjpqt { max-width: 760px; margin: 0 auto; }
.onjb { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.lynv { max-width: 760px; margin: 0 auto; }
.qhq3uf8 ul.cc8l387 { margin: 0; }
@media (max-width: 640px) { .e9mjmu { grid-template-columns: 1fr; gap: 10px; } }
.nufpt9ej { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.ak81zpz { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.cyuy { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.ak81zpz p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.ak81zpz .cc8l387 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .nufpt9ej { grid-template-columns: 1fr; } }
.khxuqf ul.cc8l387 { margin: 0; }
.et9pg .cc8l387,
.l3w39h .cc8l387,
.ex6zt .cc8l387,
.h5y7 .cc8l387 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .e3gy6tm6 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .hatl5q { grid-template-columns: 1fr; } .jzgz { position: static; text-align: center; } }
@media (max-width: 860px) { .ztz6l { grid-template-columns: 1fr; } }
.h5y7 .cc8l387 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .k0p6hu7 { flex-direction: column; text-align: center; } .ik36rk { grid-template-columns: 1fr; } }
.dmvhc .digb7a { color: var(--accent-light); }
.edf6a .digb7a { font-size: 2rem; }
.edf6a .ervuxblj { max-width: 680px; }
.sgtx .digb7a { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.sgtx .ervuxblj  { margin: 0; }
@media (max-width: 640px) { .sgtx { flex-direction: column; } }
.jfuphsad {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.jfuphsad .digb7a { color: var(--accent-light); }
.sa1m3g .digb7a { color: #fff; }
.sa1m3g .ervuxblj  { color: rgba(255,255,255,0.85); }
.eid7ivbo { max-width: 680px; margin: 0 auto; }
.vlbqfup2 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .vlbqfup2 { grid-template-columns: 1fr; } }
.jy171jrl .umrejzss {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.jy171jrl .umrejzss:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.k82r4cpr .umrejzss { background: var(--bg-raised); border-color: transparent; }
.k82r4cpr .umrejzss:focus { background: var(--bg-card); border-color: var(--accent-light); }
.xgwps2it .umrejzss { border-radius: 100px; padding: 11px 20px; }
.xgwps2it .pwdok { border-radius: 14px; }
.i0drx6y {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.i0drx6y 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;
}
.i0drx6y summary::-webkit-details-marker { display: none; }
.i0drx6y summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.i0drx6y[open] summary::after { content: "−"; }
.pa08 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.xqmv7 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .xqmv7 { grid-template-columns: 1fr; } }
.ta5c14d {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.ta5c14d h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.ta5c14d p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.m4k5t{display:none}
.m4k5t:empty,.hdxjp86k:empty{display:none}
.tuoai{position:relative;overflow:visible}
.l5o7vxbm .cdin,.gia610v .cdin,
.lvsw8 .cdin,.ekfu .cdin,
.st1m .cdin,.ha1oy2 .cdin{display:block}
.u2r89b .rtoe{display:block}
.l5o7vxbm .cdin,.gia610v .cdin,
.lvsw8 .cdin,.ekfu .cdin,
.st1m .cdin{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}
.l5o7vxbm .cdin .hdxjp86k,.gia610v .cdin .hdxjp86k,
.lvsw8 .cdin .hdxjp86k,.ekfu .cdin .hdxjp86k,
.st1m .cdin .hdxjp86k{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}
.l5o7vxbm .rqxc,.gia610v .rqxc,
.lvsw8 .rqxc,.ekfu .rqxc,
.st1m .rqxc{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.l5o7vxbm .cdin,.gia610v .cdin{top:12px}
.l5o7vxbm .cdin .hdxjp86k{margin-right:auto}
.gia610v .cdin .hdxjp86k{margin-left:auto}
.gia610v .cdin{text-align:right}
.lvsw8 .cdin,.ekfu .cdin{bottom:12px}
.lvsw8 .cdin .hdxjp86k{margin-right:auto}
.ekfu .cdin .hdxjp86k{margin-left:auto}
.ekfu .cdin{text-align:right}
.st1m .cdin{position:relative;margin-top:16px}
.st1m .cdin .hdxjp86k{margin:0 auto}
.ha1oy2 .cdin{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.ha1oy2 .cdin .hdxjp86k{margin:0}
.ha1oy2 .x1nbr~.cdin,
.ha1oy2 .nf4gij~.cdin{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.ha1oy2 .x1nbr~.cdin .hdxjp86k,
.ha1oy2 .nf4gij~.cdin .hdxjp86k{justify-content:flex-start}
.x1nbr~.cdin,.nf4gij~.cdin{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}
.x1nbr~.cdin .hdxjp86k{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.nf4gij~.cdin .hdxjp86k{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.rtoe .hdxjp86k{margin:0 0 12px}
.hdxjp86k{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.rqxc{white-space:nowrap}
.kicatrru .rqxc{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.kicatrru .zr2e7::before{content:""}
.x3nb .rqxc{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}
.ke4g2 .hdxjp86k{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.rnks7zl .rqxc{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.p92g .rqxc{color: var(--accent-light);opacity:1;font-weight:500}
.sj7hw0 .rqxc{border-bottom:1px solid currentColor;padding-bottom:2px}
.yycye .hdxjp86k{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.hjxi{--date-bg:var(--accent-bg-light)}
.n4o2dn34 .zr2e7::before{content:""}
.w3yllnkd .rqxc + .rqxc::before{content:"•";margin-right:6px;opacity:.4}
.qtok .rqxc + .rqxc::before{content:"/";margin-right:6px;opacity:.35}
.hajr .rqxc + .rqxc::before{content:"|";margin-right:6px;opacity:.3}
.ial5ct2 .rqxc + .rqxc::before{content:"—";margin-right:6px;opacity:.3}
.tbraby9 .rqxc + .rqxc::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.m50f2j .rqxc + .rqxc::before{content:"·";margin-right:6px;opacity:.4}
.p3e5i59 .rqxc + .rqxc::before{content:"›";margin-right:6px;opacity:.4}
.n1hio .rqxc + .rqxc::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.rm64w .q0lyd{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .q0lyd{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .rj4bo1{max-width:100%}
}
@media (max-width:560px){
  .patp{grid-template-columns:repeat(2,1fr);gap:12px}
}
.vq8fdcf {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.vq8fdcf.g5no78lg {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.hwwd {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.hwwd .xqa5o {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  font-size: 24px; line-height: 1; color: var(--text-primary, #111) !important;
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  padding: 0; margin: 0;
  z-index: 2;
  transition: background 0.15s;
}
.hwwd .xqa5o:hover { background: rgba(0,0,0,0.12) !important; }
.xl36i {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.ivcj021x {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.d87ul {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.hwwd .ike2ik {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.hwwd .ike2ik:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .hwwd { padding: 28px 18px 20px; }
  .d87ul { font-size: 1.2rem; }
  .xl36i { max-width: 220px; max-height: 80px; }
}
.xkyn {
  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);
}
.awhfsd9 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.ad36pv72  .xkyn { border-radius: 50%; }
.vo0jn  .xkyn { border-radius: 6px; }
.g1be .xkyn { border-radius: 22px; }
.byldg41 .jsd79569 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .xkyn { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.vqio {
  margin: 28px 0 24px;
}
.vqio .szxd {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.vqio .cj5t {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.vqio .jsd79569 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .ndr6p { flex-direction: row-reverse; }
[dir="rtl"] .s7w4 { flex-direction: row-reverse; }
[dir="rtl"] .hkew .rcrq { right: auto; left: 32px; }
[dir="rtl"] .h52ht  .rcrq { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .hkew .rcrq { right: auto; left: 20px; }
  [dir="rtl"] .h52ht  .rcrq { left: auto;  right: 20px; }
}
[dir="rtl"] .z7oet6 .vtny  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .qdng8bi .vtny { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .x1nbr,
[dir="rtl"] .l9hm0,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .n2qc, [dir="rtl"] .p4mc7 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ikyxb4 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .jsd79569 { direction: rtl; }
[dir="rtl"] .xkyn { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .umwdqme { direction: rtl; }
[dir="rtl"] .suoxsa { direction: rtl; }
[dir="rtl"] .dhg3q7 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .imxgca4h .p4mc7,
[dir="rtl"] .uzmf .p4mc7,
[dir="rtl"] .ng5r9wjo .p4mc7,
[dir="rtl"] .shg6sz .p4mc7 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .imxgca4h .p4mc7 li::before,
[dir="rtl"] .uzmf .p4mc7 li::before,
[dir="rtl"] .ng5r9wjo .p4mc7 li::before,
[dir="rtl"] .shg6sz .p4mc7 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .x1nbr.hq47cy57 .u0o7ya7r { align-items: flex-end; text-align: right; }
[dir="rtl"] .x1nbr.nflrv .u0o7ya7r { text-align: center; }
[dir="rtl"] .x1nbr .u0o7ya7r { text-align: right; }
[dir="rtl"] .cj5t,
[dir="rtl"] .tiz6puw,
[dir="rtl"] .moev,
[dir="rtl"] .sj2g,
[dir="rtl"] .etgx,
[dir="rtl"] .ps5k02fy,
[dir="rtl"] .umrejzss,
[dir="rtl"] .pwdok { text-align: right; direction: rtl; }
[dir="rtl"] .xgwps2it .umrejzss,
[dir="rtl"] .jy171jrl .umrejzss { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #a43f34;
  --brand:           #a43f34;
  --brand-light:     #873f37;
  --brand-pale:      #9f5952;
  --grad-start:      #ce6f65;
  --grad-end:        #d6a09a;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #a43f34;
  --cta-light:       #892f25;
  --cta-hover:       #752d25;
  --bg-page:         #f7f6f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f4f4;
  --bg-raised:       #f0eeee;
  --bg-hover:        #f5f4f4;
  --border:          #e8e3e2;
  --border-alt:      #dbd2d0;
  --border-section:  #e8e3e2;
  --text-primary:    #1b1817;
  --text-muted:      #5e5453;
  --text-body:       #36302f;
  --text-sub:        #514847;
  --text-faint:      #877977;
  --text-dim:        #9f9392;
  --text-label:      #6c605f;
  --text-value:      #433c3b;
  --accent-bg:       #efe7e6;
  --accent-bg-light: #e6d2cf;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f1f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf4f3;
  --c-pros:          #1b871b;
  --c-cons:          #9f2321;
  --c-pros-label:    #20a120;
  --c-tip-border:    #24b224;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1b871b;
}
:root { --logo-bg-opacity: 38%; }
body, button, input { font-family: "Exo 2", sans-serif; }
.oobuel .i41548 li::before, .oobuel .y8wfu20f 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; }.oobuel .i41548 li::before { content: ""; }.oobuel .y8wfu20f li::before { content: ""; }.oobuel .irwly::before, .oobuel .v6u8::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.oobuel .irwly::before { content: ""; }.oobuel .v6u8::before { content: ""; }
.m5isy57t .zgt5ya, .m5isy57t .x1nbr { min-height: 420px; }
.iax6jtt .wgxw4::after, .iax6jtt .ld3a::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; }
.b0v9bu::before { content: '/'; }