:root {
  --color-accent: #bb2cd4;
  --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;
}
.q4pm43wz {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.hgj18rs6 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.lbwnu {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.jeb2y4u4 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ja4bwsf { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ja4bwsf a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ja4bwsf a:hover { color: var(--accent-light); }
.d7i848d     .mzxnv { border-radius: 6px; }
.d7i848d .mzxnv li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.d7i848d .mzxnv li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.u7vb8 .mzxnv li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .mzxnv {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .gdvx5ze:hover .mzxnv,
  .gdvx5ze:focus-within .mzxnv { display: block; }
  .mzxnv li a { padding: 8px 16px; font-size: 0.88rem; }
}
.yh1bt6 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.oukf { display: none; }
@media (max-width: 640px) {
  .oukf {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .oukf.nv4f5 { display: block; }
}
@media (max-width: 640px) {
  .yh1bt6 { display: block; }
  .ja4bwsf > li + li::before { display: none !important; }
  .ja4bwsf {
    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;
  }
  .ja4bwsf.nv4f5 { display: flex; }
  .ja4bwsf li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ja4bwsf li:last-child a { border-bottom: none; }
}
.u42s6 { min-height: 480px; }
.abotsrl {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.u487yokk { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ogdbz0x .u487yokk { margin-left: 0; margin-right: 0; }
.xyd06ih {
  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;
}
.d36g .xyd06ih { margin-top: 24px; }
.xyd06ih:hover { opacity: 0.88; }
.q6mw0lu .abotsrl { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.q6mw0lu .u487yokk { color: #e2e8f0; }
.q6mw0lu.ppkl .nf30x9j7 { text-align: center; }
.rwey .abotsrl { color: var(--text-primary); text-shadow: none; }
.rwey .u487yokk { color: var(--text-muted); }
.rwey .xyd06ih { margin-top: 16px; }
.rwey, .rwey.u42s6 { min-height: auto !important; }
.rwey.ppkl .nf30x9j7 { text-align: center; }
.rwey~.atdg9iu{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}
.rwey~.atdg9iu .d2h1luk2{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.sgj6mc .n9m5f,
.sgj6mc .sagi {
  position: relative; overflow: hidden;
}
.sgj6mc .n9m5f::after,
.sgj6mc .sagi::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@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); }
}
.sgj6mc .q6mw0lu .httw4n {
  overflow: hidden;
}
.sgj6mc .q6mw0lu .httw4n::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;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.n9m5f .abotsrl { color: #fff; }
.n9m5f .u487yokk { color: rgba(255,255,255,0.85); }
.n9m5f .xyd06ih { background: #fff; color: var(--cta); }
.n9m5f .xyd06ih:hover { opacity: 0.92; }
.br2v6 .z1hk4ju { position: relative; overflow: hidden; }
.br2v6 .z1hk4ju::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;
}
.cwjjby8a .z1hk4ju {
  animation: hg-breathe 7s ease-in-out infinite;
}
.zr3t6ghc .z1hk4ju { position: relative; overflow: hidden; }
.zr3t6ghc .z1hk4ju::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;
}
.sgj6mc .z1hk4ju { position: relative; overflow: hidden; }
.sgj6mc .z1hk4ju::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.w0okbf4o .z1hk4ju {
  animation: hg-fadein 1.2s ease-out both;
}
.z1hk4ju {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.o0lm1 {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.dnkzz7 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.htsb6t {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.z1hk4ju .abotsrl { text-shadow: none; color: var(--text-primary); }
.z1hk4ju .u487yokk { color: var(--text-muted); }
body.p6aslqa .abotsrl {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.rz73 .abotsrl {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.u42s6.n9m5f .abotsrl,
section.n9m5f .abotsrl {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.z1hk4ju.ppkl .o0lm1 { align-items: center; text-align: center; }
.z1hk4ju.ogdbz0x   .o0lm1 { align-items: flex-start; text-align: left; }
.pvqsezlb .dnkzz7 { position: relative; }
.pvqsezlb .dnkzz7::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.pvqsezlb.cgqpwm .dnkzz7::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.zdwis .dnkzz7 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.zdwis .htsb6t {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.zdwis.cgqpwm .dnkzz7 { padding: 32px 0 32px 32px; }
.ujhtg .dnkzz7 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.ujhtg .htsb6t {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.cgqpwm { grid-template-areas: "media text"; }
.cgqpwm .o0lm1 {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.ujhtg.cgqpwm .dnkzz7 { padding: 40px 16px 40px 48px; }
.u42s6 .a4mrt6 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.a4mrt6 .r015i.kwk7 {
  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;
}
.a4mrt6 .r015i.kwk7:hover { opacity: 0.85; }
.c3z2k7n .dnkzz7 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .z1hk4ju { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .z1hk4ju:not(.c3z2k7n) .dnkzz7 { display: none !important; }
  .c3z2k7n .dnkzz7 { padding: 16px; }
  .o0lm1  { padding: 36px 24px; }
  .z1hk4ju~.atdg9iu,.cgqpwm~.atdg9iu{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .u42s6, .z1hk4ju { min-height: 320px !important; }
  .abotsrl { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .rplg0yy,
  .reux1,
  .wfcod3tw { grid-template-columns: 1fr !important; }

  

  
  .p6mjr1d { display: flex !important; flex-direction: column !important; }
  .p6mjr1d .nf30x9j7 { display: contents; }
  .p6mjr1d .httw4n { order: 0; }
  .p6mjr1d .abotsrl { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .p6mjr1d .rplg0yy { order: 2; padding: 0 16px 12px !important; }
  .p6mjr1d .u487yokk { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .d36g .nf30x9j7 { display: flex; flex-direction: column; }
  .d36g .nf30x9j7 .abotsrl { order: 1; }
  .d36g .nf30x9j7 .wfcod3tw { order: 2; margin: 8px 0 24px !important; }
  .d36g .nf30x9j7 .u487yokk { order: 3; }
  .d36g .nf30x9j7 .xyd06ih { order: 4; align-self: center; margin-top: 0; }

  
  .z1hk4ju.c3z2k7n {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .z1hk4ju.c3z2k7n .o0lm1 { display: contents; padding: 0; }
  .z1hk4ju.c3z2k7n .o0lm1 .abotsrl { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .z1hk4ju.c3z2k7n .dnkzz7 { order: 2; padding: 12px 16px; }
  .z1hk4ju.c3z2k7n .o0lm1 .u487yokk { order: 3; padding: 0 24px; margin: 0 auto; }
  .z1hk4ju.c3z2k7n .o0lm1 .xyd06ih { order: 4; align-self: center; margin: 8px 0 32px; }
}
.l1maq4e { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.orrsef { width: 100%; height: auto; display: block; border-radius: 10px; }
.g3fa .l1maq4e        { border-radius: 16px; }
.g3fa .orrsef  { border-radius: 16px; }
.b21m .l1maq4e         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.b21m .orrsef   { border-radius: 8px; }
.szj4w { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.k7fqw { width: 100%; padding: 32px 0; position: relative; }
.tr8k4g { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.vrpm69 .k7fqw:nth-child(even) { background: var(--bg-surface); }
.vrpm69 .k7fqw:nth-child(odd)  { background: var(--bg-page); }
.qf5tc .k7fqw:nth-child(even) { background: var(--bg-card); }
.qf5tc .k7fqw:nth-child(odd)  { background: var(--bg-page); }
.vrpm69 .k7fqw:nth-child(odd)  .tr8k4g { background: var(--bg-card); border-radius: 6px; }
.vrpm69 .k7fqw:nth-child(even) .tr8k4g { background: var(--bg-raised); border-radius: 6px; }
.qf5tc .k7fqw:nth-child(odd)  .tr8k4g { background: var(--bg-card); border-radius: 6px; }
.qf5tc .k7fqw:nth-child(even) .tr8k4g { background: var(--bg-raised); border-radius: 6px; }
.vrpm69 .k7fqw:nth-child(even) .cqyq2qeb .hawg,
.qf5tc .k7fqw:nth-child(even) .cqyq2qeb .hawg { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.vrpm69 .k7fqw:nth-child(odd) .cqyq2qeb .hawg,
.qf5tc .k7fqw:nth-child(odd) .cqyq2qeb .hawg { background: var(--bg-card-inner); }
.vrpm69 .k7fqw:nth-child(even) .dl8lry .hawg:nth-child(odd),
.qf5tc .k7fqw:nth-child(even) .dl8lry .hawg:nth-child(odd)  { background: var(--bg-card); }
.vrpm69 .k7fqw:nth-child(even) .dl8lry .hawg:nth-child(even),
.qf5tc .k7fqw:nth-child(even) .dl8lry .hawg:nth-child(even) { background: var(--bg-card-inner); }
h1.nwv8ayu { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.nwv8ayu {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.sor5qbi6 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.xe9ef h2.nwv8ayu {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.tdbjav h2.nwv8ayu {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.hv8j h2.nwv8ayu {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.cr5i0j h2.nwv8ayu::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.eedse6m8 h2.nwv8ayu {
  color: var(--text-primary); font-size: 1.7rem;
}
.l1xp h2.nwv8ayu::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.rvog2 h2.nwv8ayu {
  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;
}
.ydtouypp { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .ydtouypp { display: none; } }
.byjp0 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.vp8z { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.bzdm {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.wfk2 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.ha7gyh { padding-left: 20px; }
.ha7gyh li { margin-bottom: 6px; }
.ha7gyh a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.ha7gyh a:hover { color: var(--accent-light); }
.c0hcjdg .wfk2 { display: none; }
.rxz5urc .wfk2 { display: none; }
.rxz5urc .ha7gyh { padding-left: 0; list-style: none; }
.rxz5urc .ha7gyh li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.rxz5urc .ha7gyh a { font-size: 0.92rem; }
.vbilbbwc .bzdm { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.vbilbbwc .wfk2 { display: none; }
.vbilbbwc .ha7gyh { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.vbilbbwc .ha7gyh li { margin-bottom: 0; }
.vbilbbwc .ha7gyh 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;
}
.vbilbbwc .ha7gyh a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.z1pu .bzdm { padding: 20px 20px 16px; }
.z1pu .ha7gyh {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.z1pu .ha7gyh li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.z1pu .ha7gyh 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;
}
.z1pu .ha7gyh 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;
}
.z1pu .ha7gyh a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.z1pu .ha7gyh a:focus,
.z1pu .ha7gyh a:focus-visible,
.z1pu .ha7gyh a:target { outline: none; }
.z1pu .ha7gyh li:target a { border-color: var(--border); color: var(--text-muted); }
.ik74 .bzdm { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ik74 .wfk2 { display: none; }
.ik74 .ha7gyh { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ik74 .ha7gyh li { margin-bottom: 0; }
.ik74 .ha7gyh li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ik74 .ha7gyh li:last-child::after { content: ""; margin-right: 0; }
.ik74 .ha7gyh a { font-size: 0.9rem; }
.hawg { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.cqyq2qeb .hawg { background: var(--bg-card); }
.dl8lry .hawg:nth-child(odd)  { background: var(--bg-card); }
.dl8lry .hawg:nth-child(even) { background: var(--bg-raised); }
.ak6q .hawg {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.ak6q .hawg:last-child { border-bottom: none; }
.ak6q h3.sor5qbi6 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.tsig8b1 .hawg {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.tsig8b1 .hawg + .hawg { margin-top: 4px; }
.dpdorpw .hawg { background: none; border-radius: 0; padding: 12px 0; }
.dpdorpw .hawg + .hawg { border-top: 1px solid var(--border-section); }
.qxn7 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.djsyk { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.w781jvla { color: var(--text-body); margin-bottom: 10px; }
.ajd6, .ux3c878c { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ajd6 li, .ux3c878c li { margin-bottom: 6px; }
.ux3c878c li { list-style: decimal; }
.an3rx     .ajd6 { list-style-type: "● "; }
.sw50i  .ajd6 { list-style-type: "■ "; }
.lr1ejy .ajd6 { list-style-type: "◆ "; }
.ni6nd    .ajd6 { list-style-type: "★ "; }
.an3rx     .v4tw69u { list-style-type: "● "; }
.sw50i  .v4tw69u { list-style-type: "■ "; }
.lr1ejy .v4tw69u { list-style-type: "◆ "; }
.ni6nd    .v4tw69u { list-style-type: "★ "; }
.an3rx    .ajd6 li::marker, .an3rx    .v4tw69u li::marker,
.sw50i .ajd6 li::marker, .sw50i .v4tw69u li::marker,
.lr1ejy .ajd6 li::marker, .lr1ejy .v4tw69u li::marker,
.ni6nd   .ajd6 li::marker, .ni6nd   .v4tw69u li::marker {
  color: var(--cta); font-size: 1em;
}
.an3rx .ux3c878c,
.sw50i .ux3c878c,
.lr1ejy .ux3c878c,
.ni6nd .ux3c878c {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.an3rx .ux3c878c li,
.sw50i .ux3c878c li,
.lr1ejy .ux3c878c li,
.ni6nd .ux3c878c li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.an3rx .ux3c878c li::before,
.sw50i .ux3c878c li::before,
.lr1ejy .ux3c878c li::before,
.ni6nd .ux3c878c 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;
}
.an3rx     .ux3c878c li::before { border-radius: 50%; }
.sw50i  .ux3c878c li::before { border-radius: 3px; }
.lr1ejy .ux3c878c li::before { border-radius: 3px; }
.ni6nd    .ux3c878c li::before { border-radius: 50%; }
.aupgg8de { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.wsk88ch .aupgg8de,
.q5wk .aupgg8de { background: transparent; border: none; border-radius: 0; }
.gyazb { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.gyazb th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.gyazb td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.gyazb tr:hover td { background: var(--bg-hover); }
.zgjmn7z .gyazb tbody tr:nth-child(even) td { background: var(--bg-surface); }
.fmga .gyazb { border: 1px solid var(--border-alt); }
.fmga .gyazb th,
.fmga .gyazb td { border: 1px solid var(--border-alt); }
.eec8 .gyazb th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.eec8 .gyazb td { border-bottom: none; }
.eec8 .gyazb tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.un0pcsol .gyazb th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.zrck .aupgg8de {
  overflow: hidden;
}
.zrck .gyazb th { border-bottom: 1px solid var(--border-alt); }
.zrck .gyazb tr:last-child td { border-bottom: none; }
.lg88t7j { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.tzmw { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.cfao1 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.asc7u { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.u5jdxjx { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.v4tw69u { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.v4tw69u 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%}
.e0acwg .asc7u { background: transparent; text-align: center; }
.ti77rkf .cfao1 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.utji4n0z .cfao1 {
  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);
}
.mx4z286p .tzmw { display: grid; grid-template-columns: auto 1fr; }
.mx4z286p .cfao1 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.mx4z286p .asc7u { grid-column: 2; }
.mx4z286p .u5jdxjx,
.mx4z286p .v4tw69u { grid-column: 1 / -1; }
.bkaepi .tzmw { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.bkaepi .cfao1 {
  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);
}
.bkaepi .asc7u { grid-column: 2; }
.bkaepi .u5jdxjx,
.bkaepi .v4tw69u { grid-column: 1 / -1; }
.ug62j0l .tzmw { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.ug62j0l .asc7u { background: none; color: var(--accent-light); font-weight: 700; }
.p9qgt .tzmw { 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); }
.p9qgt .asc7u { background: none; color: var(--accent-light); font-weight: 700; }
.nrxtaxy .tzmw { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.nrxtaxy .tzmw:last-child { border-bottom: none; }
.nrxtaxy .asc7u { background: none; color: var(--accent-light); font-weight: 700; }
.nemg .tzmw { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.nemg .asc7u { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.fshhv6ia .lg88t7j { counter-reset: card-n; }
.fshhv6ia .tzmw  { counter-increment: card-n; }
.fshhv6ia .asc7u { display: flex; align-items: center; gap: 10px; }
.fshhv6ia .asc7u::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;
}
.xv49q .tzmw { background: var(--bg-surface); border: 1px solid var(--border); }
.xv49q .asc7u { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.d1a4ib { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.rrnx  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.odbn8 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.ub9s { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.d1a4ib strong { color: var(--text-primary); font-size: 0.95rem; }
.d1a4ib p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.orrsef { width: 100%; height: auto; border-radius: 10px; display: block; }
.kwk7 {
  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;
}
.kwk7:hover { opacity: 0.85; }
.c33uqez3 .kwk7  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.c33uqez3 .kwk7:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.xvubj .kwk7  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.xvubj .kwk7:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.j3tc .xyd06ih { border-radius: 50px; }
.j3tc .kwk7  { border-radius: 50px; }
.dkm550t .xyd06ih { padding-left: 22px; padding-right: 22px; }
.dkm550t .kwk7  { padding-left: 12px; padding-right: 12px; }
.xwnm1 .xyd06ih { padding-left: 44px; padding-right: 44px; }
.xwnm1 .kwk7  { padding-left: 24px; padding-right: 24px; }
.yhuho3t .xyd06ih { padding-left: 56px; padding-right: 56px; }
.yhuho3t .kwk7  { padding-left: 32px; padding-right: 32px; }
.z8w7   .xyd06ih::after, .z8w7   .kwk7::after,
.eqj8fm .xyd06ih::after, .eqj8fm .kwk7::after,
.qdpyv    .xyd06ih::after, .qdpyv    .kwk7::after,
.er6s    .xyd06ih::after, .er6s    .kwk7::after,
.sciiva    .xyd06ih::after, .sciiva    .kwk7::after,
.zjlg     .xyd06ih::after, .zjlg     .kwk7::after,
.qirmle4x    .xyd06ih::after, .qirmle4x    .kwk7::after,
.hz5r   .xyd06ih::after, .hz5r   .kwk7::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;
}
.z8w7 .xyd06ih::after, .z8w7 .kwk7::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");
}
.eqj8fm .xyd06ih::after, .eqj8fm .kwk7::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");
}
.qdpyv .xyd06ih::after, .qdpyv .kwk7::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");
}
.er6s .xyd06ih::after, .er6s .kwk7::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");
}
.sciiva .xyd06ih::after, .sciiva .kwk7::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");
}
.zjlg .xyd06ih::after, .zjlg .kwk7::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");
}
.qirmle4x .xyd06ih::after, .qirmle4x .kwk7::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");
}
.hz5r .xyd06ih::after, .hz5r .kwk7::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");
}
.tc7f   .o113l1p::after, .tc7f   .yc6zv0::after,
.mag13 .o113l1p::after, .mag13 .yc6zv0::after,
.hcror    .o113l1p::after, .hcror    .yc6zv0::after,
.smvswk    .o113l1p::after, .smvswk    .yc6zv0::after,
.s1ieaaa    .o113l1p::after, .s1ieaaa    .yc6zv0::after,
.x3gblnz0     .o113l1p::after, .x3gblnz0     .yc6zv0::after,
.jl0z    .o113l1p::after, .jl0z    .yc6zv0::after,
.svqtz4   .o113l1p::after, .svqtz4   .yc6zv0::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;
}
.tc7f .o113l1p::after, .tc7f .yc6zv0::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");
}
.mag13 .o113l1p::after, .mag13 .yc6zv0::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");
}
.hcror .o113l1p::after, .hcror .yc6zv0::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");
}
.smvswk .o113l1p::after, .smvswk .yc6zv0::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");
}
.s1ieaaa .o113l1p::after, .s1ieaaa .yc6zv0::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");
}
.x3gblnz0 .o113l1p::after, .x3gblnz0 .yc6zv0::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");
}
.jl0z .o113l1p::after, .jl0z .yc6zv0::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");
}
.svqtz4 .o113l1p::after, .svqtz4 .yc6zv0::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");
}
.jwe3ab .jhfjxzk { background: var(--bg-raised); }
.r015i.kwk7 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .xrlrv {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .xrlrv::before    { grid-area: rank;   }
  .ti4w           { grid-area: ident;  }
  .g27tybz6     { grid-area: rating; min-width: 0; width: auto; }
  .ay179dn           { grid-area: pills;  }
  .r015i             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .xrlrv {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .xrlrv::before    { justify-self: center; }
  .ti4w           { width: 100%; }
  .g27tybz6     { justify-self: center; }
  .ay179dn           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .qul31s .pshn {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .qul31s .df45c72 { margin: 0; }
}
.g8qrqw .df45c72 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.g8qrqw .l6s5 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.g8qrqw .wsk88ch { padding: 14px 16px; }
.g8qrqw .pk274g { border-radius: 4px; }
.g8qrqw .ppry { border-radius: 0; }
@media (max-width: 720px) {
  .z2epafc { grid-template-columns: 1fr; }
  .ssv6ssm8 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ssv6ssm8 .qhyion { width: 72px; height: 50px; }
  .ssv6ssm8 .p4x4tge4 { max-width: 180px; }
  .ssv6ssm8 .euvzx67 { width: auto; }
}
@media (max-width: 720px) {
  .hjadpx { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .p3byak { padding: 16px; }
  .qczxp5pz .xkb2 { min-width: 50%; }
}
@media (max-width: 860px) {
  .w886 { grid-template-columns: 1fr; }
  .tng6f { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .dt9311w { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .fa3ghuw { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .mwp1lze { flex-direction: column; align-items: stretch; }
}
.lfvb .euvzx67 .kwk7 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .dyr84 { flex-direction: column; align-items: stretch; gap: 10px; }
  .lfvb .euvzx67 { text-align: center; }
}
@media (max-width: 720px) {
  .l0lv { grid-template-columns: 1fr; }
  .kgfl6x0v { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .r50ynt { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .xv7caa30 { grid-template-columns: 1fr; }
  .qhxani { width: 100px; height: 100px; margin: 16px auto; }
  .bz5bq3rk { font-size: 1.4rem; }
  .bgftu { justify-content: center; }
  .cqia7ymo .xkb2 { min-width: 50%; }
}
@media (max-width: 540px) {
  .fjws7l { flex-wrap: wrap; padding: 14px 16px; }
  .r1t31l { padding: 12px 16px; }
  .nwdjgxv .ty07p { margin: 0 16px; }
  .nwdjgxv .qvae { padding: 0 16px; }
  .hqspjsiu { padding: 12px 16px; }
}
.k88l .xrlrv {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.k88l .xrlrv:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.lqnsie .ay179dn .dos48g {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.lqnsie .ay179dn .dos48g:first-child { border-left: none; }
.e3dg .hvha { display: none; }
.e3dg .yfumtuw { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.e3dg .yfumtuw {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.e3dg .yfumtuw small { display: none; }
.e3dg .lb71 .yw7iu { display: none; }
.e3dg .lb71 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.e3dg .iogwnmna { display: none; }
.q66ltmpr { margin: 16px 0; }
.zae6lb { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.zae6lb summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.zae6lb summary::after { content: "+"; color: var(--accent-light); }
.zae6lb[open] summary::after { content: "−"; }
.zae6lb p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.k7fqw { margin-bottom: 0; }
.b697 h2.nwv8ayu { color: var(--text-primary); border-color: var(--accent-light); }
.j3shyc h2.nwv8ayu { color: var(--text-primary); border-color: var(--accent-light); }
.fp4w4h4 .rrnx     { background: #052e16; border-color: #10b981; }
.fp4w4h4 .odbn8    { background: #1e1036; border-color: #a855f7; }
.fp4w4h4 .d1a4ib strong  { color: #f1f5f9; }
.fp4w4h4 .d1a4ib p       { color: #cbd5e1; }
.fp4w4h4 .ir8n3ri    .rrnx     .ub9s::before,
.fp4w4h4 .slkyas  .rrnx     .ub9s::before,
.fp4w4h4 .t4w8am  .rrnx     .ub9s::before,
.fp4w4h4 .dz3469 .rrnx     .ub9s::before { color: #10b981; }
.fp4w4h4 .ir8n3ri    .kwu0ss9 .ub9s::before,
.fp4w4h4 .slkyas  .kwu0ss9 .ub9s::before,
.fp4w4h4 .t4w8am  .kwu0ss9 .ub9s::before,
.fp4w4h4 .dz3469 .kwu0ss9 .ub9s::before { color: #f43f5e; }
.fp4w4h4 .ir8n3ri    .odbn8    .ub9s::before,
.fp4w4h4 .slkyas  .odbn8    .ub9s::before,
.fp4w4h4 .t4w8am  .odbn8    .ub9s::before,
.fp4w4h4 .dz3469 .odbn8    .ub9s::before { color: #a855f7; }
.rjqnk .rrnx     { background: #2d2000; border-color: #eab308; }
.rjqnk .odbn8    { background: #2d1600; border-color: #f97316; }
.rjqnk .d1a4ib strong  { color: #f1f5f9; }
.rjqnk .d1a4ib p       { color: #cbd5e1; }
.rjqnk .ir8n3ri    .rrnx     .ub9s::before,
.rjqnk .slkyas  .rrnx     .ub9s::before,
.rjqnk .t4w8am  .rrnx     .ub9s::before,
.rjqnk .dz3469 .rrnx     .ub9s::before { color: #eab308; }
.rjqnk .ir8n3ri    .kwu0ss9 .ub9s::before,
.rjqnk .slkyas  .kwu0ss9 .ub9s::before,
.rjqnk .t4w8am  .kwu0ss9 .ub9s::before,
.rjqnk .dz3469 .kwu0ss9 .ub9s::before { color: #ef4444; }
.rjqnk .ir8n3ri    .odbn8    .ub9s::before,
.rjqnk .slkyas  .odbn8    .ub9s::before,
.rjqnk .t4w8am  .odbn8    .ub9s::before,
.rjqnk .dz3469 .odbn8    .ub9s::before { color: #f97316; }
.a9xfaga .rrnx     { background: #0c1a2e; border-color: #38bdf8; }
.a9xfaga .odbn8    { background: #0a2020; border-color: #2dd4bf; }
.a9xfaga .d1a4ib strong  { color: #f1f5f9; }
.a9xfaga .d1a4ib p       { color: #cbd5e1; }
.a9xfaga .ir8n3ri    .rrnx     .ub9s::before,
.a9xfaga .slkyas  .rrnx     .ub9s::before,
.a9xfaga .t4w8am  .rrnx     .ub9s::before,
.a9xfaga .dz3469 .rrnx     .ub9s::before { color: #38bdf8; }
.a9xfaga .ir8n3ri    .kwu0ss9 .ub9s::before,
.a9xfaga .slkyas  .kwu0ss9 .ub9s::before,
.a9xfaga .t4w8am  .kwu0ss9 .ub9s::before,
.a9xfaga .dz3469 .kwu0ss9 .ub9s::before { color: #818cf8; }
.a9xfaga .ir8n3ri    .odbn8    .ub9s::before,
.a9xfaga .slkyas  .odbn8    .ub9s::before,
.a9xfaga .t4w8am  .odbn8    .ub9s::before,
.a9xfaga .dz3469 .odbn8    .ub9s::before { color: #2dd4bf; }
.zm2u09 .rrnx     { background: var(--accent-bg); border-color: var(--accent-light); }
.zm2u09 .kwu0ss9 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.zm2u09 .odbn8    { background: var(--accent-bg); border-color: var(--accent-pale); }
.zm2u09 .ir8n3ri    .ub9s::before,
.zm2u09 .slkyas  .ub9s::before,
.zm2u09 .t4w8am  .ub9s::before,
.zm2u09 .dz3469 .ub9s::before { color: var(--accent-light) !important; }
.ard18cf .o2p1 { background: var(--bg-pros); }
.ard18cf .w37vphe { background: var(--bg-cons); }
.ard18cf .o2p1 .inq5u { color: var(--c-pros-label); }
.ard18cf .w37vphe .d78g { color: var(--c-cons); }
.ard18cf .o2p1 ul li,
.ard18cf .f1l37cl li            { color: var(--c-pros); }
.ard18cf .w37vphe ul li,
.ard18cf .rk57m6d li            { color: var(--c-cons); }
.mkjn6bx .d1a4ib { background: transparent; border-left: none; border: 1.5px solid; }
.mkjn6bx .rrnx     { border-color: var(--c-tip-border); }
.mkjn6bx .odbn8    { border-color: #60a5fa; }
.mkjn6bx .d1a4ib strong { color: var(--text-primary); }
.mkjn6bx .d1a4ib p      { color: var(--text-muted); }
.ks65030 .d1a4ib { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ks65030 .rrnx     { border-top-color: var(--c-tip-border); }
.ks65030 .odbn8    { border-top-color: #60a5fa; }
.oj9qy10 .d1a4ib { border-left: none; border-radius: 8px; }
.oj9qy10 .rrnx     { background: #065f46; }
.oj9qy10 .odbn8    { background: #1e3a8a; }
.oj9qy10 .d1a4ib strong,
.oj9qy10 .d1a4ib p { color: #fff; }
.oj9qy10 .ub9s::before { color: rgba(255,255,255,0.85) !important; }
.fp4w4h4.oj9qy10 .rrnx,
.fp4w4h4 .oj9qy10 .rrnx     { background: #052e16; }
.fp4w4h4.oj9qy10 .odbn8,
.fp4w4h4 .oj9qy10 .odbn8    { background: #1e1036; }
.rjqnk.oj9qy10 .rrnx,
.rjqnk .oj9qy10 .rrnx      { background: #2d2000; }
.rjqnk.oj9qy10 .odbn8,
.rjqnk .oj9qy10 .odbn8     { background: #2d1600; }
.a9xfaga.oj9qy10 .rrnx,
.a9xfaga .oj9qy10 .rrnx      { background: #0c1a2e; }
.a9xfaga.oj9qy10 .odbn8,
.a9xfaga .oj9qy10 .odbn8     { background: #0a2020; }
.o4ug4 .d1a4ib { border-left: none; border-radius: 6px; padding: 10px 14px; }
.o4ug4 .rrnx     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.o4ug4 .odbn8    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.o4ug4 .d1a4ib strong { color: var(--text-primary); }
.o4ug4 .d1a4ib p      { color: var(--text-muted); }
.ldiv .d1a4ib { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ir8n3ri .ub9s,
.slkyas .ub9s,
.t4w8am .ub9s,
.dz3469 .ub9s { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ir8n3ri .ub9s::before,
.slkyas .ub9s::before,
.t4w8am .ub9s::before,
.dz3469 .ub9s::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ir8n3ri .rrnx     .ub9s::before { content: "✦"; color: var(--c-tip-border); }
.ir8n3ri .kwu0ss9 .ub9s::before { content: "▲"; color: var(--c-warn-border); }
.ir8n3ri .odbn8    .ub9s::before { content: "◉"; color: #60a5fa; }
.slkyas .rrnx     .ub9s::before { content: "★"; color: var(--c-tip-border); }
.slkyas .kwu0ss9 .ub9s::before { content: "◆"; color: var(--c-warn-border); }
.slkyas .odbn8    .ub9s::before { content: "●"; color: #60a5fa; }
.t4w8am .rrnx     .ub9s::before { content: "▶"; color: var(--c-tip-border); }
.t4w8am .kwu0ss9 .ub9s::before { content: "■"; color: var(--c-warn-border); }
.t4w8am .odbn8    .ub9s::before { content: "▸"; color: #60a5fa; }
.dz3469 .rrnx     .ub9s::before { content: "→"; color: var(--c-tip-border); }
.dz3469 .kwu0ss9 .ub9s::before { content: "⬥"; color: var(--c-warn-border); }
.dz3469 .odbn8    .ub9s::before { content: "◈"; color: #60a5fa; }
.bwlpp .cqyq2qeb .hawg,
.bwlpp .dl8lry .hawg  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.bwlpp .tzmw                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.bwlpp .aupgg8de          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.bwlpp .bzdm                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.a640ml .cqyq2qeb .hawg,
.a640ml .dl8lry .hawg,
.a640ml .tzmw,
.a640ml .xrlrv,
.a640ml .df45c72,
.a640ml .aupgg8de,
.a640ml .bzdm,
.a640ml .ldiv .d1a4ib { box-shadow: none; }
.ek3g1d7   .w781jvla, .ek3g1d7 .qxn7, .ek3g1d7 .djsyk,
.ek3g1d7   .byjp0, .ek3g1d7 .vp8z { font-size: 0.9rem; }
.ek3g1d7   .ajd6, .ek3g1d7 .ux3c878c { font-size: 0.9rem; }
.pt8hpaa   .w781jvla, .pt8hpaa .qxn7, .pt8hpaa .djsyk,
.pt8hpaa   .byjp0, .pt8hpaa .vp8z { font-size: 0.95rem; }
.pt8hpaa   .ajd6, .pt8hpaa .ux3c878c { font-size: 0.95rem; }
.pk6ztrc   .w781jvla, .pk6ztrc .qxn7, .pk6ztrc .djsyk,
.pk6ztrc   .byjp0, .pk6ztrc .vp8z { font-size: 1.08rem; }
.pk6ztrc   .ajd6, .pk6ztrc .ux3c878c { font-size: 1.05rem; }
.pk6ztrc   .gyazb { font-size: 0.97rem; }
.gs3wv .abotsrl      { font-size: 3.2rem; }
.gs3wv h2.nwv8ayu { font-size: 1.9rem; }
.gs3wv h3.sor5qbi6     { font-size: 1.4rem; }
.asjsj9r9 .abotsrl      { font-size: 3.8rem; }
.asjsj9r9 h2.nwv8ayu { font-size: 2.2rem; }
.asjsj9r9 h3.sor5qbi6     { font-size: 1.6rem; }
.k7fqw + .k7fqw { position: relative; }
.uzyd2   .k7fqw + .k7fqw::before,
.y21fd19  .k7fqw + .k7fqw::before,
.k72tav6   .k7fqw + .k7fqw::before,
.gin7   .k7fqw + .k7fqw::before,
.yrpl   .k7fqw + .k7fqw::before,
.hn7y9q .k7fqw + .k7fqw::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.uzyd2 .k7fqw + .k7fqw::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.y21fd19 .k7fqw + .k7fqw::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.k72tav6 .k7fqw + .k7fqw::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;
}
.gin7 .k7fqw + .k7fqw::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.wuzge8um .k7fqw { margin-bottom: 16px; }
.wuzge8um .k7fqw + .k7fqw { margin-top: 0; }
.wuzge8um .tr8k4g { padding-top: 0; padding-bottom: 0; }
.yrpl .k7fqw + .k7fqw::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.hn7y9q .k7fqw + .k7fqw::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.atry3 .k7fqw + .k7fqw::before,
.wb1i2t6 .k7fqw + .k7fqw::before,
.l94zxb .k7fqw + .k7fqw::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%;
}
.vrpm69 .atry3 .k7fqw:nth-child(even)::before,
.vrpm69 .wb1i2t6 .k7fqw:nth-child(even)::before,
.vrpm69 .l94zxb .k7fqw:nth-child(even)::before { background: var(--bg-surface); }
.qf5tc .atry3 .k7fqw:nth-child(even)::before,
.qf5tc .wb1i2t6 .k7fqw:nth-child(even)::before,
.qf5tc .l94zxb .k7fqw:nth-child(even)::before { background: var(--bg-card); }
.atry3 .k7fqw + .k7fqw::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");
}
.wb1i2t6 .k7fqw + .k7fqw::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");
}
.l94zxb .k7fqw + .k7fqw::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");
}
.qm6v .o0lm1,
.n2bcadq .o0lm1 { padding-bottom: 60px; }
.ytps211 .o0lm1 { padding-bottom: 70px; }
.x0acazwx .q6mw0lu:not(.n9m5f) .httw4n { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.m8o36d .z1hk4ju { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.x0acazwx .n9m5f { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.x0acazwx .sagi { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.x0acazwx .z1hk4ju { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.xxe8 .z1hk4ju { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.r21drk .z1hk4ju { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.jcm2pd .z1hk4ju { background: var(--accent-bg); }
.jyk8m .l1maq4e { float: left; width: 38%; margin: 0 28px 16px 0; }
.jyk8m .l1maq4e .orrsef { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.jyk8m .tr8k4g::after { content: ''; display: block; clear: both; }
.uv5i1 .l1maq4e { float: right; width: 38%; margin: 0 0 16px 28px; }
.uv5i1 .l1maq4e .orrsef { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.uv5i1 .tr8k4g::after { content: ''; display: block; clear: both; }
.cnjwj7mk .k7fqw:nth-child(odd)  .l1maq4e { float: left;  width: 38%; margin: 0 28px 16px 0; }
.cnjwj7mk .k7fqw:nth-child(even) .l1maq4e { float: right; width: 38%; margin: 0 0 16px 28px; }
.cnjwj7mk .l1maq4e .orrsef { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.cnjwj7mk .tr8k4g::after { content: ''; display: block; clear: both; }
.jyk8m .lg88t7j,
.uv5i1 .lg88t7j,
.cnjwj7mk .lg88t7j,
.cnjwj7mk .yxo6mjw { clear: both; }
@media (max-width: 900px) {
  .jyk8m .l1maq4e,
  .uv5i1 .l1maq4e,
  .cnjwj7mk .k7fqw:nth-child(odd)  .l1maq4e,
  .cnjwj7mk .k7fqw:nth-child(even) .l1maq4e {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .jyk8m .l1maq4e .orrsef,
  .uv5i1 .l1maq4e .orrsef,
  .cnjwj7mk .l1maq4e .orrsef {
    max-height: none !important;
  }
}
.jyk8m .ajd6,
.jyk8m .ux3c878c,
.uv5i1 .ajd6,
.uv5i1 .ux3c878c,
.cnjwj7mk .ajd6,
.cnjwj7mk .ux3c878c { overflow: hidden; }
@media (max-width: 640px) {
  .jyk8m .l1maq4e,
  .uv5i1 .l1maq4e,
  .cnjwj7mk .l1maq4e { float: none; width: 100%; margin: 0 0 16px 0; }
}
.av7ony .szj4w,
.av7ony .tr8k4g,
.av7ony .iqtuhfca  { max-width: 1100px; }
.xqzncg .szj4w,
.xqzncg .tr8k4g,
.xqzncg .iqtuhfca  { max-width: 1200px; }
.xqzncg { --content-mw: 1200px; }
.lj1lv .szj4w,
.lj1lv .tr8k4g,
.lj1lv .iqtuhfca  { max-width: 1320px; }
.mwjc0xa { font-size: 0.82rem; color: var(--text-muted); }
.ywzn7w { display: flex; align-items: center; }
.lzwv0 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.oni587 { display: flex; align-items: center; }
.bephdet9 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.bephdet9:hover { text-decoration: underline; }
.jytw { margin: 0 3px; opacity: 0.45; }
.jytw::before { content: '/'; }
.gtm6etb { padding: 2px 5px; color: var(--text-main); }
.tp5bqg4i .mwjc0xa {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.tp5bqg4i .ywzn7w { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ujauuhea .mwjc0xa {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ujauuhea .ywzn7w { padding: 0 0 0 12px; }
.pqznoj {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.o54cd .ywzn7w { padding: 0 16px; }
.o54cd .mwjc0xa {
  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);
}
.o54cd .szj4w { padding-top: 28px; }
@media (max-width: 720px) {
  .pqznoj { margin-top: 18px; padding: 0 16px; }
  .o54cd .szj4w { padding-top: 16px; }
}
.av7ony.tp5bqg4i .ywzn7w { max-width: 1100px; }
.xqzncg.tp5bqg4i .ywzn7w { max-width: 1200px; }
.lj1lv.tp5bqg4i .ywzn7w { max-width: 1320px; }
.av7ony .pqznoj { max-width: 1100px; }
.xqzncg .pqznoj { max-width: 1200px; }
.lj1lv .pqznoj { max-width: 1320px; }
.ngpooyuv .k7fqw { padding-top: 16px; padding-bottom: 16px; }
.tow7ip .k7fqw { padding-top: 24px; padding-bottom: 24px; }
.fvc3 .k7fqw { padding-top: 40px; padding-bottom: 40px; }
.vzuhnq .k7fqw { padding-top: 52px; padding-bottom: 52px; }
.lp5garm .k7fqw:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.lp5garm .k7fqw:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.lp5garm .k7fqw:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.lp5garm .k7fqw:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.z9vqu .tr8k4g { padding-top: 10px;  padding-bottom: 10px; }
.sif3 .tr8k4g { padding-top: 18px;  padding-bottom: 18px; }
.f42mwa2 .tr8k4g { padding-top: 36px;  padding-bottom: 36px; }
.gey09 .tr8k4g { padding-top: 48px;  padding-bottom: 48px; }
.dllmt h2.nwv8ayu { font-weight: 600; }
.dllmt h3.sor5qbi6     { font-weight: 600; }
.pvklu4n h2.nwv8ayu { font-weight: 800; }
.pvklu4n h3.sor5qbi6     { font-weight: 700; }
.mtlh2h { font-weight: 600; }
.mtlh2h h2.nwv8ayu { font-weight: 900; }
.mtlh2h h3.sor5qbi6     { font-weight: 800; }
.mtlh2h .d1a4ib strong,
.mtlh2h .d1a4ib strong { font-weight: 600; }
.o113l1p {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.jygb .o113l1p { display: none; }
@media (max-width: 640px) {
  .d5p2d0su { display: none; }
  .o113l1p {
    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;
  }
}
.o113l1p { background: var(--cta) !important; color: #fff !important; border: none !important; }
.o113l1p:hover { opacity: 0.85; }
.btk5oe .o113l1p { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.vqs7kdo .o113l1p,
.atki  .o113l1p { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.vqs7kdo .o113l1p:hover,
.atki  .o113l1p:hover { opacity: 0.88; }
.btk5oe.vqs7kdo .o113l1p,
.btk5oe.atki  .o113l1p { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.yc6zv0 {
  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;
}
.yc6zv0:hover { transform: translateY(-2px); opacity: 0.92; }
.yc6zv0 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.fh3ku .yc6zv0 { display: none; }
.c0a8e .yc6zv0 { right: 32px; }
.zgz5t  .yc6zv0 { left: 32px; }
@media (max-width: 480px) {
  .c0a8e .yc6zv0 { right: 20px; bottom: 20px; }
  .zgz5t  .yc6zv0 { left: 20px; bottom: 20px; }
}
.jnj0 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.iqtuhfca { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.r3fz { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.hoiqg { color: var(--text-dim); font-size: 0.8rem; }
.adennnoy a, .ugrfd a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.adennnoy a:hover, .ugrfd a:hover { color: var(--accent-light); }
.ugrfd { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.klje0kz7 .iqtuhfca { text-align: center; }
.klje0kz7 .ugrfd { justify-content: center; margin-bottom: 16px; }
.klje0kz7 .r3fz { margin-top: 0; }
.di2b2d { margin-top: 10px; }
.di2b2d a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .iqtuhfca { padding-left: 16px; padding-right: 16px; }
  .yfi6u .iqtuhfca { padding: 20px 16px; }
  .ugrfd { gap: 4px 12px; }
  .r3fz { font-size: 0.78rem; }
}
.ds9w65pg .r3fz { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ds9w65pg .hoiqg { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ds9w65pg .imi3e6 { grid-template-columns: 1fr 1fr; } .ds9w65pg .jtehh6dw { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ds9w65pg .imi3e6 { grid-template-columns: 1fr; } }
.maosdru .r3fz { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .maosdru .sp4v { gap: 12px; } .maosdru .cadi { margin-right: 0; width: 100%; } }
.oh2w91 .r3fz { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.oh2w91 .hoiqg { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .oh2w91 .b5idn { grid-template-columns: 1fr 1fr; } .oh2w91 .cs42 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .oh2w91 .b5idn { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .s0qn4e0l .si9v0i { grid-template-columns: 1fr 1fr; } .s0qn4e0l .wxjm2:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .s0qn4e0l .si9v0i { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .qxf4l .si9v0i { grid-template-columns: 1fr; } }
.jn63ee .iqtuhfca { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.jn63ee .ugrfd { justify-content: center; }
.rvmyo70 .q4pm43wz      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.rvmyo70 .jnj0 { background: var(--bg-page); border-top-color: var(--border-alt); }
.oxkiw2ia .q4pm43wz      { background: #0d1117; border-bottom-color: #21262d; }
.oxkiw2ia .lbwnu { color: var(--accent-light); }
.oxkiw2ia .ja4bwsf { --msep-color: #8b949e; }
.oxkiw2ia .ja4bwsf a { color: #8b949e; }
.oxkiw2ia .ja4bwsf a:hover { color: var(--accent-light); }
.oxkiw2ia .yh1bt6 { color: #8b949e; }
.oxkiw2ia .jnj0 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.oxkiw2ia .r3fz,
.oxkiw2ia .hoiqg { color: #6e7681; }
.oxkiw2ia .adennnoy a, .oxkiw2ia .ugrfd a,
.oxkiw2ia .mzog a, .oxkiw2ia .uu7fa a,
.oxkiw2ia .m88afrf a { color: #8b949e; }
.oxkiw2ia .cadi { color: #e6edf3; }
.oxkiw2ia .adennnoy a:hover, .oxkiw2ia .ugrfd a:hover,
.oxkiw2ia .mzog a:hover, .oxkiw2ia .uu7fa a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .oxkiw2ia .ja4bwsf { background: #0d1117; border-top-color: #21262d; }
  .oxkiw2ia .ja4bwsf li a { border-bottom-color: #21262d; }
}
.j1sm0c .q4pm43wz      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.j1sm0c .lbwnu { color: var(--accent-light); }
.j1sm0c .ja4bwsf { --msep-color: #475569; }
.j1sm0c .ja4bwsf a { color: #475569; }
.j1sm0c .ja4bwsf a:hover { color: var(--accent-light); }
.j1sm0c .yh1bt6 { color: #64748b; }
.j1sm0c .jnj0 { background: #f0f4f8; border-top-color: #cbd5e1; }
.j1sm0c .r3fz,
.j1sm0c .hoiqg { color: #64748b; }
.j1sm0c .adennnoy a, .j1sm0c .ugrfd a,
.j1sm0c .adennnoy a:hover, .j1sm0c .ugrfd a:hover,
@media (max-width: 640px) {
  .j1sm0c .ja4bwsf { background: #f0f4f8; border-top-color: #cbd5e1; }
  .j1sm0c .ja4bwsf li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.vqs7kdo .q4pm43wz      { background: var(--accent); border-bottom-color: var(--accent-light); }
.vqs7kdo .lbwnu { color: #fff; }
.vqs7kdo .ja4bwsf { --msep-color: rgba(255,255,255,0.82); }
.vqs7kdo .ja4bwsf a { color: rgba(255,255,255,0.82); }
.vqs7kdo .ja4bwsf a:hover { color: #fff; }
.vqs7kdo .yh1bt6 { color: rgba(255,255,255,0.9); }
.vqs7kdo .jnj0 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.vqs7kdo .r3fz,
.vqs7kdo .hoiqg { color: rgba(255,255,255,0.72); }
.vqs7kdo .adennnoy a, .vqs7kdo .ugrfd a,
.vqs7kdo .adennnoy a:hover, .vqs7kdo .ugrfd a:hover,
@media (max-width: 640px) {
  .vqs7kdo .ja4bwsf { background: var(--accent); border-top-color: var(--accent-light); }
  .vqs7kdo .ja4bwsf li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.atki .q4pm43wz {
  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);
}
.atki .jnj0 {
  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) {
  .atki .ja4bwsf {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.z4oofuub .hgj18rs6 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.w9i0 .hgj18rs6 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.e47okho .hgj18rs6 { min-height: 72px; height: auto; }
.gea5x0r2 .hgj18rs6 { min-height: 84px; height: auto; }
.yfi6u .hgj18rs6 { max-width: none; padding: 0 32px; }
.yfi6u .iqtuhfca  { max-width: none; padding: 24px 32px; }
.uiyp.xqzncg .hgj18rs6 { max-width: 1200px; }
.uiyp.lj1lv .hgj18rs6 { max-width: 1320px; }
.ctfya0   .lbwnu, .ctfya0   .cadi { text-transform: capitalize; }
.sf98ah .lbwnu, .sf98ah .cadi { text-transform: lowercase; }
.s3evbbx2 .lbwnu, .s3evbbx2 .cadi { text-transform: uppercase; letter-spacing: 0.06em; }
.caxyh9, .izfbl5 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ba5gc2k9 .caxyh9,
.jeno8 .caxyh9,
.xs57 .caxyh9,
.dh8venl .caxyh9,
.u1b4ufg   .ja4bwsf a { font-weight: 500; }
.g7x66 .ja4bwsf a { font-weight: 600; }
.dlupsi     .ja4bwsf a { font-weight: 700; }
.y3rvrmox    .ja4bwsf a { font-weight: 800; letter-spacing: 0.01em; }
.bebbh3o     .ja4bwsf > li + li::before,
.c92ko    .ja4bwsf > li + li::before,
.t42p2j9    .ja4bwsf > li + li::before,
.jgky .ja4bwsf > li + li::before,
.ftr9pgb .ja4bwsf > li + li::before,
.wkhnhbp  .ja4bwsf > li + li::before,
.uftko    .ja4bwsf > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.bebbh3o     .ja4bwsf > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.c92ko    .ja4bwsf > li + li::before { content: "|"; }
.t42p2j9    .ja4bwsf > li + li::before { content: "—"; }
.jgky .ja4bwsf > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ftr9pgb .ja4bwsf > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.wkhnhbp  .ja4bwsf > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.uftko    .ja4bwsf > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .vlyf .yh1bt6,
  .m6q9 .yh1bt6,
  .ov25a .yh1bt6,
  .wqwetv3j .yh1bt6,
  .h8wbrma .yh1bt6 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .vlyf .yh1bt6::before,
  .m6q9 .yh1bt6::before,
  .ov25a .yh1bt6::before,
  .wqwetv3j .yh1bt6::before,
  .h8wbrma .yh1bt6::before { content: ""; display: block; flex-shrink: 0; }

  
  .vlyf .yh1bt6::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;
  }

  
  .m6q9 .yh1bt6::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;
  }

  
  .ov25a .yh1bt6::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;
  }

  
  .wqwetv3j .yh1bt6::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;
  }

  
  .h8wbrma .yh1bt6::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) {
  .q9ol0 .yh1bt6 {
    padding: 5px 14px;
  }
  .q9ol0 .ja4bwsf {
    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;
  }
  .q9ol0 .ja4bwsf li a {
    border-bottom: none; padding: 10px 22px;
  }
  .q9ol0 .ja4bwsf li a:hover { background: var(--bg-raised); }
  .q9ol0 .oukf,
  .a617tay .oukf,
  .e1vbknf .oukf { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .kjvm518 .yh1bt6 {
    padding: 5px 10px;
  }
  .kjvm518 .ja4bwsf {
    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);
  }
  .kjvm518 .ja4bwsf.nv4f5 { transform: translateX(0); }
  .kjvm518 .ja4bwsf li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .kjvm518 .ja4bwsf li:last-child a { border-bottom: none; }
  .vqs7kdo .ja4bwsf,
  .oxkiw2ia .ja4bwsf { background: var(--accent) !important; }
  .vqs7kdo .ja4bwsf li a,
  .oxkiw2ia .ja4bwsf li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .e1vbknf .yh1bt6 {
    padding: 5px 10px;
  }
  .e1vbknf .ja4bwsf {
    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);
  }
  .e1vbknf .ja4bwsf::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .e1vbknf .ja4bwsf.nv4f5 { transform: translateY(0); }
  .e1vbknf .ja4bwsf li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .nrhbri .yh1bt6 {
    padding: 5px 10px;
  }
  .nrhbri .ja4bwsf {
    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;
  }
  .nrhbri .ja4bwsf.nv4f5 { opacity: 1; pointer-events: auto; }
  .nrhbri .ja4bwsf li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .erusgj     .yh1bt6 { border-radius: 0 !important; }
  .inqp5   .yh1bt6 { border-radius: 8px !important; }
  .xt3xgo8m .yh1bt6 { border-radius: 50% !important; }
  .d10z   .yh1bt6 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .gilo .b5gti347 { flex-direction: column; align-items: stretch; }
  .gilo .x2s0d { flex-direction: row; min-width: auto; }
  .gilo .dtolv { align-items: flex-start; text-align: left; }
}
.yvjt1g,
.yvjt1g.k7fqw,
.vrpm69 .yvjt1g,
.bk6a9lpw .yvjt1g,
.qf5tc .yvjt1g,
.iobb3yy .yvjt1g {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.cezi6w {
  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;
}
.ezff { flex: 1 1 280px; min-width: 0; }
.c9kls {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.lp2bd9qa {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.l68wjs {
  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;
}
.l68wjs:hover { transform: translateY(-1px); opacity: 0.95; }
.wb99 .cezi6w {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.wb99 .c9kls { color: var(--cta); }
.wb99 .lp2bd9qa { color: var(--text-body); }
.wb99 .l68wjs {
  background: var(--cta) !important;
  color: #fff !important;
}
.injw0 .cezi6w {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.injw0 .c9kls { color: var(--text-primary); }
.injw0 .lp2bd9qa { color: var(--text-body); }
.injw0 .l68wjs {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .cezi6w {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ezff { flex: 0 0 auto; }
  .c9kls { font-size: 1.2rem; }
  .l68wjs { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.z2vdv818 .jeb2y4u4 { height: 36px; }
.a7ss .jeb2y4u4 { height: 60px; max-width: 200px; }
.zuzv .jeb2y4u4 { height: 56px; max-width: 180px; }
.vmah5zk0     .hvha, .vmah5zk0     .yw7iu { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.lqnsie .dos48g + .dos48g {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .fxjb .yxo6mjw {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .fxjb .xrlrv {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .fxjb .xrlrv { padding: 40px 16px 20px; }
  .fxjb .dos48g {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .fxjb .r015i { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .rueb7uvx .xrlrv {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .rueb7uvx .xrlrv::before {
    position: absolute; top: 14px; left: 14px;
  }
  .rueb7uvx .ti4w {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .rueb7uvx .k9tc { white-space: normal; text-align: center; font-size: 1.2rem; }
  .rueb7uvx .dos48g {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .rueb7uvx .r015i { width: 100%; min-width: 0; }
  .rueb7uvx .hvha { min-width: 0; }
}
.r22cryv .xrlrv::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.kuk4v2j .zae6lb {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.kuk4v2j .zae6lb summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.kuk4v2j .zae6lb p { padding: 0 2px 16px; }
.l5kp0eb .zae6lb { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.l5kp0eb .zae6lb summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.l5kp0eb .zae6lb summary::after { content: "›"; font-size: 1.2em; }
.l5kp0eb .zae6lb[open] summary::after { content: "‹"; }
.l5kp0eb .zae6lb p { padding: 10px 22px 4px; }
.n7yx3z .zae6lb {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.n7yx3z .zae6lb summary { color: var(--text-primary); padding-left: 16px; }
.n7yx3z .zae6lb summary::after { content: "›"; font-size: 1.1em; }
.n7yx3z .zae6lb[open] summary::after { content: "‹"; }
.n7yx3z .zae6lb p { padding-left: 16px; }
.xoi39c .q66ltmpr { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.xoi39c .zae6lb {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.xoi39c .zae6lb:last-child { border-bottom: none; }
.xoi39c .zae6lb summary { color: var(--text-primary); border-radius: 0; }
.xoi39c .zae6lb summary::after { content: "›"; font-size: 1.1em; }
.xoi39c .zae6lb[open] summary::after { content: "‹"; }
.w9b70q .zae6lb { overflow: hidden; }
.w9b70q .zae6lb summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.w9b70q .zae6lb summary::after { color: rgba(255,255,255,.75); }
.w9b70q .zae6lb[open] summary { border-radius: 0; }
.ypya { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.daaz5x77 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.xxxobnw {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.m5zdou6r { color: var(--text-muted); font-size: 1.05rem; }
.cuk65b3f {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.jkfd0wu { margin-bottom: 20px; }
.ck2zvt7 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.qpqmdqw {
  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;
}
.qpqmdqw:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.mxz807 { resize: vertical; min-height: 130px; }
.xejom { width: 100%; margin-top: 8px; }
.htitk {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.zh4lyr {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.mspbxy4 { color: var(--text-muted); line-height: 1.75; }
.mggaa { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.mggaa li { margin-bottom: 6px; }
.w9g8a { max-width: 760px; margin: 0 auto; }
.jg6jue { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.d29k { max-width: 760px; margin: 0 auto; }
.fao4l93 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.fao4l93:last-child { border-bottom: none; }
.wu1ytpb { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.fao4l93 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.fao4l93 ul.mggaa { margin: 0; }
.q06t609 .wu1ytpb { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .q06t609 { grid-template-columns: 1fr; gap: 10px; } }
.fuu2wf6 .wu1ytpb { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.r5h2 .mggaa { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .sv51bnfi { grid-template-columns: 1fr; } }
.bfblsy6y { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.bfblsy6y:hover .ssks9 { color: var(--accent-light); text-decoration: underline; }
.tp3u0 { color: inherit; text-decoration: none; }
.tp3u0:hover { color: var(--accent-light); text-decoration: underline; }
.e00ls81 { display: inline-block; line-height: 0; }
.d1k08wc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.zoyeya { max-width: 760px; margin: 0 auto; }
.pc7eb ul.mggaa { margin: 0; }
.x17txl { color: var(--text-muted); line-height: 1.75; }
.dkre9tp4 .mggaa,
.kmzba1n .mggaa,
.duw8 .mggaa,
.i7e3js73 .mggaa {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.xlw9m { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.jx8i7ja { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.qo0gm { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.r07t { margin-top: 12px; }
.shew { 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; }
.shew:hover { border-bottom-color: var(--accent-light); }
.m8e57h { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.m8e57h img { width: 100%; height: 100%; object-fit: cover; display: block; }
.b4bvx { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.bg9wg { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.u4aq { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .ya59 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.nvftsl .qo0gm, .nvftsl .jx8i7ja { max-width: 640px; }
.n83b .xlw9m { font-size: 1.6rem; margin-top: 18px; }
.ahbhuz7 .qo0gm { margin-bottom: 28px; }
@media (max-width: 860px) { .fp5ri { grid-template-columns: 1fr; } .n83b { position: static; text-align: center; } }
.z2b12 .m8e57h { margin: 0 auto 18px; }
.z2b12 .bg9wg { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .nvhr { grid-template-columns: 1fr; } }
.c2r3scp { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.ebee9 { flex: 1; }
.c2r3scp .xlw9m { font-size: 1.6rem; margin-bottom: 6px; }
.as60z { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.i7e3js73 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.xrvnxc { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.i7e3js73 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.i7e3js73 .mggaa { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .c2r3scp { flex-direction: column; text-align: center; } .as60z { grid-template-columns: 1fr; } }
.c3uykwgm .xlw9m { font-size: 1.35rem; margin: 0 0 4px; }
.c3uykwgm .bg9wg { margin: 0; }
.fb0nc { max-width: 760px; margin: 0 auto; }
.qmm9l { position: relative; padding-left: 28px; }
.qmm9l::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.ua26dbc { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.ua26dbc:last-child { padding-bottom: 0; }
.rcn2 { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.hpggui6 h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.hpggui6 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.p5et7o7m .xxxobnw { color: var(--accent-light); }
.m0h1 {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.m0h1 .xxxobnw { font-size: 2rem; }
.m0h1 .m5zdou6r { max-width: 680px; }
.glxx6ywi .xxxobnw { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.glxx6ywi .m5zdou6r  { margin: 0; }
@media (max-width: 640px) { .glxx6ywi { flex-direction: column; } }
.ip77ldv .xxxobnw { color: var(--accent-light); }
.jze8 .xxxobnw { color: #fff; }
.jze8 .m5zdou6r  { color: rgba(255,255,255,0.85); }
.xdm2 { max-width: 680px; margin: 0 auto; }
.z7h0 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .z7h0 { grid-template-columns: 1fr; } }
.xljs6r .qpqmdqw {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.xljs6r .qpqmdqw:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.g7b0fr .qpqmdqw { background: var(--bg-raised); border-color: transparent; }
.g7b0fr .qpqmdqw:focus { background: var(--bg-card); border-color: var(--accent-light); }
.dhad1fvo .qpqmdqw { border-radius: 100px; padding: 11px 20px; }
.dhad1fvo .mxz807 { border-radius: 14px; }
@media (max-width: 640px) { .ohdotm2 { grid-template-columns: 1fr; } }
.hzep1 { counter-reset: priv-count; }
.nxki {
  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);
}
.nxki:last-child { border-bottom: none; }
.xfnbr5b {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.nxki h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.nxki p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.g58io3w{display:none}
.g58io3w:empty,.d2h1luk2:empty{display:none}
.dgqx8{position:relative;overflow:visible}
.cf0gw24 .atdg9iu,.vqwo2 .atdg9iu,
.iu29 .atdg9iu,.tlu8nc .atdg9iu,
.agb3sht3 .atdg9iu,.zmexy1x .atdg9iu{display:block}
.ehb7w1e .o3sp{display:block}
.cf0gw24 .atdg9iu,.vqwo2 .atdg9iu,
.iu29 .atdg9iu,.tlu8nc .atdg9iu,
.agb3sht3 .atdg9iu{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}
.cf0gw24 .atdg9iu .d2h1luk2,.vqwo2 .atdg9iu .d2h1luk2,
.iu29 .atdg9iu .d2h1luk2,.tlu8nc .atdg9iu .d2h1luk2,
.agb3sht3 .atdg9iu .d2h1luk2{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}
.cf0gw24 .t7gfiz1,.vqwo2 .t7gfiz1,
.iu29 .t7gfiz1,.tlu8nc .t7gfiz1,
.agb3sht3 .t7gfiz1{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.cf0gw24 .atdg9iu,.vqwo2 .atdg9iu{top:12px}
.cf0gw24 .atdg9iu .d2h1luk2{margin-right:auto}
.vqwo2 .atdg9iu .d2h1luk2{margin-left:auto}
.vqwo2 .atdg9iu{text-align:right}
.iu29 .atdg9iu,.tlu8nc .atdg9iu{bottom:12px}
.iu29 .atdg9iu .d2h1luk2{margin-right:auto}
.tlu8nc .atdg9iu .d2h1luk2{margin-left:auto}
.tlu8nc .atdg9iu{text-align:right}
.agb3sht3 .atdg9iu{position:relative;margin-top:16px}
.agb3sht3 .atdg9iu .d2h1luk2{margin:0 auto}
.zmexy1x .atdg9iu{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.zmexy1x .atdg9iu .d2h1luk2{margin:0}
.zmexy1x .z1hk4ju~.atdg9iu,
.zmexy1x .cgqpwm~.atdg9iu{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.zmexy1x .z1hk4ju~.atdg9iu .d2h1luk2,
.zmexy1x .cgqpwm~.atdg9iu .d2h1luk2{justify-content:flex-start}
.z1hk4ju~.atdg9iu,.cgqpwm~.atdg9iu{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}
.z1hk4ju~.atdg9iu .d2h1luk2{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.cgqpwm~.atdg9iu .d2h1luk2{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.o3sp .d2h1luk2{margin:0 0 12px}
.d2h1luk2{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.y0lp{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.ssks9{font-weight:600;color:var(--text-heading);opacity:1}
.wap68::before{content:"·";margin:0 2px;opacity:.5}
.t7gfiz1{white-space:nowrap}
.ql54xm .y0lp{display:none}
.mwc1v7 .t7gfiz1{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.mwc1v7 .wap68::before{content:""}
.an3708 .t7gfiz1{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}
.an3708 .wap68::before{content:""}
.u5scy .d2h1luk2{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.xj4lmc .t7gfiz1{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.xj4lmc .wap68::before{content:""}
.k67h47 .t7gfiz1{color: var(--accent-light);opacity:1;font-weight:500}
.xetq .t7gfiz1{border-bottom:1px solid currentColor;padding-bottom:2px}
.qyuw .d2h1luk2{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.ezhs8k{--date-bg:var(--accent-bg-light)}
.i37c .wap68::before{content:""}
.ieav40 .wap68::before{content:"•";opacity:.4}
.ieav40 .t7gfiz1 + .t7gfiz1::before{content:"•";margin-right:6px;opacity:.4}
.u15u .wap68::before{content:"/";opacity:.35}
.u15u .t7gfiz1 + .t7gfiz1::before{content:"/";margin-right:6px;opacity:.35}
.wykjguf3 .wap68::before{content:"|";opacity:.3}
.wykjguf3 .t7gfiz1 + .t7gfiz1::before{content:"|";margin-right:6px;opacity:.3}
.iun2paxi .wap68::before{content:"—";opacity:.3}
.iun2paxi .t7gfiz1 + .t7gfiz1::before{content:"—";margin-right:6px;opacity:.3}
.y798id5 .wap68::before{content:"◆";font-size:.5em;opacity:.35}
.y798id5 .t7gfiz1 + .t7gfiz1::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.u8n5cw .wap68::before{content:"·";opacity:.4}
.u8n5cw .t7gfiz1 + .t7gfiz1::before{content:"·";margin-right:6px;opacity:.4}
.z667m1zf .wap68::before{content:"›";opacity:.4}
.z667m1zf .t7gfiz1 + .t7gfiz1::before{content:"›";margin-right:6px;opacity:.4}
.lozk3 .wap68::before{content:"→";opacity:.35;font-size:.85em}
.lozk3 .t7gfiz1 + .t7gfiz1::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.rm7ps4{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.l0haipx{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.j7j5y1z{display:flex;flex-direction:column;gap:3px}
.ipm8caoi{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.alp2{font-weight:700;font-size:1rem;color:var(--text-heading)}
.h95uvces{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.yvo1e .rm7ps4{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.c10p .rm7ps4{border-top:3px solid var(--accent);padding-top:18px}
.ppr826 .rm7ps4{border-left:3px solid var(--accent);border-radius:0}
.v57xz .rm7ps4{padding:20px 0}
@media(max-width:640px){
  .rm7ps4{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .h95uvces{max-width:100%}
}
.cmc1w .aupgg8de{margin:0}
@media (max-width:560px){
  .tfxmr4kc{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) {
  .t3vyo { padding: 28px 18px 20px; }
  .qr76 { font-size: 1.2rem; }
  .iwl15mw { max-width: 220px; max-height: 80px; }
}
.ja5f4  .sjp86 { border-radius: 6px; }
.w02qns2 .cezi6w {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .sjp86 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.lgl91 {
  margin: 28px 0 24px;
}
.lgl91 .k7fqw {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.lgl91 .tr8k4g {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.lgl91 .cezi6w {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .hgj18rs6 { flex-direction: row-reverse; }
[dir="rtl"] .ja4bwsf { flex-direction: row-reverse; }
[dir="rtl"] .c0a8e .yc6zv0 { right: auto; left: 32px; }
[dir="rtl"] .zgz5t  .yc6zv0 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .c0a8e .yc6zv0 { right: auto; left: 20px; }
  [dir="rtl"] .zgz5t  .yc6zv0 { left: auto;  right: 20px; }
}
[dir="rtl"] .jyk8m .l1maq4e  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .uv5i1 .l1maq4e { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .z1hk4ju,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ajd6, [dir="rtl"] .ux3c878c { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .d1a4ib { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .cezi6w { direction: rtl; }
[dir="rtl"] .mwjc0xa { direction: rtl; }
[dir="rtl"] .bzdm { direction: rtl; }
[dir="rtl"] .ha7gyh { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .an3rx .ux3c878c,
[dir="rtl"] .sw50i .ux3c878c,
[dir="rtl"] .lr1ejy .ux3c878c,
[dir="rtl"] .ni6nd .ux3c878c {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .an3rx .ux3c878c li::before,
[dir="rtl"] .sw50i .ux3c878c li::before,
[dir="rtl"] .lr1ejy .ux3c878c li::before,
[dir="rtl"] .ni6nd .ux3c878c li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .z1hk4ju.ogdbz0x .o0lm1 { align-items: flex-end; text-align: right; }
[dir="rtl"] .z1hk4ju.ppkl .o0lm1 { text-align: center; }
[dir="rtl"] .z1hk4ju .o0lm1 { text-align: right; }
[dir="rtl"] .tr8k4g,
[dir="rtl"] .byjp0,
[dir="rtl"] .vp8z,
[dir="rtl"] .ydtouypp,
[dir="rtl"] .cuk65b3f,
[dir="rtl"] .ck2zvt7,
[dir="rtl"] .qo0gm,
[dir="rtl"] .qpqmdqw,
[dir="rtl"] .mxz807 { text-align: right; direction: rtl; }
[dir="rtl"] .dhad1fvo .qpqmdqw,
[dir="rtl"] .xljs6r .qpqmdqw { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #bb2cd4;
  --brand:           #bb2cd4;
  --brand-light:     #8e2c9f;
  --brand-pale:      #b157c1;
  --grad-start:      #d378e3;
  --grad-end:        #e0b0e8;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #bb2cd4;
  --cta-light:       #a11fb8;
  --cta-hover:       #8e20a1;
  --bg-page:         #f7f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f5;
  --bg-raised:       #f0eef1;
  --bg-hover:        #f5f3f5;
  --border:          #e7e2e8;
  --border-alt:      #dad0dc;
  --border-section:  #e7e2e8;
  --text-primary:    #1a171b;
  --text-muted:      #5e5260;
  --text-body:       #352e37;
  --text-sub:        #504652;
  --text-faint:      #867589;
  --text-dim:        #9e90a1;
  --text-label:      #6b5d6e;
  --text-value:      #433a44;
  --accent-bg:       #efe3f1;
  --accent-bg-light: #e6caeb;
  --bg-tip:          #f0f9f8;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f1f9;
  --bg-pros:         #f0f9f8;
  --bg-cons:         #faf3f5;
  --c-pros:          #138f7d;
  --c-cons:          #9f2137;
  --c-pros-label:    #16aa95;
  --c-tip-border:    #19bca5;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #138f7d;
}
:root { --logo-bg-opacity: 45%; }
body, button, input { font-family: "Lato", sans-serif; }
.q8lcqn .f1l37cl li::before, .q8lcqn .rk57m6d 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; }.q8lcqn .f1l37cl li::before { content: ""; }.q8lcqn .rk57m6d li::before { content: ""; }.q8lcqn .inq5u::before, .q8lcqn .d78g::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.q8lcqn .inq5u::before { content: ""; }.q8lcqn .d78g::before { content: ""; }
.dtyv .u42s6, .dtyv .z1hk4ju { min-height: 320px; }
.xo19 .xyd06ih::after, .xo19 .kwk7::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; }
.jytw::before { content: '/'; }