:root {
  --color-accent: #b69327;
  --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;
}
.gpe6lzq6 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.j6z9xn {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.g172y {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.a17tswb { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.yhnzn { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.yhnzn a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.yhnzn a:hover { color: var(--accent-light); }
.q8x43xv  .r2au { border-radius: 14px; }
.q8x43xv .r2au li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.q8x43xv .r2au li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.vzp2  .r2au li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .r2au {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ntlyrl:hover .r2au,
  .ntlyrl:focus-within .r2au { display: block; }
  .r2au li a { padding: 8px 16px; font-size: 0.88rem; }
}
.gyh0vn {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.qef5m1v { display: none; }
@media (max-width: 640px) {
  .qef5m1v {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .qef5m1v.x036 { display: block; }
}
@media (max-width: 640px) {
  .gyh0vn { display: block; }
  .yhnzn > li + li::before { display: none !important; }
  .yhnzn {
    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;
  }
  .yhnzn.x036 { display: flex; }
  .yhnzn li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .yhnzn li:last-child a { border-bottom: none; }
}
.zj6cire { min-height: 480px; }
.pst4wi {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.f31um { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.j1shs2 .f31um { margin-left: 0; margin-right: 0; }
.v083 {
  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;
}
.mxn0 .v083 { margin-top: 24px; }
.v083:hover { opacity: 0.88; }
.mmpm8 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.qbw8 {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.mmpm8 .hw44d {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.mmpm8 .pst4wi { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.mmpm8 .f31um { color: #e2e8f0; }
.mmpm8.r1scagv .hw44d { text-align: center; }
.mmpm8.j1shs2   .hw44d { text-align: left; }
.h6chlm0o .hw44d {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.h6chlm0o .pst4wi { color: var(--text-primary); text-shadow: none; }
.h6chlm0o .f31um { color: var(--text-muted); }
.h6chlm0o .v083 { margin-top: 16px; }
.h6chlm0o, .h6chlm0o.zj6cire { min-height: auto !important; }
.h6chlm0o.r1scagv .hw44d { text-align: center; }
.h6chlm0o.j1shs2   .hw44d { text-align: left; }
.h6chlm0o~.x21l3x{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}
.h6chlm0o~.x21l3x .wj98w84{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}
.u5rcn {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.y5be7b .u5rcn,
.y5be7b .sphjzok {
  position: relative; overflow: hidden;
}
.y5be7b .u5rcn::after,
.y5be7b .sphjzok::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.wzdace0 .u5rcn,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.ueui .u5rcn,
.ueui .mmpm8 .qbw8 {
  overflow: hidden;
}
.ueui .u5rcn::after,
.ueui .mmpm8 .qbw8::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.ppi5aua .u5rcn,
.ppi5aua .u5rcn::after,
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.ppi5aua .mmpm8 .qbw8 {
  overflow: hidden;
}
.ppi5aua .mmpm8 .qbw8::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.z9kqbc .u5rcn,
.z9kqbc .mmpm8 .qbw8 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.y5be7b .mmpm8 .qbw8 {
  overflow: hidden;
}
.y5be7b .mmpm8 .qbw8::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.wzdace0 .mmpm8 .qbw8 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.u5rcn .qbw8 {
  background: none;
}
.u5rcn .pst4wi { color: #fff; }
.u5rcn .f31um { color: rgba(255,255,255,0.85); }
.u5rcn .v083 { background: #fff; color: var(--cta); }
.u5rcn .v083:hover { opacity: 0.92; }
.y5be7b .wmgu { position: relative; overflow: hidden; }
.y5be7b .wmgu::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;
}
.wmgu .pst4wi { text-shadow: none; color: var(--text-primary); }
.wmgu .f31um { color: var(--text-muted); }
body.kn9x9sq1 .pst4wi {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.oaazun .pst4wi {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.zj6cire.u5rcn .pst4wi,
section.u5rcn .pst4wi {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.wmgu.r1scagv .dpnj { align-items: center; text-align: center; }
.zj6cire .f1ih {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.f1ih .fzc57j7o.jto0ye0 {
  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;
}
.f1ih .fzc57j7o.jto0ye0:hover { opacity: 0.85; }
.pu18vw97 .hw44d { padding-bottom: 24px; }
.mxn0 .hw44d { max-width: 1100px; }
@media (max-width: 700px) {
  .wmgu { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .wmgu:not(.udiqz) .oly65e2y { display: none !important; }
  .udiqz .oly65e2y { padding: 16px; }
  .dpnj  { padding: 36px 24px; }
  .wmgu~.x21l3x,.hgc39tl3~.x21l3x{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .zj6cire, .wmgu { min-height: 320px !important; }
  .pst4wi { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .dabm1u,
  .b8lc,
  .mowhg { grid-template-columns: 1fr !important; }

  

  
  .pu18vw97 { display: flex !important; flex-direction: column !important; }
  .pu18vw97 .hw44d { display: contents; }
  .pu18vw97 .qbw8 { order: 0; }
  .pu18vw97 .pst4wi { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .pu18vw97 .dabm1u { order: 2; padding: 0 16px 12px !important; }
  .pu18vw97 .f31um { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .mxn0 .hw44d { display: flex; flex-direction: column; }
  .mxn0 .hw44d .pst4wi { order: 1; }
  .mxn0 .hw44d .mowhg { order: 2; margin: 8px 0 24px !important; }
  .mxn0 .hw44d .f31um { order: 3; }
  .mxn0 .hw44d .v083 { order: 4; align-self: center; margin-top: 0; }

  
  .wmgu.udiqz {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .wmgu.udiqz .dpnj { display: contents; padding: 0; }
  .wmgu.udiqz .dpnj .pst4wi { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .wmgu.udiqz .oly65e2y { order: 2; padding: 12px 16px; }
  .wmgu.udiqz .dpnj .f31um { order: 3; padding: 0 24px; margin: 0 auto; }
  .wmgu.udiqz .dpnj .v083 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.vgeevltl { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.jfca { width: 100%; height: auto; display: block; border-radius: 10px; }
.q5ht4rdq .vgeevltl        { border-radius: 16px; }
.q5ht4rdq .jfca  { border-radius: 16px; }
.jwob4e .vgeevltl         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.jwob4e .jfca   { border-radius: 8px; }
.znxxj { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.sr4wsgsh { width: 100%; padding: 32px 0; position: relative; }
.xbti8rg { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.wibgej .sr4wsgsh:nth-child(even) { background: var(--bg-surface); }
.wibgej .sr4wsgsh:nth-child(odd)  { background: var(--bg-page); }
.r4mqsj5 .sr4wsgsh:nth-child(even) { background: var(--bg-card); }
.r4mqsj5 .sr4wsgsh:nth-child(odd)  { background: var(--bg-page); }
.wibgej .sr4wsgsh:nth-child(odd)  .xbti8rg { background: var(--bg-card); border-radius: 6px; }
.wibgej .sr4wsgsh:nth-child(even) .xbti8rg { background: var(--bg-raised); border-radius: 6px; }
.r4mqsj5 .sr4wsgsh:nth-child(odd)  .xbti8rg { background: var(--bg-card); border-radius: 6px; }
.r4mqsj5 .sr4wsgsh:nth-child(even) .xbti8rg { background: var(--bg-raised); border-radius: 6px; }
.wibgej .sr4wsgsh:nth-child(even) .zqgfu .qjho,
.r4mqsj5 .sr4wsgsh:nth-child(even) .zqgfu .qjho { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.wibgej .sr4wsgsh:nth-child(odd) .zqgfu .qjho,
.r4mqsj5 .sr4wsgsh:nth-child(odd) .zqgfu .qjho { background: var(--bg-card-inner); }
.wibgej .sr4wsgsh:nth-child(even) .hvg2 .qjho:nth-child(odd),
.r4mqsj5 .sr4wsgsh:nth-child(even) .hvg2 .qjho:nth-child(odd)  { background: var(--bg-card); }
.wibgej .sr4wsgsh:nth-child(even) .hvg2 .qjho:nth-child(even),
.r4mqsj5 .sr4wsgsh:nth-child(even) .hvg2 .qjho:nth-child(even) { background: var(--bg-card-inner); }
h1.oor7mrnr { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.oor7mrnr {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.vprk2ai { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.mnxvsxiy h2.oor7mrnr {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.rbd239 h2.oor7mrnr {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.b0e8u h2.oor7mrnr {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.cudkks h2.oor7mrnr::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.s8w2k0 h2.oor7mrnr {
  color: var(--text-primary); font-size: 1.7rem;
}
.xx39 h2.oor7mrnr::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.tb7y9 h2.oor7mrnr {
  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;
}
.jwmg { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .jwmg { display: none; } }
.cyhkfq { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.lfe8z { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.rgk5jvq {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.tb5f { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.tszp18 { padding-left: 20px; }
.tszp18 li { margin-bottom: 6px; }
.tszp18 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.tszp18 a:hover { color: var(--accent-light); }
.osfdk .tb5f { display: none; }
.r53r .tb5f { display: none; }
.r53r .tszp18 { padding-left: 0; list-style: none; }
.r53r .tszp18 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.r53r .tszp18 a { font-size: 0.92rem; }
.jvhu3 .rgk5jvq { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.jvhu3 .tb5f { display: none; }
.jvhu3 .tszp18 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.jvhu3 .tszp18 li { margin-bottom: 0; }
.jvhu3 .tszp18 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;
}
.jvhu3 .tszp18 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.a8ygm6 .rgk5jvq { padding: 20px 20px 16px; }
.a8ygm6 .tszp18 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.a8ygm6 .tszp18 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.a8ygm6 .tszp18 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;
}
.a8ygm6 .tszp18 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;
}
.a8ygm6 .tszp18 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.a8ygm6 .tszp18 a:focus,
.a8ygm6 .tszp18 a:focus-visible,
.a8ygm6 .tszp18 a:target { outline: none; }
.a8ygm6 .tszp18 li:target a { border-color: var(--border); color: var(--text-muted); }
.mdv4yb .rgk5jvq { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.mdv4yb .tb5f { display: none; }
.mdv4yb .tszp18 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.mdv4yb .tszp18 li { margin-bottom: 0; }
.mdv4yb .tszp18 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.mdv4yb .tszp18 li:last-child::after { content: ""; margin-right: 0; }
.mdv4yb .tszp18 a { font-size: 0.9rem; }
.qjho { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.zqgfu .qjho { background: var(--bg-card); }
.hvg2 .qjho:nth-child(odd)  { background: var(--bg-card); }
.hvg2 .qjho:nth-child(even) { background: var(--bg-raised); }
.xspj .qjho {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.xspj .qjho:last-child { border-bottom: none; }
.xspj h3.vprk2ai { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.vbklek7x .qjho {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.vbklek7x .qjho + .qjho { margin-top: 4px; }
.xpw0y .qjho { background: none; border-radius: 0; padding: 12px 0; }
.xpw0y .qjho + .qjho { border-top: 1px solid var(--border-section); }
.ycj2 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.dt8or1 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.wnhlg99 { color: var(--text-body); margin-bottom: 10px; }
.jxnzrvw, .t4scjk { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.jxnzrvw li, .t4scjk li { margin-bottom: 6px; }
.t4scjk li { list-style: decimal; }
.mra2g5     .jxnzrvw { list-style-type: "● "; }
.dkyk  .jxnzrvw { list-style-type: "■ "; }
.tgs3 .jxnzrvw { list-style-type: "◆ "; }
.ntvj    .jxnzrvw { list-style-type: "★ "; }
.mra2g5     .jjw7cu { list-style-type: "● "; }
.dkyk  .jjw7cu { list-style-type: "■ "; }
.tgs3 .jjw7cu { list-style-type: "◆ "; }
.ntvj    .jjw7cu { list-style-type: "★ "; }
.mra2g5    .jxnzrvw li::marker, .mra2g5    .jjw7cu li::marker,
.dkyk .jxnzrvw li::marker, .dkyk .jjw7cu li::marker,
.tgs3 .jxnzrvw li::marker, .tgs3 .jjw7cu li::marker,
.ntvj   .jxnzrvw li::marker, .ntvj   .jjw7cu li::marker {
  color: var(--cta); font-size: 1em;
}
.mra2g5 .t4scjk,
.dkyk .t4scjk,
.tgs3 .t4scjk,
.ntvj .t4scjk {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.mra2g5 .t4scjk li,
.dkyk .t4scjk li,
.tgs3 .t4scjk li,
.ntvj .t4scjk li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.mra2g5 .t4scjk li::before,
.dkyk .t4scjk li::before,
.tgs3 .t4scjk li::before,
.ntvj .t4scjk 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;
}
.mra2g5     .t4scjk li::before { border-radius: 50%; }
.dkyk  .t4scjk li::before { border-radius: 3px; }
.tgs3 .t4scjk li::before { border-radius: 3px; }
.ntvj    .t4scjk li::before { border-radius: 50%; }
.le06gk1 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.pv80epas .le06gk1,
.jfow .le06gk1 { background: transparent; border: none; border-radius: 0; }
.a2ha { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.a2ha th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.a2ha td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.a2ha tr:hover td { background: var(--bg-hover); }
.ml75 .a2ha tbody tr:nth-child(even) td { background: var(--bg-surface); }
.cul2 .a2ha { border: 1px solid var(--border-alt); }
.cul2 .a2ha th,
.cul2 .a2ha td { border: 1px solid var(--border-alt); }
.j7u4j2 .a2ha th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.j7u4j2 .a2ha td { border-bottom: none; }
.j7u4j2 .a2ha tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.pi1f .a2ha th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.am0q .le06gk1 {
  overflow: hidden;
}
.am0q .a2ha th { border-bottom: 1px solid var(--border-alt); }
.am0q .a2ha tr:last-child td { border-bottom: none; }
.sl2scwk { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.khbl { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.wwopyinr { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ft5r3 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ravknia { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.jjw7cu { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.jjw7cu li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.zaiag8 .ft5r3 { background: transparent; text-align: center; }
.xznjo .wwopyinr {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.byg99i .wwopyinr {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: 3px solid var(--accent-bg);
}
.d9eaopn6 .khbl { display: grid; grid-template-columns: auto 1fr; }
.d9eaopn6 .wwopyinr {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.d9eaopn6 .ft5r3 { grid-column: 2; }
.d9eaopn6 .ravknia,
.d9eaopn6 .jjw7cu { grid-column: 1 / -1; }
.v4x5 .khbl { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.v4x5 .wwopyinr {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.v4x5 .ft5r3 { grid-column: 2; }
.v4x5 .ravknia,
.v4x5 .jjw7cu { grid-column: 1 / -1; }
.vvbonse .khbl { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.vvbonse .ft5r3 { background: none; color: var(--accent-light); font-weight: 700; }
.ll57r .khbl { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.ll57r .ft5r3 { background: none; color: var(--accent-light); font-weight: 700; }
.my65yz .khbl { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.my65yz .khbl:last-child { border-bottom: none; }
.my65yz .ft5r3 { background: none; color: var(--accent-light); font-weight: 700; }
.kepbn4ki .khbl { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.kepbn4ki .ft5r3 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.yhl3i .sl2scwk { counter-reset: card-n; }
.yhl3i .khbl  { counter-increment: card-n; }
.yhl3i .ft5r3 { display: flex; align-items: center; gap: 10px; }
.yhl3i .ft5r3::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.hhfp .khbl { background: var(--bg-surface); border: 1px solid var(--border); }
.hhfp .ft5r3 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.jbe8jfgj { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.s6yoy6  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.tuprwj { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.jlgo { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.b46g { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.jbe8jfgj strong { color: var(--text-primary); font-size: 0.95rem; }
.jbe8jfgj p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.jfca { width: 100%; height: auto; border-radius: 10px; display: block; }
.jto0ye0 {
  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;
}
.jto0ye0:hover { opacity: 0.85; }
.o9oott1 .jto0ye0  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.o9oott1 .jto0ye0:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.sp6kw1f .jto0ye0  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.sp6kw1f .jto0ye0:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.sysdc .v083 { border-radius: 50px; }
.sysdc .jto0ye0  { border-radius: 50px; }
.exsqqmlc .v083 { padding-left: 22px; padding-right: 22px; }
.exsqqmlc .jto0ye0  { padding-left: 12px; padding-right: 12px; }
.aem0y .v083 { padding-left: 44px; padding-right: 44px; }
.aem0y .jto0ye0  { padding-left: 24px; padding-right: 24px; }
.ifskwk .v083 { padding-left: 56px; padding-right: 56px; }
.ifskwk .jto0ye0  { padding-left: 32px; padding-right: 32px; }
.dxx6d49   .v083::after, .dxx6d49   .jto0ye0::after,
.p705 .v083::after, .p705 .jto0ye0::after,
.tthg2    .v083::after, .tthg2    .jto0ye0::after,
.dd7u8    .v083::after, .dd7u8    .jto0ye0::after,
.zottt8    .v083::after, .zottt8    .jto0ye0::after,
.g4hk5     .v083::after, .g4hk5     .jto0ye0::after,
.byztrkq1    .v083::after, .byztrkq1    .jto0ye0::after,
.rj1m1o   .v083::after, .rj1m1o   .jto0ye0::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;
}
.dxx6d49 .v083::after, .dxx6d49 .jto0ye0::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");
}
.p705 .v083::after, .p705 .jto0ye0::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");
}
.tthg2 .v083::after, .tthg2 .jto0ye0::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");
}
.dd7u8 .v083::after, .dd7u8 .jto0ye0::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");
}
.zottt8 .v083::after, .zottt8 .jto0ye0::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");
}
.g4hk5 .v083::after, .g4hk5 .jto0ye0::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");
}
.byztrkq1 .v083::after, .byztrkq1 .jto0ye0::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");
}
.rj1m1o .v083::after, .rj1m1o .jto0ye0::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");
}
.aexh   .wssju25::after, .aexh   .fuvgypm::after,
.a62vaee .wssju25::after, .a62vaee .fuvgypm::after,
.vdabu8    .wssju25::after, .vdabu8    .fuvgypm::after,
.l7g1al    .wssju25::after, .l7g1al    .fuvgypm::after,
.k1r5m    .wssju25::after, .k1r5m    .fuvgypm::after,
.x1po     .wssju25::after, .x1po     .fuvgypm::after,
.h7dlg8s    .wssju25::after, .h7dlg8s    .fuvgypm::after,
.lrddf   .wssju25::after, .lrddf   .fuvgypm::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;
}
.aexh .wssju25::after, .aexh .fuvgypm::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");
}
.a62vaee .wssju25::after, .a62vaee .fuvgypm::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");
}
.vdabu8 .wssju25::after, .vdabu8 .fuvgypm::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");
}
.l7g1al .wssju25::after, .l7g1al .fuvgypm::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");
}
.k1r5m .wssju25::after, .k1r5m .fuvgypm::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");
}
.x1po .wssju25::after, .x1po .fuvgypm::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");
}
.h7dlg8s .wssju25::after, .h7dlg8s .fuvgypm::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");
}
.lrddf .wssju25::after, .lrddf .fuvgypm::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");
}
.i0mfpj .jm1dshu { background: var(--bg-raised); }
.fzc57j7o.jto0ye0 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .j1m92 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .j1m92::before    { grid-area: rank;   }
  .vs9sdcd           { grid-area: ident;  }
  .x7mohkew     { grid-area: rating; min-width: 0; width: auto; }
  .r3cy5           { grid-area: pills;  }
  .fzc57j7o             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .j1m92 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .j1m92::before    { justify-self: center; }
  .vs9sdcd           { width: 100%; }
  .x7mohkew     { justify-self: center; }
  .r3cy5           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .nf8u .uvgq7 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .nf8u .rj21 { margin: 0; }
}
.e0dnpo .rj21 { border-top: 4px solid var(--accent); }
.e0dnpo .fozfk9s { background: var(--bg-card); }
@media (max-width: 720px) {
  .ebv5ck { grid-template-columns: 1fr; }
  .t54l { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .t54l .njaxq34u { width: 72px; height: 50px; }
  .t54l .je4cor { max-width: 180px; }
  .t54l .i9kb87 { width: auto; }
}
@media (max-width: 720px) {
  .h4f6cerr { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .hdxogxo { padding: 16px; }
  .rtmo .boq11l { min-width: 50%; }
}
@media (max-width: 860px) {
  .raap18 { grid-template-columns: 1fr; }
  .dxrik { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .c6bb7 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .vnljzfvv { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .bn6t { flex-direction: column; align-items: stretch; }
}
.r1rasgji .i9kb87 .jto0ye0 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .njfjrbcw { flex-direction: column; align-items: stretch; gap: 10px; }
  .r1rasgji .i9kb87 { text-align: center; }
}
@media (max-width: 720px) {
  .z979i3o4 { grid-template-columns: 1fr; }
  .fb5uue99 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .rz5d { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .etcdkao { grid-template-columns: 1fr; }
  .gnpj9pj { width: 100px; height: 100px; margin: 16px auto; }
  .c7boq20m { font-size: 1.4rem; }
  .mq01 { justify-content: center; }
  .edw3h40 .boq11l { min-width: 50%; }
}
@media (max-width: 540px) {
  .jzjxq6 { flex-wrap: wrap; padding: 14px 16px; }
  .zjkx { padding: 12px 16px; }
  .mvez .i7wc { margin: 0 16px; }
  .mvez .m7snpzl4 { padding: 0 16px; }
  .pyh18 { padding: 12px 16px; }
}
.p02k .rjhr2mh { gap: 0; }
.p02k .j1m92 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.p02k .j1m92:last-child { border-bottom: none; }
.p02k .j1m92:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.p02k .j1m92:nth-child(even):hover { background: var(--bg-hover); }
.s1pul .r3cy5 .dnqbeb {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.cr7c .xhnb6of {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.edmzv7 { margin: 16px 0; }
.y3yid8 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.y3yid8 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.y3yid8 summary::after { content: "+"; color: var(--accent-light); }
.y3yid8[open] summary::after { content: "−"; }
.y3yid8 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.sr4wsgsh { margin-bottom: 0; }
.b4foom9s h2.oor7mrnr { color: var(--text-primary); border-color: var(--accent-light); }
.oppu5jv h2.oor7mrnr { color: var(--text-primary); border-color: var(--accent-light); }
.ualpckvh .s6yoy6     { background: #052e16; border-color: #10b981; }
.ualpckvh .tuprwj { background: #2d0a1e; border-color: #f43f5e; }
.ualpckvh .jlgo    { background: #1e1036; border-color: #a855f7; }
.ualpckvh .jbe8jfgj strong  { color: #f1f5f9; }
.ualpckvh .jbe8jfgj p       { color: #cbd5e1; }
.ualpckvh .eg8f    .s6yoy6     .b46g::before,
.ualpckvh .zkmp  .s6yoy6     .b46g::before,
.ualpckvh .bhld  .s6yoy6     .b46g::before,
.ualpckvh .cays .s6yoy6     .b46g::before { color: #10b981; }
.ualpckvh .eg8f    .tuprwj .b46g::before,
.ualpckvh .zkmp  .tuprwj .b46g::before,
.ualpckvh .bhld  .tuprwj .b46g::before,
.ualpckvh .cays .tuprwj .b46g::before { color: #f43f5e; }
.ualpckvh .eg8f    .jlgo    .b46g::before,
.ualpckvh .zkmp  .jlgo    .b46g::before,
.ualpckvh .bhld  .jlgo    .b46g::before,
.ualpckvh .cays .jlgo    .b46g::before { color: #a855f7; }
.iwyx .s6yoy6     { background: #2d2000; border-color: #eab308; }
.iwyx .tuprwj { background: #2d0b0b; border-color: #ef4444; }
.iwyx .jlgo    { background: #2d1600; border-color: #f97316; }
.iwyx .jbe8jfgj strong  { color: #f1f5f9; }
.iwyx .jbe8jfgj p       { color: #cbd5e1; }
.iwyx .eg8f    .s6yoy6     .b46g::before,
.iwyx .zkmp  .s6yoy6     .b46g::before,
.iwyx .bhld  .s6yoy6     .b46g::before,
.iwyx .cays .s6yoy6     .b46g::before { color: #eab308; }
.iwyx .eg8f    .tuprwj .b46g::before,
.iwyx .zkmp  .tuprwj .b46g::before,
.iwyx .bhld  .tuprwj .b46g::before,
.iwyx .cays .tuprwj .b46g::before { color: #ef4444; }
.iwyx .eg8f    .jlgo    .b46g::before,
.iwyx .zkmp  .jlgo    .b46g::before,
.iwyx .bhld  .jlgo    .b46g::before,
.iwyx .cays .jlgo    .b46g::before { color: #f97316; }
.gyzck .s6yoy6     { background: #0c1a2e; border-color: #38bdf8; }
.gyzck .tuprwj { background: #12103a; border-color: #818cf8; }
.gyzck .jlgo    { background: #0a2020; border-color: #2dd4bf; }
.gyzck .jbe8jfgj strong  { color: #f1f5f9; }
.gyzck .jbe8jfgj p       { color: #cbd5e1; }
.gyzck .eg8f    .s6yoy6     .b46g::before,
.gyzck .zkmp  .s6yoy6     .b46g::before,
.gyzck .bhld  .s6yoy6     .b46g::before,
.gyzck .cays .s6yoy6     .b46g::before { color: #38bdf8; }
.gyzck .eg8f    .tuprwj .b46g::before,
.gyzck .zkmp  .tuprwj .b46g::before,
.gyzck .bhld  .tuprwj .b46g::before,
.gyzck .cays .tuprwj .b46g::before { color: #818cf8; }
.gyzck .eg8f    .jlgo    .b46g::before,
.gyzck .zkmp  .jlgo    .b46g::before,
.gyzck .bhld  .jlgo    .b46g::before,
.gyzck .cays .jlgo    .b46g::before { color: #2dd4bf; }
.ca74c61 .s6yoy6     { background: var(--accent-bg); border-color: var(--accent-light); }
.ca74c61 .tuprwj { background: var(--accent-bg-light); border-color: var(--accent-light); }
.ca74c61 .jlgo    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ca74c61 .eg8f    .b46g::before,
.ca74c61 .zkmp  .b46g::before,
.ca74c61 .bhld  .b46g::before,
.ca74c61 .cays .b46g::before { color: var(--accent-light) !important; }
.il6a5wa .v3v1fhw5 { background: var(--bg-pros); }
.il6a5wa .n5qm { background: var(--bg-cons); }
.il6a5wa .v3v1fhw5 .gif5k { color: var(--c-pros-label); }
.il6a5wa .n5qm .zdv6 { color: var(--c-cons); }
.il6a5wa .v3v1fhw5 ul li,
.il6a5wa .ba7cc li          { color: var(--c-pros); }
.il6a5wa .n5qm ul li,
.il6a5wa .k741xvpn li          { color: var(--c-cons); }
.d6tox .jbe8jfgj { background: transparent; border-left: none; border: 1.5px solid; }
.d6tox .s6yoy6     { border-color: var(--c-tip-border); }
.d6tox .tuprwj { border-color: var(--c-warn-border); }
.d6tox .jlgo    { border-color: #60a5fa; }
.d6tox .jbe8jfgj strong { color: var(--text-primary); }
.d6tox .jbe8jfgj p      { color: var(--text-muted); }
.h5nixqsd .jbe8jfgj { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.h5nixqsd .s6yoy6     { border-top-color: var(--c-tip-border); }
.h5nixqsd .tuprwj { border-top-color: var(--c-warn-border); }
.h5nixqsd .jlgo    { border-top-color: #60a5fa; }
.z5r587 .jbe8jfgj { border-left: none; border-radius: 8px; }
.z5r587 .s6yoy6     { background: #065f46; }
.z5r587 .tuprwj { background: #92400e; }
.z5r587 .jlgo    { background: #1e3a8a; }
.z5r587 .jbe8jfgj strong,
.z5r587 .jbe8jfgj p { color: #fff; }
.z5r587 .b46g::before { color: rgba(255,255,255,0.85) !important; }
.ualpckvh.z5r587 .s6yoy6,
.ualpckvh .z5r587 .s6yoy6     { background: #052e16; }
.ualpckvh.z5r587 .tuprwj,
.ualpckvh .z5r587 .tuprwj { background: #2d0a1e; }
.ualpckvh.z5r587 .jlgo,
.ualpckvh .z5r587 .jlgo    { background: #1e1036; }
.iwyx.z5r587 .s6yoy6,
.iwyx .z5r587 .s6yoy6      { background: #2d2000; }
.iwyx.z5r587 .tuprwj,
.iwyx .z5r587 .tuprwj  { background: #2d0b0b; }
.iwyx.z5r587 .jlgo,
.iwyx .z5r587 .jlgo     { background: #2d1600; }
.gyzck.z5r587 .s6yoy6,
.gyzck .z5r587 .s6yoy6      { background: #0c1a2e; }
.gyzck.z5r587 .tuprwj,
.gyzck .z5r587 .tuprwj  { background: #12103a; }
.gyzck.z5r587 .jlgo,
.gyzck .z5r587 .jlgo     { background: #0a2020; }
.brgvpu55 .jbe8jfgj { border-left: none; border-radius: 6px; padding: 10px 14px; }
.brgvpu55 .s6yoy6     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.brgvpu55 .tuprwj { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.brgvpu55 .jlgo    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.brgvpu55 .jbe8jfgj strong { color: var(--text-primary); }
.brgvpu55 .jbe8jfgj p      { color: var(--text-muted); }
.i9zu .jbe8jfgj { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.eg8f .b46g,
.zkmp .b46g,
.bhld .b46g,
.cays .b46g { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.eg8f .b46g::before,
.zkmp .b46g::before,
.bhld .b46g::before,
.cays .b46g::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.eg8f .s6yoy6     .b46g::before { content: "✦"; color: var(--c-tip-border); }
.eg8f .tuprwj .b46g::before { content: "▲"; color: var(--c-warn-border); }
.eg8f .jlgo    .b46g::before { content: "◉"; color: #60a5fa; }
.zkmp .s6yoy6     .b46g::before { content: "★"; color: var(--c-tip-border); }
.zkmp .tuprwj .b46g::before { content: "◆"; color: var(--c-warn-border); }
.zkmp .jlgo    .b46g::before { content: "●"; color: #60a5fa; }
.bhld .s6yoy6     .b46g::before { content: "▶"; color: var(--c-tip-border); }
.bhld .tuprwj .b46g::before { content: "■"; color: var(--c-warn-border); }
.bhld .jlgo    .b46g::before { content: "▸"; color: #60a5fa; }
.cays .s6yoy6     .b46g::before { content: "→"; color: var(--c-tip-border); }
.cays .tuprwj .b46g::before { content: "⬥"; color: var(--c-warn-border); }
.cays .jlgo    .b46g::before { content: "◈"; color: #60a5fa; }
.idr242o .zqgfu .qjho,
.idr242o .hvg2 .qjho  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.idr242o .khbl                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.idr242o .le06gk1          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.idr242o .rgk5jvq                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ve5s7xr .zqgfu .qjho,
.ve5s7xr .hvg2 .qjho,
.ve5s7xr .khbl,
.ve5s7xr .j1m92,
.ve5s7xr .rj21,
.ve5s7xr .le06gk1,
.ve5s7xr .rgk5jvq,
.ve5s7xr .i9zu .jbe8jfgj { box-shadow: none; }
.j3vflx   .wnhlg99, .j3vflx .ycj2, .j3vflx .dt8or1,
.j3vflx   .cyhkfq, .j3vflx .lfe8z { font-size: 0.9rem; }
.j3vflx   .jxnzrvw, .j3vflx .t4scjk { font-size: 0.9rem; }
.agryyr   .wnhlg99, .agryyr .ycj2, .agryyr .dt8or1,
.agryyr   .cyhkfq, .agryyr .lfe8z { font-size: 0.95rem; }
.agryyr   .jxnzrvw, .agryyr .t4scjk { font-size: 0.95rem; }
.ey90m   .wnhlg99, .ey90m .ycj2, .ey90m .dt8or1,
.ey90m   .cyhkfq, .ey90m .lfe8z { font-size: 1.08rem; }
.ey90m   .jxnzrvw, .ey90m .t4scjk { font-size: 1.05rem; }
.ey90m   .a2ha { font-size: 0.97rem; }
.f0zgy3a .pst4wi      { font-size: 3.2rem; }
.f0zgy3a h2.oor7mrnr { font-size: 1.9rem; }
.f0zgy3a h3.vprk2ai     { font-size: 1.4rem; }
.n11pl .pst4wi      { font-size: 3.8rem; }
.n11pl h2.oor7mrnr { font-size: 2.2rem; }
.n11pl h3.vprk2ai     { font-size: 1.6rem; }
.sr4wsgsh + .sr4wsgsh { position: relative; }
.rm2ui   .sr4wsgsh + .sr4wsgsh::before,
.blentfaw  .sr4wsgsh + .sr4wsgsh::before,
.ld3u9f   .sr4wsgsh + .sr4wsgsh::before,
.d1ed1cf   .sr4wsgsh + .sr4wsgsh::before,
.h3i4pm   .sr4wsgsh + .sr4wsgsh::before,
.k1cpcmiy .sr4wsgsh + .sr4wsgsh::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.rm2ui .sr4wsgsh + .sr4wsgsh::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.blentfaw .sr4wsgsh + .sr4wsgsh::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ld3u9f .sr4wsgsh + .sr4wsgsh::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;
}
.d1ed1cf .sr4wsgsh + .sr4wsgsh::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.s4kwhw .sr4wsgsh { margin-bottom: 16px; }
.s4kwhw .sr4wsgsh + .sr4wsgsh { margin-top: 0; }
.s4kwhw .xbti8rg { padding-top: 0; padding-bottom: 0; }
.h3i4pm .sr4wsgsh + .sr4wsgsh::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.k1cpcmiy .sr4wsgsh + .sr4wsgsh::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.r4u0uif .sr4wsgsh + .sr4wsgsh::before,
.ua2we5 .sr4wsgsh + .sr4wsgsh::before,
.s95kq7 .sr4wsgsh + .sr4wsgsh::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%;
}
.wibgej .r4u0uif .sr4wsgsh:nth-child(even)::before,
.wibgej .ua2we5 .sr4wsgsh:nth-child(even)::before,
.wibgej .s95kq7 .sr4wsgsh:nth-child(even)::before { background: var(--bg-surface); }
.r4mqsj5 .r4u0uif .sr4wsgsh:nth-child(even)::before,
.r4mqsj5 .ua2we5 .sr4wsgsh:nth-child(even)::before,
.r4mqsj5 .s95kq7 .sr4wsgsh:nth-child(even)::before { background: var(--bg-card); }
.r4u0uif .sr4wsgsh + .sr4wsgsh::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");
}
.ua2we5 .sr4wsgsh + .sr4wsgsh::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");
}
.s95kq7 .sr4wsgsh + .sr4wsgsh::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");
}
.n9x4jg .mmpm8,
.hamexkr .mmpm8,
.b1wd2ys4 .mmpm8 { overflow: hidden; }
.n9x4jg .hw44d,
.hamexkr .hw44d { margin-bottom: 60px; }
.b1wd2ys4 .hw44d { margin-bottom: 70px; }
.n9x4jg .mmpm8::before,
.hamexkr .mmpm8::before,
.b1wd2ys4 .mmpm8::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.n9x4jg .mmpm8::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");
}
.hamexkr .mmpm8::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");
}
.b1wd2ys4 .mmpm8::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.cfnl .mmpm8:not(.u5rcn) .qbw8 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.gybhwm .mmpm8:not(.u5rcn) .qbw8 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.mu7skn  .mmpm8:not(.u5rcn) .qbw8 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.eq4ca  .mmpm8:not(.u5rcn) .qbw8 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.cfnl .u5rcn { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.gybhwm .u5rcn { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.mu7skn .u5rcn { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.eq4ca .u5rcn { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.ehr7t .u5rcn { background: var(--accent); }
.ehr7t .u5rcn .qbw8 { background: none; }
.ehr7t .mmpm8:not(.u5rcn) .qbw8 { background: rgba(0,0,0,0.6); }
.yd0vyeg .vgeevltl { float: left; width: 38%; margin: 0 28px 16px 0; }
.yd0vyeg .vgeevltl .jfca { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.yd0vyeg .xbti8rg::after { content: ''; display: block; clear: both; }
.hjk9aye .vgeevltl { float: right; width: 38%; margin: 0 0 16px 28px; }
.hjk9aye .vgeevltl .jfca { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.hjk9aye .xbti8rg::after { content: ''; display: block; clear: both; }
.uyurevl .sr4wsgsh:nth-child(odd)  .vgeevltl { float: left;  width: 38%; margin: 0 28px 16px 0; }
.uyurevl .sr4wsgsh:nth-child(even) .vgeevltl { float: right; width: 38%; margin: 0 0 16px 28px; }
.uyurevl .vgeevltl .jfca { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.uyurevl .xbti8rg::after { content: ''; display: block; clear: both; }
.yd0vyeg .sl2scwk,
.hjk9aye .sl2scwk,
.uyurevl .sl2scwk,
.uyurevl .rjhr2mh { clear: both; }
@media (max-width: 900px) {
  .yd0vyeg .vgeevltl,
  .hjk9aye .vgeevltl,
  .uyurevl .sr4wsgsh:nth-child(odd)  .vgeevltl,
  .uyurevl .sr4wsgsh:nth-child(even) .vgeevltl {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .yd0vyeg .vgeevltl .jfca,
  .hjk9aye .vgeevltl .jfca,
  .uyurevl .vgeevltl .jfca {
    max-height: none !important;
  }
}
.yd0vyeg .jxnzrvw,
.yd0vyeg .t4scjk,
.hjk9aye .jxnzrvw,
.hjk9aye .t4scjk,
.uyurevl .jxnzrvw,
.uyurevl .t4scjk { overflow: hidden; }
@media (max-width: 640px) {
  .yd0vyeg .vgeevltl,
  .hjk9aye .vgeevltl,
  .uyurevl .vgeevltl { float: none; width: 100%; margin: 0 0 16px 0; }
}
.jhx8 .znxxj,
.jhx8 .xbti8rg,
.jhx8 .fdzt83d  { max-width: 1100px; }
.a81a .znxxj,
.a81a .xbti8rg,
.a81a .fdzt83d  { max-width: 1200px; }
.a81a { --content-mw: 1200px; }
.zkf58 .znxxj,
.zkf58 .xbti8rg,
.zkf58 .fdzt83d  { max-width: 1320px; }
.co6glud { font-size: 0.82rem; color: var(--text-muted); }
.sia3oub { display: flex; align-items: center; }
.tizl {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.h91u5hl { display: flex; align-items: center; }
.r6h3 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.r6h3:hover { text-decoration: underline; }
.rpksl7qy { margin: 0 3px; opacity: 0.45; }
.rpksl7qy::before { content: '/'; }
.t5orr { padding: 2px 5px; color: var(--text-main); }
.lvivd0 .co6glud {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.lvivd0 .sia3oub { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.f3iyy .co6glud {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.f3iyy .sia3oub { padding: 0 0 0 12px; }
.tx8g {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.rdu2bue .sia3oub { padding: 0 16px; }
.rdu2bue .co6glud {
  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);
}
.rdu2bue .znxxj { padding-top: 28px; }
@media (max-width: 720px) {
  .tx8g { margin-top: 18px; padding: 0 16px; }
  .rdu2bue .znxxj { padding-top: 16px; }
}
.jhx8.lvivd0 .sia3oub { max-width: 1100px; }
.a81a.lvivd0 .sia3oub { max-width: 1200px; }
.zkf58.lvivd0 .sia3oub { max-width: 1320px; }
.jhx8 .tx8g { max-width: 1100px; }
.a81a .tx8g { max-width: 1200px; }
.zkf58 .tx8g { max-width: 1320px; }
.m4nbtb .sr4wsgsh { padding-top: 16px; padding-bottom: 16px; }
.tvoowb .sr4wsgsh { padding-top: 24px; padding-bottom: 24px; }
.zzlq7 .sr4wsgsh { padding-top: 40px; padding-bottom: 40px; }
.la0nwox .sr4wsgsh { padding-top: 52px; padding-bottom: 52px; }
.o2il60z6 .sr4wsgsh:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.o2il60z6 .sr4wsgsh:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.o2il60z6 .sr4wsgsh:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.o2il60z6 .sr4wsgsh:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.xluymf0s .xbti8rg { padding-top: 10px;  padding-bottom: 10px; }
.kdt29 .xbti8rg { padding-top: 18px;  padding-bottom: 18px; }
.rmsas8 .xbti8rg { padding-top: 36px;  padding-bottom: 36px; }
.b18gwq9 .xbti8rg { padding-top: 48px;  padding-bottom: 48px; }
.rko03l h2.oor7mrnr { font-weight: 600; }
.rko03l h3.vprk2ai     { font-weight: 600; }
.osl9m1 h2.oor7mrnr { font-weight: 800; }
.osl9m1 h3.vprk2ai     { font-weight: 700; }
.moi3k h2.oor7mrnr { font-weight: 900; }
.moi3k h3.vprk2ai     { font-weight: 800; }
.moi3k .jbe8jfgj strong,
.moi3k .jbe8jfgj strong { font-weight: 600; }
.wssju25 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.u22tdd3 .wssju25 { display: none; }
@media (max-width: 640px) {
  .jw1hbw6 { display: none; }
  .wssju25 {
    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;
  }
}
.wssju25 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.wssju25:hover { opacity: 0.85; }
.p175j01p .wssju25 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.jf0veql4 .wssju25,
.u01clpvu  .wssju25 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.jf0veql4 .wssju25:hover,
.u01clpvu  .wssju25:hover { opacity: 0.88; }
.p175j01p.jf0veql4 .wssju25,
.p175j01p.u01clpvu  .wssju25 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.fuvgypm {
  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;
}
.fuvgypm:hover { transform: translateY(-2px); opacity: 0.92; }
.fuvgypm { background: var(--cta) !important; color: #fff !important; border: none !important; }
.y7fe .fuvgypm { display: none; }
.ciyo4 .fuvgypm { right: 32px; }
.nqaip  .fuvgypm { left: 32px; }
@media (max-width: 480px) {
  .ciyo4 .fuvgypm { right: 20px; bottom: 20px; }
  .nqaip  .fuvgypm { left: 20px; bottom: 20px; }
}
.ea9os { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.fdzt83d { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.cmr6 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.zyaqxm8 { color: var(--text-dim); font-size: 0.8rem; }
.jkrgw a, .oe03oo a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.jkrgw a:hover, .oe03oo a:hover { color: var(--accent-light); }
.oe03oo { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.pv3ktje .fdzt83d { text-align: center; }
.pv3ktje .oe03oo { justify-content: center; margin-bottom: 16px; }
.pv3ktje .cmr6 { margin-top: 0; }
.c9yrjab { margin-top: 10px; }
.c9yrjab a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .fdzt83d { padding-left: 16px; padding-right: 16px; }
  .e089 .fdzt83d { padding: 20px 16px; }
  .oe03oo { gap: 4px 12px; }
  .cmr6 { font-size: 0.78rem; }
}
.m16wf .cmr6 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.m16wf .zyaqxm8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .m16wf .qifbrbxp { grid-template-columns: 1fr 1fr; } .m16wf .vd4h { grid-column: 1 / -1; } }
@media (max-width: 480px) { .m16wf .qifbrbxp { grid-template-columns: 1fr; } }
.iysr1 .cmr6 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .iysr1 .g1g27q { gap: 12px; } .iysr1 .te6p9f1m { margin-right: 0; width: 100%; } }
.bsa0u .cmr6 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.bsa0u .zyaqxm8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .bsa0u .c7yjb2 { grid-template-columns: 1fr 1fr; } .bsa0u .taoll1lr { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bsa0u .c7yjb2 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .pvbelht .or37jr { grid-template-columns: 1fr 1fr; } .pvbelht .bw18:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .pvbelht .or37jr { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .wfw2 .or37jr { grid-template-columns: 1fr; } }
.lzq7 .fdzt83d { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.lzq7 .oe03oo { justify-content: center; }
.jzws8eja .gpe6lzq6      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.jzws8eja .ea9os { background: var(--bg-page); border-top-color: var(--border-alt); }
.ylowdvd .gpe6lzq6      { background: #0d1117; border-bottom-color: #21262d; }
.ylowdvd .g172y { color: var(--accent-light); }
.ylowdvd .yhnzn { --msep-color: #8b949e; }
.ylowdvd .yhnzn a { color: #8b949e; }
.ylowdvd .yhnzn a:hover { color: var(--accent-light); }
.ylowdvd .gyh0vn { color: #8b949e; }
.ylowdvd .ea9os { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.ylowdvd .cmr6,
.ylowdvd .zyaqxm8 { color: #6e7681; }
.ylowdvd .jkrgw a, .ylowdvd .oe03oo a,
.ylowdvd .jkrgw a:hover, .ylowdvd .oe03oo a:hover,
@media (max-width: 640px) {
  .ylowdvd .yhnzn { background: #0d1117; border-top-color: #21262d; }
  .ylowdvd .yhnzn li a { border-bottom-color: #21262d; }
}
.ihclxkj .gpe6lzq6      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ihclxkj .g172y { color: var(--accent-light); }
.ihclxkj .yhnzn { --msep-color: #475569; }
.ihclxkj .yhnzn a { color: #475569; }
.ihclxkj .yhnzn a:hover { color: var(--accent-light); }
.ihclxkj .gyh0vn { color: #64748b; }
.ihclxkj .ea9os { background: #f0f4f8; border-top-color: #cbd5e1; }
.ihclxkj .cmr6,
.ihclxkj .zyaqxm8 { color: #64748b; }
.ihclxkj .jkrgw a, .ihclxkj .oe03oo a,
.ihclxkj .jkrgw a:hover, .ihclxkj .oe03oo a:hover,
@media (max-width: 640px) {
  .ihclxkj .yhnzn { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ihclxkj .yhnzn li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.jf0veql4 .gpe6lzq6      { background: var(--accent); border-bottom-color: var(--accent-light); }
.jf0veql4 .g172y { color: #fff; }
.jf0veql4 .yhnzn { --msep-color: rgba(255,255,255,0.82); }
.jf0veql4 .yhnzn a { color: rgba(255,255,255,0.82); }
.jf0veql4 .yhnzn a:hover { color: #fff; }
.jf0veql4 .gyh0vn { color: rgba(255,255,255,0.9); }
.jf0veql4 .ea9os { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.jf0veql4 .cmr6,
.jf0veql4 .zyaqxm8 { color: rgba(255,255,255,0.72); }
.jf0veql4 .jkrgw a, .jf0veql4 .oe03oo a,
.jf0veql4 .jkrgw a:hover, .jf0veql4 .oe03oo a:hover,
@media (max-width: 640px) {
  .jf0veql4 .yhnzn { background: var(--accent); border-top-color: var(--accent-light); }
  .jf0veql4 .yhnzn li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.u01clpvu .gpe6lzq6 {
  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);
}
.u01clpvu .ea9os {
  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) {
  .u01clpvu .yhnzn {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.oup518 .j6z9xn { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.yyvzlg .j6z9xn { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.rihea .j6z9xn { min-height: 72px; height: auto; }
.usam .j6z9xn { min-height: 84px; height: auto; }
.e089 .j6z9xn { max-width: none; padding: 0 32px; }
.e089 .fdzt83d  { max-width: none; padding: 24px 32px; }
.rufwc2.a81a .j6z9xn { max-width: 1200px; }
.rufwc2.zkf58 .j6z9xn { max-width: 1320px; }
.d2tf   .g172y, .d2tf   .te6p9f1m { text-transform: capitalize; }
.drhan4 .g172y, .drhan4 .te6p9f1m { text-transform: lowercase; }
.git6a7yz .g172y, .git6a7yz .te6p9f1m { text-transform: uppercase; letter-spacing: 0.06em; }
.doh17, .brgg6 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.pj0680lt .doh17,
.sgnyskfo .doh17,
.qnfm2ik .doh17,
.lj0crg6 .doh17,
.p4ye9q74   .yhnzn a { font-weight: 500; }
.s17u79d .yhnzn a { font-weight: 600; }
.xigvk     .yhnzn a { font-weight: 700; }
.b3kx1    .yhnzn a { font-weight: 800; letter-spacing: 0.01em; }
.tbs50     .yhnzn > li + li::before,
.tfoqmj7    .yhnzn > li + li::before,
.yltmg9    .yhnzn > li + li::before,
.s7w3zx .yhnzn > li + li::before,
.q53815 .yhnzn > li + li::before,
.i8ljw0a  .yhnzn > li + li::before,
.g989541    .yhnzn > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.tbs50     .yhnzn > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.tfoqmj7    .yhnzn > li + li::before { content: "|"; }
.yltmg9    .yhnzn > li + li::before { content: "—"; }
.s7w3zx .yhnzn > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.q53815 .yhnzn > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.i8ljw0a  .yhnzn > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.g989541    .yhnzn > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .gnvff41a .gyh0vn,
  .mjzthh7 .gyh0vn,
  .iio08 .gyh0vn,
  .e412n .gyh0vn,
  .s1dvyv .gyh0vn {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .gnvff41a .gyh0vn::before,
  .mjzthh7 .gyh0vn::before,
  .iio08 .gyh0vn::before,
  .e412n .gyh0vn::before,
  .s1dvyv .gyh0vn::before { content: ""; display: block; flex-shrink: 0; }

  
  .gnvff41a .gyh0vn::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;
  }

  
  .mjzthh7 .gyh0vn::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;
  }

  
  .iio08 .gyh0vn::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;
  }

  
  .e412n .gyh0vn::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;
  }

  
  .s1dvyv .gyh0vn::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) {
  .smdb6x .gyh0vn {
    padding: 5px 14px;
  }
  .smdb6x .yhnzn {
    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;
  }
  .smdb6x .yhnzn li a {
    border-bottom: none; padding: 10px 22px;
  }
  .smdb6x .yhnzn li a:hover { background: var(--bg-raised); }
  .smdb6x .qef5m1v,
  .vz1ro8q .qef5m1v,
  .h31l707 .qef5m1v { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .p6ol0t .gyh0vn {
    padding: 5px 10px;
  }
  .p6ol0t .yhnzn {
    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);
  }
  .p6ol0t .yhnzn.x036 { transform: translateX(0); }
  .p6ol0t .yhnzn li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .p6ol0t .yhnzn li:last-child a { border-bottom: none; }
  .jf0veql4 .yhnzn,
  .ylowdvd .yhnzn { background: var(--accent) !important; }
  .jf0veql4 .yhnzn li a,
  .ylowdvd .yhnzn li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .h31l707 .gyh0vn {
    padding: 5px 10px;
  }
  .h31l707 .yhnzn {
    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);
  }
  .h31l707 .yhnzn::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .h31l707 .yhnzn.x036 { transform: translateY(0); }
  .h31l707 .yhnzn li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .a9wmuv .gyh0vn {
    padding: 5px 10px;
  }
  .a9wmuv .yhnzn {
    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;
  }
  .a9wmuv .yhnzn.x036 { opacity: 1; pointer-events: auto; }
  .a9wmuv .yhnzn li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .fzgkkoj     .gyh0vn { border-radius: 0 !important; }
  .sogzrl   .gyh0vn { border-radius: 8px !important; }
  .x288hmo .gyh0vn { border-radius: 50% !important; }
  .hrhvbq   .gyh0vn { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .gbt1 .idps0wv { flex-direction: column; align-items: stretch; }
  .gbt1 .x6wqr5 { flex-direction: row; min-width: auto; }
  .gbt1 .o8ta1 { align-items: flex-start; text-align: left; }
}
.joduvfi,
.joduvfi.sr4wsgsh,
.wibgej .joduvfi,
.awsudjt0 .joduvfi,
.r4mqsj5 .joduvfi,
.bh2adxe .joduvfi {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.ozrzs {
  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;
}
.mkh7v { flex: 1 1 280px; min-width: 0; }
.i84ya2 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.hczp {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.ccm7o {
  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;
}
.ccm7o:hover { transform: translateY(-1px); opacity: 0.95; }
.jaxu64y .ozrzs {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.jaxu64y .i84ya2 { color: var(--cta); }
.jaxu64y .hczp { color: var(--text-body); }
.jaxu64y .ccm7o {
  background: var(--cta) !important;
  color: #fff !important;
}
.atunkn .ozrzs {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.atunkn .i84ya2 { color: var(--text-primary); }
.atunkn .hczp { color: var(--text-body); }
.atunkn .ccm7o {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .ozrzs {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .mkh7v { flex: 0 0 auto; }
  .i84ya2 { font-size: 1.2rem; }
  .ccm7o { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.q4uqbq .a17tswb { height: 36px; }
.tp0j .a17tswb { height: 60px; max-width: 200px; }
.q24o .a17tswb { height: 56px; max-width: 180px; }
.s1pul .dnqbeb {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .nmzovlr .rjhr2mh {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .nmzovlr .j1m92 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .nmzovlr .j1m92 { padding: 40px 16px 20px; }
  .nmzovlr .dnqbeb {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .nmzovlr .fzc57j7o { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .s6kqeee .j1m92 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .s6kqeee .j1m92::before {
    position: absolute; top: 14px; left: 14px;
  }
  .s6kqeee .vs9sdcd {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .s6kqeee .bt2ja { white-space: normal; text-align: center; font-size: 1.2rem; }
  .s6kqeee .dnqbeb {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .s6kqeee .fzc57j7o { width: 100%; min-width: 0; }
  .s6kqeee .xhnb6of { min-width: 0; }
}
.hkr9zehi .y3yid8 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.hkr9zehi .y3yid8 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.hkr9zehi .y3yid8 p { padding: 0 2px 16px; }
.n3sj8xmp .y3yid8 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.n3sj8xmp .y3yid8 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.n3sj8xmp .y3yid8 summary::after { content: "›"; font-size: 1.2em; }
.n3sj8xmp .y3yid8[open] summary::after { content: "‹"; }
.n3sj8xmp .y3yid8 p { padding: 10px 22px 4px; }
.s3tt4 .y3yid8 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.s3tt4 .y3yid8 summary { color: var(--text-primary); padding-left: 16px; }
.s3tt4 .y3yid8 summary::after { content: "›"; font-size: 1.1em; }
.s3tt4 .y3yid8[open] summary::after { content: "‹"; }
.s3tt4 .y3yid8 p { padding-left: 16px; }
.o05vx .edmzv7 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.o05vx .y3yid8 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.o05vx .y3yid8:last-child { border-bottom: none; }
.o05vx .y3yid8 summary { color: var(--text-primary); border-radius: 0; }
.o05vx .y3yid8 summary::after { content: "›"; font-size: 1.1em; }
.o05vx .y3yid8[open] summary::after { content: "‹"; }
.hj8uyod .y3yid8 { overflow: hidden; }
.hj8uyod .y3yid8 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.hj8uyod .y3yid8 summary::after { color: rgba(255,255,255,.75); }
.hj8uyod .y3yid8[open] summary { border-radius: 0; }
.e4cgy { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.dthc {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.qfl0 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.not1g9p { color: var(--text-muted); font-size: 1.05rem; }
.v1dkrq2 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.rxt8 { margin-bottom: 20px; }
.pcpq {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ntv1k {
  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;
}
.ntv1k:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.dlxg755 { resize: vertical; min-height: 130px; }
.w9o6jr { width: 100%; margin-top: 8px; }
.h1zgg0 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.edgygygz {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.p3w1c5mj { color: var(--text-muted); line-height: 1.75; }
.scq1 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.scq1 li { margin-bottom: 6px; }
.fypey1 { max-width: 760px; margin: 0 auto; }
.phme4ly { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.ae59k { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ae59k:last-child { border-bottom: none; }
.ae59k h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.ae59k p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.foem0hv1 { max-width: 760px; margin: 0 auto; }
.ckifn7k { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.irdj ul.scq1 { margin: 0; }
.o6zn7tph .ckifn7k { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .o6zn7tph { grid-template-columns: 1fr; gap: 10px; } }
.fnu0cn88 { max-width: 640px; margin: 0 auto; text-align: center; }
.jhpaj5fu { margin-bottom: 48px; }
.jhpaj5fu .ckifn7k { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.jhpaj5fu p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.vk4vsvnb .scq1 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .x5y9bq2a { grid-template-columns: 1fr; } }
.xyu0g6tl { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.xyu0g6tl:hover .vikyhgm { color: var(--accent-light); text-decoration: underline; }
.ur6cv3q6 { color: inherit; text-decoration: none; }
.ur6cv3q6:hover { color: var(--accent-light); text-decoration: underline; }
.fcmnfi11 { display: inline-block; line-height: 0; }
.ambzw { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.rdt8 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.rdt8:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.rvv9f { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.rdt8 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.rdt8 ul.scq1 { margin: 0; }
.ljsu3iai { color: var(--text-muted); line-height: 1.75; }
.zet0u .scq1,
.auuriobn .scq1,
.ekvneib .scq1,
.nbsgd7 .scq1 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.zet0u .rdt8,
.auuriobn .rdt8 { text-align: left; }
.zet0u .rvv9f,
.auuriobn .rvv9f { text-align: center; }
.ye7r { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.pubz { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.zsgk4t5x { font-size: 1.1rem; }
.qe9ghh { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.k38u7 { margin-top: 12px; }
.vwlanjyr { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.vwlanjyr:hover { border-bottom-color: var(--accent-light); }
.imeattc { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.imeattc img { width: 100%; height: 100%; object-fit: cover; display: block; }
.kun57rn { width: 260px; height: 260px; }
.juof3y2b { border-radius: 50%; }
.fjsl5x9c { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.p7fbxc8c { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .pq5khbr { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.dyr1x3pm .qe9ghh, .dyr1x3pm .pubz { max-width: 640px; }
.xni7ezsf { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.vx1sszp { position: sticky; top: 96px; align-self: start; }
.vx1sszp .ye7r { font-size: 1.6rem; margin-top: 18px; }
.lqrqy .qe9ghh { margin-bottom: 28px; }
@media (max-width: 860px) { .xni7ezsf { grid-template-columns: 1fr; } .vx1sszp { position: static; text-align: center; } }
.s7jir6o .imeattc { margin: 0 auto 18px; }
.s7jir6o .fjsl5x9c { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ndxhww9 { grid-template-columns: 1fr; } }
.w6ib9 .ye7r { font-size: 1.6rem; margin-bottom: 6px; }
.nbsgd7 .scq1 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .w6ib9 { flex-direction: column; text-align: center; } .ldf6 { grid-template-columns: 1fr; } }
.q8y3m1 .ye7r { font-size: 1.35rem; margin: 0 0 4px; }
.q8y3m1 .fjsl5x9c { margin: 0; }
.qbdi4z .qfl0 { color: var(--accent-light); }
.xoc50 .qfl0 { font-size: 2rem; }
.xoc50 .not1g9p { max-width: 680px; }
.hu9xx .qfl0 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.hu9xx .not1g9p  { margin: 0; }
@media (max-width: 640px) { .hu9xx { flex-direction: column; } }
.n7i2bi .qfl0 { color: var(--accent-light); }
.qg5v5 {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.qg5v5 .qfl0 { color: #fff; }
.qg5v5 .not1g9p  { color: rgba(255,255,255,0.85); }
.gsocg8sq { max-width: 680px; margin: 0 auto; }
.wy467ty {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .wy467ty { grid-template-columns: 1fr; } }
.j8dxq .ntv1k {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.j8dxq .ntv1k:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.gj2dwz02 .ntv1k { background: var(--bg-raised); border-color: transparent; }
.gj2dwz02 .ntv1k:focus { background: var(--bg-card); border-color: var(--accent-light); }
.zrr1b .ntv1k { border-radius: 100px; padding: 11px 20px; }
.zrr1b .dlxg755 { border-radius: 14px; }
@media (max-width: 640px) { .noan { grid-template-columns: 1fr; } }
.cjk9ddi { counter-reset: priv-count; }
.rc6b {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.rc6b:last-child { border-bottom: none; }
.uyt31j5 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.rc6b h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.rc6b p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.vy3yb{display:none}
.vy3yb:empty,.wj98w84:empty{display:none}
.sozfc7g{position:relative;overflow:visible}
.yyxfn9r .x21l3x,.oghvrc9z .x21l3x,
.txe1 .x21l3x,.oi8j .x21l3x,
.bg9z04 .x21l3x,.q7ya .x21l3x{display:block}
.b86gxrm .oba2ppy{display:block}
.yyxfn9r .x21l3x,.oghvrc9z .x21l3x,
.txe1 .x21l3x,.oi8j .x21l3x,
.bg9z04 .x21l3x{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}
.yyxfn9r .x21l3x .wj98w84,.oghvrc9z .x21l3x .wj98w84,
.txe1 .x21l3x .wj98w84,.oi8j .x21l3x .wj98w84,
.bg9z04 .x21l3x .wj98w84{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}
.yyxfn9r .l9v9yo,.oghvrc9z .l9v9yo,
.txe1 .l9v9yo,.oi8j .l9v9yo,
.bg9z04 .l9v9yo{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.yyxfn9r .x21l3x,.oghvrc9z .x21l3x{top:12px}
.yyxfn9r .x21l3x .wj98w84{margin-right:auto}
.oghvrc9z .x21l3x .wj98w84{margin-left:auto}
.oghvrc9z .x21l3x{text-align:right}
.txe1 .x21l3x,.oi8j .x21l3x{bottom:12px}
.txe1 .x21l3x .wj98w84{margin-right:auto}
.oi8j .x21l3x .wj98w84{margin-left:auto}
.oi8j .x21l3x{text-align:right}
.bg9z04 .x21l3x{position:relative;margin-top:16px}
.bg9z04 .x21l3x .wj98w84{margin:0 auto}
.q7ya .x21l3x{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.q7ya .x21l3x .wj98w84{margin:0}
.q7ya .wmgu~.x21l3x,
.q7ya .hgc39tl3~.x21l3x{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.q7ya .wmgu~.x21l3x .wj98w84,
.q7ya .hgc39tl3~.x21l3x .wj98w84{justify-content:flex-start}
.wmgu~.x21l3x,.hgc39tl3~.x21l3x{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}
.wmgu~.x21l3x .wj98w84{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.hgc39tl3~.x21l3x .wj98w84{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.oba2ppy .wj98w84{margin:0 0 12px}
.wj98w84{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.ps1hsk{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.vikyhgm{font-weight:600;color:var(--text-heading);opacity:1}
.x4icuo::before{content:"·";margin:0 2px;opacity:.5}
.l9v9yo{white-space:nowrap}
.kej5be2 .ps1hsk{display:none}
.dq3w9nr .l9v9yo{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.dq3w9nr .x4icuo::before{content:""}
.xpdzy .l9v9yo{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}
.xpdzy .x4icuo::before{content:""}
.lgza7 .wj98w84{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.t4ha .l9v9yo{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.t4ha .x4icuo::before{content:""}
.ttgeee .l9v9yo{color: var(--accent-light);opacity:1;font-weight:500}
.gc33 .l9v9yo{border-bottom:1px solid currentColor;padding-bottom:2px}
.da5zgp .wj98w84{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.yoa7yw{--date-bg:var(--accent-bg)}
.r88vx .x4icuo::before{content:""}
.bs7nuh .x4icuo::before{content:"•";opacity:.4}
.bs7nuh .l9v9yo + .l9v9yo::before{content:"•";margin-right:6px;opacity:.4}
.daoagra .x4icuo::before{content:"/";opacity:.35}
.daoagra .l9v9yo + .l9v9yo::before{content:"/";margin-right:6px;opacity:.35}
.h5crfmuv .x4icuo::before{content:"|";opacity:.3}
.h5crfmuv .l9v9yo + .l9v9yo::before{content:"|";margin-right:6px;opacity:.3}
.k15tlcv0 .x4icuo::before{content:"—";opacity:.3}
.k15tlcv0 .l9v9yo + .l9v9yo::before{content:"—";margin-right:6px;opacity:.3}
.yxvofeo .x4icuo::before{content:"◆";font-size:.5em;opacity:.35}
.yxvofeo .l9v9yo + .l9v9yo::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.hv4mvm .x4icuo::before{content:"·";opacity:.4}
.hv4mvm .l9v9yo + .l9v9yo::before{content:"·";margin-right:6px;opacity:.4}
.nakhsmm0 .x4icuo::before{content:"›";opacity:.4}
.nakhsmm0 .l9v9yo + .l9v9yo::before{content:"›";margin-right:6px;opacity:.4}
.uazq .x4icuo::before{content:"→";opacity:.35;font-size:.85em}
.uazq .l9v9yo + .l9v9yo::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.aylzr1h2{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.myu1a{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.v49jsw{display:flex;flex-direction:column;gap:3px}
.zi18f{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.s8nsm{font-weight:700;font-size:1rem;color:var(--text-heading)}
.qkszc{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.be2x2d .aylzr1h2{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.fghhg .aylzr1h2{border-top:3px solid var(--accent);padding-top:18px}
.auqjw .aylzr1h2{border-left:3px solid var(--accent);border-radius:0}
.ctocjb8f .aylzr1h2{padding:20px 0}
@media(max-width:640px){
  .aylzr1h2{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .qkszc{max-width:100%}
}
.xul6 .le06gk1{margin:0}
@media (max-width:560px){
  .j84verf{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .tqg45xbg { padding: 28px 18px 20px; }
  .c68fbl { font-size: 1.2rem; }
  .rh6qq9 { max-width: 220px; max-height: 80px; }
}
.nb0vji  .sfp6zi { border-radius: 50%; }
.oeal93 .ozrzs {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .sfp6zi { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ujneow5 {
  margin: 28px 0 24px;
}
.ujneow5 .sr4wsgsh {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ujneow5 .xbti8rg {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ujneow5 .ozrzs {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .j6z9xn { flex-direction: row-reverse; }
[dir="rtl"] .yhnzn { flex-direction: row-reverse; }
[dir="rtl"] .ciyo4 .fuvgypm { right: auto; left: 32px; }
[dir="rtl"] .nqaip  .fuvgypm { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .ciyo4 .fuvgypm { right: auto; left: 20px; }
  [dir="rtl"] .nqaip  .fuvgypm { left: auto;  right: 20px; }
}
[dir="rtl"] .yd0vyeg .vgeevltl  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .hjk9aye .vgeevltl { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .jxnzrvw, [dir="rtl"] .t4scjk { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .jbe8jfgj { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .ozrzs { direction: rtl; }
[dir="rtl"] .co6glud { direction: rtl; }
[dir="rtl"] .rgk5jvq { direction: rtl; }
[dir="rtl"] .tszp18 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .mra2g5 .t4scjk,
[dir="rtl"] .dkyk .t4scjk,
[dir="rtl"] .tgs3 .t4scjk,
[dir="rtl"] .ntvj .t4scjk {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .mra2g5 .t4scjk li::before,
[dir="rtl"] .dkyk .t4scjk li::before,
[dir="rtl"] .tgs3 .t4scjk li::before,
[dir="rtl"] .ntvj .t4scjk li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .mmpm8.j1shs2 .hw44d,
[dir="rtl"] .h6chlm0o.j1shs2 .hw44d,
[dir="rtl"] .u5rcn.j1shs2 .hw44d,
[dir="rtl"] .pu18vw97.j1shs2 .hw44d,
[dir="rtl"] .mxn0.j1shs2 .hw44d { text-align: right; }
[dir="rtl"] .wmgu.r1scagv .dpnj { text-align: center; }
[dir="rtl"] .xbti8rg,
[dir="rtl"] .cyhkfq,
[dir="rtl"] .lfe8z,
[dir="rtl"] .jwmg,
[dir="rtl"] .hw44d { text-align: right; }
[dir="rtl"] .v1dkrq2,
[dir="rtl"] .pcpq,
[dir="rtl"] .qe9ghh,
[dir="rtl"] .ntv1k,
[dir="rtl"] .dlxg755 { text-align: right; direction: rtl; }
[dir="rtl"] .zrr1b .ntv1k,
[dir="rtl"] .j8dxq .ntv1k { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #b69327;
  --brand:           #b69327;
  --brand-light:     #977d2c;
  --brand-pale:      #b29744;
  --grad-start:      #dcbc5c;
  --grad-end:        #e0cd95;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #b69327;
  --cta-light:       #987a1b;
  --cta-hover:       #836a1c;
  --bg-page:         #f8f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f5f3;
  --bg-raised:       #f1f0ee;
  --bg-hover:        #f5f5f3;
  --border:          #e8e7e2;
  --border-alt:      #dcd9d0;
  --border-section:  #e8e7e2;
  --text-primary:    #1b1a17;
  --text-muted:      #605c52;
  --text-body:       #36352f;
  --text-sub:        #524f46;
  --text-faint:      #898475;
  --text-dim:        #a09d91;
  --text-label:      #6d6a5e;
  --text-value:      #44423a;
  --accent-bg:       #f1eee3;
  --accent-bg-light: #ebe3cb;
  --bg-tip:          #f0f9f1;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f9f9;
  --bg-pros:         #f0f9f1;
  --bg-cons:         #faf4f3;
  --c-pros:          #148f22;
  --c-cons:          #9f3021;
  --c-pros-label:    #17a929;
  --c-tip-border:    #1abb2d;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #148f22;
}
:root { --logo-bg-opacity: 63%; }
body, button, input { font-family: "Manrope", sans-serif; }
.fwm6ik .ba7cc li::before, .fwm6ik .k741xvpn 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; }.fwm6ik .ba7cc li::before { content: ""; }.fwm6ik .k741xvpn li::before { content: ""; }.fwm6ik .gif5k::before, .fwm6ik .zdv6::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.fwm6ik .gif5k::before { content: ""; }.fwm6ik .zdv6::before { content: ""; }
.rq84uuu .zj6cire, .rq84uuu .wmgu { min-height: 320px; }
.g3uhb .v083::after, .g3uhb .jto0ye0::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; }
.elz6re7g .wssju25::after,.elz6re7g .fuvgypm::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.rpksl7qy::before { content: '>'; }