:root {
  --color-accent: #a855f7;
  --color-cta: #d946ef;
  --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;
}
.lg3u {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.o8zz {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.b25f {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.nm1een3 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.b4vdkrdo { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.b4vdkrdo a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.b4vdkrdo a:hover { color: var(--accent-light); }
.av99z   .lxic { border-radius: 0; }
.om06r5 .lxic li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .lxic {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ltw2f0:hover .lxic,
  .ltw2f0:focus-within .lxic { display: block; }
  .lxic li a { padding: 8px 16px; font-size: 0.88rem; }
}
.dv0h0dv {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.t5csi { display: none; }
@media (max-width: 640px) {
  .t5csi {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .t5csi.amuj73k { display: block; }
}
@media (max-width: 640px) {
  .dv0h0dv { display: block; }
  .b4vdkrdo > li + li::before { display: none !important; }
  .b4vdkrdo {
    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;
  }
  .b4vdkrdo.amuj73k { display: flex; }
  .b4vdkrdo li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .b4vdkrdo li:last-child a { border-bottom: none; }
}
.e9oz { min-height: 480px; }
.k9pof {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.xqvq { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.hf8hfn .xqvq { margin-left: 0; margin-right: 0; }
.blun {
  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;
}
.i1jzw3 .blun { margin-top: 24px; }
.blun:hover { opacity: 0.88; }
.p0iw8 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.y3dwf {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.p0iw8 .i4zxix {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.p0iw8 .k9pof { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.p0iw8 .xqvq { color: #e2e8f0; }
.p0iw8.xi1w7bp3 .i4zxix { text-align: center; }
.p0iw8.hf8hfn   .i4zxix { text-align: left; }
.c59b .i4zxix {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.c59b .k9pof { color: var(--text-primary); text-shadow: none; }
.c59b .xqvq { color: var(--text-muted); }
.c59b .blun { margin-top: 16px; }
.c59b, .c59b.e9oz { min-height: auto !important; }
.c59b.xi1w7bp3 .i4zxix { text-align: center; }
.c59b.hf8hfn   .i4zxix { text-align: left; }
.c59b~.thjz2aqy{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}
.c59b~.thjz2aqy .vngk9y{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; }
}
.m3c2pso .p0iw8 .y3dwf {
  overflow: hidden;
}
.m3c2pso .p0iw8 .y3dwf::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@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); }
}
.msh610 .p0iw8 .y3dwf {
  overflow: hidden;
}
.msh610 .p0iw8 .y3dwf::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;
}
.d71w .p0iw8 .y3dwf {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.dxvowqzl .p0iw8 .y3dwf {
  overflow: hidden;
}
.dxvowqzl .p0iw8 .y3dwf::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.gni7 .p0iw8 .y3dwf {
  animation: hg-breathe 10s ease-in-out infinite;
}
.f6m4il .y3dwf {
  background: none;
}
.f6m4il .k9pof { color: #fff; }
.f6m4il .xqvq { color: rgba(255,255,255,0.85); }
.f6m4il .blun { background: #fff; color: var(--cta); }
.f6m4il .blun:hover { opacity: 0.92; }
.gi9rkpd .k9pof { text-shadow: none; color: var(--text-primary); }
.gi9rkpd .xqvq { color: var(--text-muted); }
body.c4krdv .k9pof {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.n01bjd .k9pof {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.e9oz.f6m4il .k9pof,
section.f6m4il .k9pof {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.gi9rkpd.hf8hfn   .o5e81p { align-items: flex-start; text-align: left; }
.e9oz .zphh {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.zphh .tu2kus.kqs5j5 {
  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;
}
.zphh .tu2kus.kqs5j5:hover { opacity: 0.85; }
.detcg .i4zxix { padding-bottom: 24px; }
.i1jzw3 .i4zxix { max-width: 1100px; }
@media (max-width: 700px) {
  .gi9rkpd { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .gi9rkpd:not(.xw08cr9) .pjllojm { display: none !important; }
  .xw08cr9 .pjllojm { padding: 16px; }
  .o5e81p  { padding: 36px 24px; }
  .gi9rkpd~.thjz2aqy,.gb4n~.thjz2aqy{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .e9oz, .gi9rkpd { min-height: 320px !important; }
  .k9pof { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .az7i7xm,
  .zk5w,
  .atncwb { grid-template-columns: 1fr !important; }

  

  
  .detcg { display: flex !important; flex-direction: column !important; }
  .detcg .i4zxix { display: contents; }
  .detcg .y3dwf { order: 0; }
  .detcg .k9pof { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .detcg .az7i7xm { order: 2; padding: 0 16px 12px !important; }
  .detcg .xqvq { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .i1jzw3 .i4zxix { display: flex; flex-direction: column; }
  .i1jzw3 .i4zxix .k9pof { order: 1; }
  .i1jzw3 .i4zxix .atncwb { order: 2; margin: 8px 0 24px !important; }
  .i1jzw3 .i4zxix .xqvq { order: 3; }
  .i1jzw3 .i4zxix .blun { order: 4; align-self: center; margin-top: 0; }

  
  .gi9rkpd.xw08cr9 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .gi9rkpd.xw08cr9 .o5e81p { display: contents; padding: 0; }
  .gi9rkpd.xw08cr9 .o5e81p .k9pof { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .gi9rkpd.xw08cr9 .pjllojm { order: 2; padding: 12px 16px; }
  .gi9rkpd.xw08cr9 .o5e81p .xqvq { order: 3; padding: 0 24px; margin: 0 auto; }
  .gi9rkpd.xw08cr9 .o5e81p .blun { order: 4; align-self: center; margin: 8px 0 32px; }
}
.lyxcbsy4 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.i0d0k { width: 100%; height: auto; display: block; border-radius: 10px; }
.z9t6k .lyxcbsy4        { border-radius: 16px; }
.z9t6k .i0d0k  { border-radius: 16px; }
.tzxukom3 .lyxcbsy4         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.tzxukom3 .i0d0k   { border-radius: 8px; }
.b1eia1 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.h936ohs { width: 100%; padding: 32px 0; position: relative; }
.r5xdnk { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.h0zb .h936ohs:nth-child(even) { background: var(--bg-surface); }
.h0zb .h936ohs:nth-child(odd)  { background: var(--bg-page); }
.v8ab .h936ohs:nth-child(even) { background: var(--bg-card); }
.v8ab .h936ohs:nth-child(odd)  { background: var(--bg-page); }
.h0zb .h936ohs:nth-child(odd)  .r5xdnk { background: var(--bg-card); border-radius: 6px; }
.h0zb .h936ohs:nth-child(even) .r5xdnk { background: var(--bg-raised); border-radius: 6px; }
.v8ab .h936ohs:nth-child(odd)  .r5xdnk { background: var(--bg-card); border-radius: 6px; }
.v8ab .h936ohs:nth-child(even) .r5xdnk { background: var(--bg-raised); border-radius: 6px; }
.h0zb .h936ohs:nth-child(even) .rgibfwyp .w1vvq,
.v8ab .h936ohs:nth-child(even) .rgibfwyp .w1vvq { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.h0zb .h936ohs:nth-child(odd) .rgibfwyp .w1vvq,
.v8ab .h936ohs:nth-child(odd) .rgibfwyp .w1vvq { background: var(--bg-card-inner); }
.h0zb .h936ohs:nth-child(even) .xoi0d .w1vvq:nth-child(odd),
.v8ab .h936ohs:nth-child(even) .xoi0d .w1vvq:nth-child(odd)  { background: var(--bg-card); }
.h0zb .h936ohs:nth-child(even) .xoi0d .w1vvq:nth-child(even),
.v8ab .h936ohs:nth-child(even) .xoi0d .w1vvq:nth-child(even) { background: var(--bg-card-inner); }
h1.z1zxm { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.z1zxm {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.tea3ii8 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.c7ekw h2.z1zxm {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.wunp7ei h2.z1zxm {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.ivly1 h2.z1zxm {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.d4mu7pcc h2.z1zxm::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.zycn h2.z1zxm {
  color: var(--text-primary); font-size: 1.7rem;
}
.xlhp7 h2.z1zxm::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.gwe8j0co h2.z1zxm {
  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;
}
.vwzq4ly { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .vwzq4ly { display: none; } }
.xtzf { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.nrxxxlv7 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.sys9vq {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.gj5voiqn { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.lpf7go { padding-left: 20px; }
.lpf7go li { margin-bottom: 6px; }
.lpf7go a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.lpf7go a:hover { color: var(--accent-light); }
.pvrj .gj5voiqn { display: none; }
.ab1cd .gj5voiqn { display: none; }
.ab1cd .lpf7go { padding-left: 0; list-style: none; }
.ab1cd .lpf7go li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.ab1cd .lpf7go a { font-size: 0.92rem; }
.gnf5p .sys9vq { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.gnf5p .gj5voiqn { display: none; }
.gnf5p .lpf7go { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.gnf5p .lpf7go li { margin-bottom: 0; }
.gnf5p .lpf7go 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;
}
.gnf5p .lpf7go a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.jzowzyda .sys9vq { padding: 20px 20px 16px; }
.jzowzyda .lpf7go {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.jzowzyda .lpf7go li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.jzowzyda .lpf7go 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;
}
.jzowzyda .lpf7go 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;
}
.jzowzyda .lpf7go a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.jzowzyda .lpf7go a:focus,
.jzowzyda .lpf7go a:focus-visible,
.jzowzyda .lpf7go a:target { outline: none; }
.jzowzyda .lpf7go li:target a { border-color: var(--border); color: var(--text-muted); }
.zfq0q3 .sys9vq { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.zfq0q3 .gj5voiqn { display: none; }
.zfq0q3 .lpf7go { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.zfq0q3 .lpf7go li { margin-bottom: 0; }
.zfq0q3 .lpf7go li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.zfq0q3 .lpf7go li:last-child::after { content: ""; margin-right: 0; }
.zfq0q3 .lpf7go a { font-size: 0.9rem; }
.w1vvq { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.rgibfwyp .w1vvq { background: var(--bg-card); }
.xoi0d .w1vvq:nth-child(odd)  { background: var(--bg-card); }
.xoi0d .w1vvq:nth-child(even) { background: var(--bg-raised); }
.fjlqxiu2 .w1vvq {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.fjlqxiu2 .w1vvq:last-child { border-bottom: none; }
.fjlqxiu2 h3.tea3ii8 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ns9v .w1vvq {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ns9v .w1vvq + .w1vvq { margin-top: 4px; }
.zgo3 .w1vvq { background: none; border-radius: 0; padding: 12px 0; }
.zgo3 .w1vvq + .w1vvq { border-top: 1px solid var(--border-section); }
.eq4366 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.titd7 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.dh1b { color: var(--text-body); margin-bottom: 10px; }
.qjnbn, .w6lo { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.qjnbn li, .w6lo li { margin-bottom: 6px; }
.w6lo li { list-style: decimal; }
.l5oub     .qjnbn { list-style-type: "● "; }
.scrzh9ay  .qjnbn { list-style-type: "■ "; }
.i23wt .qjnbn { list-style-type: "◆ "; }
.jryk4    .qjnbn { list-style-type: "★ "; }
.l5oub    .qjnbn li::marker, .l5oub    .jbo7 li::marker,
.scrzh9ay .qjnbn li::marker, .scrzh9ay .jbo7 li::marker,
.i23wt .qjnbn li::marker, .i23wt .jbo7 li::marker,
.jryk4   .qjnbn li::marker, .jryk4   .jbo7 li::marker {
  color: var(--cta); font-size: 1em;
}
.l5oub .w6lo,
.scrzh9ay .w6lo,
.i23wt .w6lo,
.jryk4 .w6lo {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.l5oub .w6lo li,
.scrzh9ay .w6lo li,
.i23wt .w6lo li,
.jryk4 .w6lo li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.l5oub .w6lo li::before,
.scrzh9ay .w6lo li::before,
.i23wt .w6lo li::before,
.jryk4 .w6lo 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;
}
.l5oub     .w6lo li::before { border-radius: 50%; }
.scrzh9ay  .w6lo li::before { border-radius: 3px; }
.i23wt .w6lo li::before { border-radius: 3px; }
.jryk4    .w6lo li::before { border-radius: 50%; }
.kp9ge { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.v49pqrvl .kp9ge,
.yhf76uq .kp9ge { background: transparent; border: none; border-radius: 0; }
.ap9cd2j8 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ap9cd2j8 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.ap9cd2j8 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.ap9cd2j8 tr:hover td { background: var(--bg-hover); }
.fru05igl .ap9cd2j8 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.yxxtgbv .ap9cd2j8 { border: 1px solid var(--border-alt); }
.yxxtgbv .ap9cd2j8 th,
.yxxtgbv .ap9cd2j8 td { border: 1px solid var(--border-alt); }
.nn2zhvbk .ap9cd2j8 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.nn2zhvbk .ap9cd2j8 td { border-bottom: none; }
.nn2zhvbk .ap9cd2j8 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.n8u9y .ap9cd2j8 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.fno9 .kp9ge {
  overflow: hidden;
}
.fno9 .ap9cd2j8 th { border-bottom: 1px solid var(--border-alt); }
.fno9 .ap9cd2j8 tr:last-child td { border-bottom: none; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.oh0ct .bvieykp {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.brg7 .xkcx { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.brg7 .dmtvp { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.n1xtmn { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.ua6al8g  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.xby3kp { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.mpa7 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.n1xtmn strong { color: var(--text-primary); font-size: 0.95rem; }
.n1xtmn p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.aewox0u { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.irck50, .qh6whq6j { border-radius: 8px; padding: 14px; }
.irck50 { background: var(--bg-pros); }
.qh6whq6j { background: var(--bg-cons); }
.zg1wdm { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.irck50 .zg1wdm { color: var(--c-pros-label); }
.qh6whq6j .zg1wdm { color: #f87171; }
.irck50 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.qh6whq6j ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.i0d0k { width: 100%; height: auto; border-radius: 10px; display: block; }
.kqs5j5 {
  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;
}
.kqs5j5:hover { opacity: 0.85; }
.sdmya3r .kqs5j5  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.sdmya3r .kqs5j5:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.mesvw5 .kqs5j5  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.mesvw5 .kqs5j5:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.pe35ihr .blun { border-radius: 50px; }
.pe35ihr .kqs5j5  { border-radius: 50px; }
.dwbrvgp7 .blun { padding-left: 22px; padding-right: 22px; }
.dwbrvgp7 .kqs5j5  { padding-left: 12px; padding-right: 12px; }
.c64k7 .blun { padding-left: 44px; padding-right: 44px; }
.c64k7 .kqs5j5  { padding-left: 24px; padding-right: 24px; }
.m9ez .blun { padding-left: 56px; padding-right: 56px; }
.m9ez .kqs5j5  { padding-left: 32px; padding-right: 32px; }
.ebzn53n   .blun::after, .ebzn53n   .kqs5j5::after,
.n4ajjb1u .blun::after, .n4ajjb1u .kqs5j5::after,
.s9k24    .blun::after, .s9k24    .kqs5j5::after,
.eyfq9py4    .blun::after, .eyfq9py4    .kqs5j5::after,
.y6v6oqnk    .blun::after, .y6v6oqnk    .kqs5j5::after,
.otz0l641     .blun::after, .otz0l641     .kqs5j5::after,
.is7j9oc    .blun::after, .is7j9oc    .kqs5j5::after,
.kw71pw   .blun::after, .kw71pw   .kqs5j5::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;
}
.ebzn53n .blun::after, .ebzn53n .kqs5j5::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");
}
.n4ajjb1u .blun::after, .n4ajjb1u .kqs5j5::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");
}
.s9k24 .blun::after, .s9k24 .kqs5j5::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");
}
.eyfq9py4 .blun::after, .eyfq9py4 .kqs5j5::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");
}
.y6v6oqnk .blun::after, .y6v6oqnk .kqs5j5::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");
}
.otz0l641 .blun::after, .otz0l641 .kqs5j5::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");
}
.is7j9oc .blun::after, .is7j9oc .kqs5j5::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");
}
.kw71pw .blun::after, .kw71pw .kqs5j5::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");
}
.kvray   .ku7db8y::after, .kvray   .n0ofixb7::after,
.lz01seu .ku7db8y::after, .lz01seu .n0ofixb7::after,
.lu81    .ku7db8y::after, .lu81    .n0ofixb7::after,
.ggcrum    .ku7db8y::after, .ggcrum    .n0ofixb7::after,
.wvokb7jv    .ku7db8y::after, .wvokb7jv    .n0ofixb7::after,
.jzgwtl     .ku7db8y::after, .jzgwtl     .n0ofixb7::after,
.oor4bp8x    .ku7db8y::after, .oor4bp8x    .n0ofixb7::after,
.gi5jrw4   .ku7db8y::after, .gi5jrw4   .n0ofixb7::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;
}
.kvray .ku7db8y::after, .kvray .n0ofixb7::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");
}
.lz01seu .ku7db8y::after, .lz01seu .n0ofixb7::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");
}
.lu81 .ku7db8y::after, .lu81 .n0ofixb7::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");
}
.ggcrum .ku7db8y::after, .ggcrum .n0ofixb7::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");
}
.wvokb7jv .ku7db8y::after, .wvokb7jv .n0ofixb7::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");
}
.jzgwtl .ku7db8y::after, .jzgwtl .n0ofixb7::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");
}
.oor4bp8x .ku7db8y::after, .oor4bp8x .n0ofixb7::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");
}
.gi5jrw4 .ku7db8y::after, .gi5jrw4 .n0ofixb7::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");
}
.jwshtx .h8uknzj { background: var(--bg-raised); }
.tu2kus.kqs5j5 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .k6ri {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .k6ri::before    { grid-area: rank;   }
  .lqbh           { grid-area: ident;  }
  .a72fa9     { grid-area: rating; min-width: 0; width: auto; }
  .dih5ipm           { grid-area: pills;  }
  .tu2kus             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .k6ri {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .k6ri::before    { justify-self: center; }
  .lqbh           { width: 100%; }
  .a72fa9     { justify-self: center; }
  .dih5ipm           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .vsll4zf .k9kaxpj {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .vsll4zf .r5xsk { margin: 0; }
}
.avw4o2pv .vdvfuk { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.avw4o2pv .izt6o7 h3 { color: var(--accent-light); }
.avw4o2pv .a17mdvi { background: var(--bg-page); border: 1px solid var(--border); }
.yhf76uq .aewox0u { gap: 10px; }
.yhf76uq .irck50, .yhf76uq .qh6whq6j { padding: 12px; }
.yhf76uq .irck50 ul, .yhf76uq .qh6whq6j ul { margin: 4px 0 0; padding-left: 18px; }
.yhf76uq .irck50 li, .yhf76uq .qh6whq6j li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .sxmdp8 { grid-template-columns: 1fr; }
  .e6htd { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .e6htd .h0liz28 { width: 72px; height: 50px; }
  .e6htd .tkicj71 { max-width: 180px; }
  .e6htd .ex7w5f { width: auto; }
}
@media (max-width: 720px) {
  .gy697p { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .jd1p { padding: 16px; }
  .d9r7 .lxxwno { min-width: 50%; }
}
.yug6ma .aewox0u { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .chrr2s9 { grid-template-columns: 1fr; }
  .mqyzb { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .k8e50 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .adry0 { flex-wrap: wrap; padding: 16px; }
}
.hj8h .aewox0u { gap: 8px; }
.hj8h .irck50, .hj8h .qh6whq6j { padding: 8px; }
@media (max-width: 480px) {
  .hcufz6l { flex-direction: column; align-items: stretch; }
}
.xhjpw3ax .ex7w5f .kqs5j5 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .bpxd { flex-direction: column; align-items: stretch; gap: 10px; }
  .xhjpw3ax .ex7w5f { text-align: center; }
}
@media (max-width: 720px) {
  .rvr4d7r { grid-template-columns: 1fr; }
  .qewv { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .d9x2oe8p { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .ak67lxoq { grid-template-columns: 1fr; }
  .rafb6h5 { width: 100px; height: 100px; margin: 16px auto; }
  .p41z211 { font-size: 1.4rem; }
  .bwbvopkf { justify-content: center; }
  .vcvujfu .lxxwno { min-width: 50%; }
}
.lnri0hdy .aewox0u { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .okn7c8mp { flex-wrap: wrap; padding: 14px 16px; }
  .u6ooel { padding: 12px 16px; }
  .lnri0hdy .aewox0u { margin: 0 16px; }
  .lnri0hdy .mq8fz3j { padding: 0 16px; }
  .nalxp3y6 { padding: 12px 16px; }
}
.kj2js2 .k6ri {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.kj2js2 .k6ri:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.n9x3t3 .z2znz7ir {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.mfyna { margin: 16px 0; }
.n8lnvf { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.n8lnvf summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.n8lnvf summary::after { content: "+"; color: var(--accent-light); }
.n8lnvf[open] summary::after { content: "−"; }
.n8lnvf p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.h936ohs { margin-bottom: 0; }
.hnnpr255 h2.z1zxm { color: var(--text-primary); border-color: var(--accent-light); }
.ac2y1u6 h2.z1zxm { color: var(--text-primary); border-color: var(--accent-light); }
.y1cy3b .ua6al8g     { background: #052e16; border-color: #10b981; }
.y1cy3b .xby3kp    { background: #1e1036; border-color: #a855f7; }
.y1cy3b .n1xtmn strong  { color: #f1f5f9; }
.y1cy3b .n1xtmn p       { color: #cbd5e1; }
.y1cy3b .xvyn9    .ua6al8g     .mpa7::before,
.y1cy3b .yt6zq  .ua6al8g     .mpa7::before,
.y1cy3b .pbi09z  .ua6al8g     .mpa7::before,
.y1cy3b .phd0u3g6 .ua6al8g     .mpa7::before { color: #10b981; }
.y1cy3b .xvyn9    .f81jll .mpa7::before,
.y1cy3b .yt6zq  .f81jll .mpa7::before,
.y1cy3b .pbi09z  .f81jll .mpa7::before,
.y1cy3b .phd0u3g6 .f81jll .mpa7::before { color: #f43f5e; }
.y1cy3b .xvyn9    .xby3kp    .mpa7::before,
.y1cy3b .yt6zq  .xby3kp    .mpa7::before,
.y1cy3b .pbi09z  .xby3kp    .mpa7::before,
.y1cy3b .phd0u3g6 .xby3kp    .mpa7::before { color: #a855f7; }
.bj5d6 .ua6al8g     { background: #2d2000; border-color: #eab308; }
.bj5d6 .xby3kp    { background: #2d1600; border-color: #f97316; }
.bj5d6 .n1xtmn strong  { color: #f1f5f9; }
.bj5d6 .n1xtmn p       { color: #cbd5e1; }
.bj5d6 .xvyn9    .ua6al8g     .mpa7::before,
.bj5d6 .yt6zq  .ua6al8g     .mpa7::before,
.bj5d6 .pbi09z  .ua6al8g     .mpa7::before,
.bj5d6 .phd0u3g6 .ua6al8g     .mpa7::before { color: #eab308; }
.bj5d6 .xvyn9    .f81jll .mpa7::before,
.bj5d6 .yt6zq  .f81jll .mpa7::before,
.bj5d6 .pbi09z  .f81jll .mpa7::before,
.bj5d6 .phd0u3g6 .f81jll .mpa7::before { color: #ef4444; }
.bj5d6 .xvyn9    .xby3kp    .mpa7::before,
.bj5d6 .yt6zq  .xby3kp    .mpa7::before,
.bj5d6 .pbi09z  .xby3kp    .mpa7::before,
.bj5d6 .phd0u3g6 .xby3kp    .mpa7::before { color: #f97316; }
.cxo8kl1m .ua6al8g     { background: #0c1a2e; border-color: #38bdf8; }
.cxo8kl1m .f81jll { background: #12103a; border-color: #818cf8; }
.cxo8kl1m .xby3kp    { background: #0a2020; border-color: #2dd4bf; }
.cxo8kl1m .n1xtmn strong  { color: #f1f5f9; }
.cxo8kl1m .n1xtmn p       { color: #cbd5e1; }
.cxo8kl1m .xvyn9    .ua6al8g     .mpa7::before,
.cxo8kl1m .yt6zq  .ua6al8g     .mpa7::before,
.cxo8kl1m .pbi09z  .ua6al8g     .mpa7::before,
.cxo8kl1m .phd0u3g6 .ua6al8g     .mpa7::before { color: #38bdf8; }
.cxo8kl1m .xvyn9    .f81jll .mpa7::before,
.cxo8kl1m .yt6zq  .f81jll .mpa7::before,
.cxo8kl1m .pbi09z  .f81jll .mpa7::before,
.cxo8kl1m .phd0u3g6 .f81jll .mpa7::before { color: #818cf8; }
.cxo8kl1m .xvyn9    .xby3kp    .mpa7::before,
.cxo8kl1m .yt6zq  .xby3kp    .mpa7::before,
.cxo8kl1m .pbi09z  .xby3kp    .mpa7::before,
.cxo8kl1m .phd0u3g6 .xby3kp    .mpa7::before { color: #2dd4bf; }
.emwj42 .ua6al8g     { background: var(--accent-bg); border-color: var(--accent-light); }
.emwj42 .xby3kp    { background: var(--accent-bg); border-color: var(--accent-pale); }
.emwj42 .xvyn9    .mpa7::before,
.emwj42 .yt6zq  .mpa7::before,
.emwj42 .pbi09z  .mpa7::before,
.emwj42 .phd0u3g6 .mpa7::before { color: var(--accent-light) !important; }
.sfvbapz8::before,
.qm1r::before { margin-right: 5px; }
.hyde0hx .irck50 ul li,
.hyde0hx .irck50 .sfvbapz8 { color: #22c55e; }
.hyde0hx .qh6whq6j ul li,
.hyde0hx .qh6whq6j .qm1r { color: #ef4444; }
.k1fr2cou .irck50 { background: var(--bg-pros); }
.k1fr2cou .qh6whq6j { background: var(--bg-cons); }
.k1fr2cou .irck50 .sfvbapz8 { color: var(--c-pros-label); }
.k1fr2cou .qh6whq6j .qm1r { color: var(--c-cons); }
.k1fr2cou .irck50 ul li,
.k1fr2cou .qh6whq6j ul li,
.nqtu .irck50 { background: var(--bg-pros); }
.nqtu .qh6whq6j { background: var(--bg-cons); }
.nqtu .irck50 .sfvbapz8 { color: var(--c-pros-label); }
.nqtu .qh6whq6j .qm1r { color: var(--c-cons); }
.nqtu .irck50 ul li,
.nqtu .b7dbwzsk li          { color: var(--c-pros); }
.nqtu .qh6whq6j ul li,
.nqtu .b8budiok li          { color: var(--c-cons); }
.hk47 .sfvbapz8::before { content: "✓ "; }
.hk47 .qm1r::before { content: "✗ "; }
.zkev .sfvbapz8::before { content: "→ "; }
.zkev .qm1r::before { content: "← "; }
.axdrynu .sfvbapz8::before { content: "★ "; }
.axdrynu .qm1r::before { content: "✕ "; }
.y27ssd3 .sfvbapz8::before { content: "◆ "; }
.y27ssd3 .qm1r::before { content: "▲ "; }
.ef8fmyr9 .n1xtmn { background: transparent; border-left: none; border: 1.5px solid; }
.ef8fmyr9 .ua6al8g     { border-color: var(--c-tip-border); }
.ef8fmyr9 .xby3kp    { border-color: #60a5fa; }
.ef8fmyr9 .n1xtmn strong { color: var(--text-primary); }
.ef8fmyr9 .n1xtmn p      { color: var(--text-muted); }
.ur3z .n1xtmn { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ur3z .ua6al8g     { border-top-color: var(--c-tip-border); }
.ur3z .xby3kp    { border-top-color: #60a5fa; }
.gh8d871k .n1xtmn { border-left: none; border-radius: 8px; }
.gh8d871k .ua6al8g     { background: #065f46; }
.gh8d871k .xby3kp    { background: #1e3a8a; }
.gh8d871k .n1xtmn strong,
.gh8d871k .n1xtmn p { color: #fff; }
.gh8d871k .mpa7::before { color: rgba(255,255,255,0.85) !important; }
.y1cy3b.gh8d871k .ua6al8g,
.y1cy3b .gh8d871k .ua6al8g     { background: #052e16; }
.y1cy3b.gh8d871k .xby3kp,
.y1cy3b .gh8d871k .xby3kp    { background: #1e1036; }
.bj5d6.gh8d871k .ua6al8g,
.bj5d6 .gh8d871k .ua6al8g      { background: #2d2000; }
.bj5d6.gh8d871k .xby3kp,
.bj5d6 .gh8d871k .xby3kp     { background: #2d1600; }
.cxo8kl1m.gh8d871k .ua6al8g,
.cxo8kl1m .gh8d871k .ua6al8g      { background: #0c1a2e; }
.cxo8kl1m.gh8d871k .f81jll,
.cxo8kl1m .gh8d871k .f81jll  { background: #12103a; }
.cxo8kl1m.gh8d871k .xby3kp,
.cxo8kl1m .gh8d871k .xby3kp     { background: #0a2020; }
.cjyr0 .n1xtmn { border-left: none; border-radius: 6px; padding: 10px 14px; }
.cjyr0 .ua6al8g     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.cjyr0 .xby3kp    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.cjyr0 .n1xtmn strong { color: var(--text-primary); }
.cjyr0 .n1xtmn p      { color: var(--text-muted); }
.iqvo .n1xtmn { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.xvyn9 .mpa7,
.yt6zq .mpa7,
.pbi09z .mpa7,
.phd0u3g6 .mpa7 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.xvyn9 .mpa7::before,
.yt6zq .mpa7::before,
.pbi09z .mpa7::before,
.phd0u3g6 .mpa7::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.xvyn9 .ua6al8g     .mpa7::before { content: "✦"; color: var(--c-tip-border); }
.xvyn9 .f81jll .mpa7::before { content: "▲"; color: var(--c-warn-border); }
.xvyn9 .xby3kp    .mpa7::before { content: "◉"; color: #60a5fa; }
.yt6zq .ua6al8g     .mpa7::before { content: "★"; color: var(--c-tip-border); }
.yt6zq .f81jll .mpa7::before { content: "◆"; color: var(--c-warn-border); }
.yt6zq .xby3kp    .mpa7::before { content: "●"; color: #60a5fa; }
.pbi09z .ua6al8g     .mpa7::before { content: "▶"; color: var(--c-tip-border); }
.pbi09z .f81jll .mpa7::before { content: "■"; color: var(--c-warn-border); }
.pbi09z .xby3kp    .mpa7::before { content: "▸"; color: #60a5fa; }
.phd0u3g6 .ua6al8g     .mpa7::before { content: "→"; color: var(--c-tip-border); }
.phd0u3g6 .f81jll .mpa7::before { content: "⬥"; color: var(--c-warn-border); }
.phd0u3g6 .xby3kp    .mpa7::before { content: "◈"; color: #60a5fa; }
.f50k .rgibfwyp .w1vvq,
.f50k .xoi0d .w1vvq  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.f50k .kp9ge          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.f50k .sys9vq                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.k3ccn8 .rgibfwyp .w1vvq,
.k3ccn8 .xoi0d .w1vvq,
.k3ccn8 .xkcx,
.k3ccn8 .k6ri,
.k3ccn8 .r5xsk,
.k3ccn8 .kp9ge,
.k3ccn8 .sys9vq,
.k3ccn8 .iqvo .n1xtmn { box-shadow: none; }
.omem   .dh1b, .omem .eq4366, .omem .titd7,
.omem   .xtzf, .omem .nrxxxlv7 { font-size: 0.9rem; }
.omem   .qjnbn, .omem .w6lo { font-size: 0.9rem; }
.u6tcu0   .dh1b, .u6tcu0 .eq4366, .u6tcu0 .titd7,
.u6tcu0   .xtzf, .u6tcu0 .nrxxxlv7 { font-size: 0.95rem; }
.u6tcu0   .qjnbn, .u6tcu0 .w6lo { font-size: 0.95rem; }
.jz311sye   .dh1b, .jz311sye .eq4366, .jz311sye .titd7,
.jz311sye   .xtzf, .jz311sye .nrxxxlv7 { font-size: 1.08rem; }
.jz311sye   .qjnbn, .jz311sye .w6lo { font-size: 1.05rem; }
.jz311sye   .ap9cd2j8 { font-size: 0.97rem; }
.c7qo1dnd .k9pof      { font-size: 3.2rem; }
.c7qo1dnd h2.z1zxm { font-size: 1.9rem; }
.c7qo1dnd h3.tea3ii8     { font-size: 1.4rem; }
.ukq9vnu .k9pof      { font-size: 3.8rem; }
.ukq9vnu h2.z1zxm { font-size: 2.2rem; }
.ukq9vnu h3.tea3ii8     { font-size: 1.6rem; }
.h936ohs + .h936ohs { position: relative; }
.ina41pz   .h936ohs + .h936ohs::before,
.m9j3p4nz  .h936ohs + .h936ohs::before,
.ahgp4   .h936ohs + .h936ohs::before,
.idf6xw   .h936ohs + .h936ohs::before,
.vcxsax   .h936ohs + .h936ohs::before,
.yfnxc .h936ohs + .h936ohs::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.ina41pz .h936ohs + .h936ohs::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.m9j3p4nz .h936ohs + .h936ohs::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ahgp4 .h936ohs + .h936ohs::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;
}
.idf6xw .h936ohs + .h936ohs::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.z95avdw .h936ohs { margin-bottom: 16px; }
.z95avdw .h936ohs + .h936ohs { margin-top: 0; }
.z95avdw .r5xdnk { padding-top: 0; padding-bottom: 0; }
.vcxsax .h936ohs + .h936ohs::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.yfnxc .h936ohs + .h936ohs::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ro6ot .h936ohs + .h936ohs::before,
.cp946k0 .h936ohs + .h936ohs::before,
.d3473 .h936ohs + .h936ohs::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%;
}
.h0zb .ro6ot .h936ohs:nth-child(even)::before,
.h0zb .cp946k0 .h936ohs:nth-child(even)::before,
.h0zb .d3473 .h936ohs:nth-child(even)::before { background: var(--bg-surface); }
.v8ab .ro6ot .h936ohs:nth-child(even)::before,
.v8ab .cp946k0 .h936ohs:nth-child(even)::before,
.v8ab .d3473 .h936ohs:nth-child(even)::before { background: var(--bg-card); }
.ro6ot .h936ohs + .h936ohs::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");
}
.cp946k0 .h936ohs + .h936ohs::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");
}
.d3473 .h936ohs + .h936ohs::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");
}
.kxo50c .p0iw8,
.n2quqr .p0iw8,
.houcj20 .p0iw8 { overflow: hidden; }
.kxo50c .i4zxix,
.n2quqr .i4zxix { margin-bottom: 60px; }
.houcj20 .i4zxix { margin-bottom: 70px; }
.kxo50c .p0iw8::before,
.n2quqr .p0iw8::before,
.houcj20 .p0iw8::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.kxo50c .p0iw8::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");
}
.n2quqr .p0iw8::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");
}
.houcj20 .p0iw8::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.fc84 .p0iw8:not(.f6m4il) .y3dwf { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ld4bo .p0iw8:not(.f6m4il) .y3dwf { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.erh4t  .p0iw8:not(.f6m4il) .y3dwf { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.m15z  .p0iw8:not(.f6m4il) .y3dwf { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ld4bo .f6m4il { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.ld4bo .kldw5l2 { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.ld4bo .gi9rkpd { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.jqdsp6 .f6m4il .y3dwf { background: none; }
.jqdsp6 .p0iw8:not(.f6m4il) .y3dwf { background: rgba(0,0,0,0.6); }
.xq0riii .lyxcbsy4 { float: left; width: 38%; margin: 0 28px 16px 0; }
.xq0riii .lyxcbsy4 .i0d0k { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xq0riii .r5xdnk::after { content: ''; display: block; clear: both; }
.c1bj2 .lyxcbsy4 { float: right; width: 38%; margin: 0 0 16px 28px; }
.c1bj2 .lyxcbsy4 .i0d0k { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.c1bj2 .r5xdnk::after { content: ''; display: block; clear: both; }
.xyx96 .h936ohs:nth-child(odd)  .lyxcbsy4 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.xyx96 .h936ohs:nth-child(even) .lyxcbsy4 { float: right; width: 38%; margin: 0 0 16px 28px; }
.xyx96 .lyxcbsy4 .i0d0k { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xyx96 .r5xdnk::after { content: ''; display: block; clear: both; }
.xyx96 .p2ym0,
.xyx96 .fgdiw2d { clear: both; }
@media (max-width: 900px) {
  .xq0riii .lyxcbsy4,
  .c1bj2 .lyxcbsy4,
  .xyx96 .h936ohs:nth-child(odd)  .lyxcbsy4,
  .xyx96 .h936ohs:nth-child(even) .lyxcbsy4 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .xq0riii .lyxcbsy4 .i0d0k,
  .c1bj2 .lyxcbsy4 .i0d0k,
  .xyx96 .lyxcbsy4 .i0d0k {
    max-height: none !important;
  }
}
.xq0riii .qjnbn,
.xq0riii .w6lo,
.c1bj2 .qjnbn,
.c1bj2 .w6lo,
.xyx96 .qjnbn,
.xyx96 .w6lo { overflow: hidden; }
@media (max-width: 640px) {
  .xq0riii .lyxcbsy4,
  .c1bj2 .lyxcbsy4,
  .xyx96 .lyxcbsy4 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.m4o4fanp .b1eia1,
.m4o4fanp .r5xdnk,
.m4o4fanp .ak7cxest  { max-width: 1100px; }
.wuip5p6v .b1eia1,
.wuip5p6v .r5xdnk,
.wuip5p6v .ak7cxest  { max-width: 1200px; }
.vday .b1eia1,
.vday .r5xdnk,
.vday .ak7cxest  { max-width: 1320px; }
.vday { --content-mw: 1320px; }
.awgc { font-size: 0.82rem; color: var(--text-muted); }
.vhk9g { display: flex; align-items: center; }
.tiwer06l {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.hiahou3x { display: flex; align-items: center; }
.kk5oi3d2 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.kk5oi3d2:hover { text-decoration: underline; }
.l3pk9ig { margin: 0 3px; opacity: 0.45; }
.l3pk9ig::before { content: '/'; }
.pn6jt2 { padding: 2px 5px; color: var(--text-main); }
.rk3o .awgc {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.rk3o .vhk9g { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.uupmol .awgc {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.uupmol .vhk9g { padding: 0 0 0 12px; }
.w1qjx {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.wp8oi .vhk9g { padding: 0 16px; }
.wp8oi .awgc {
  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);
}
.wp8oi .b1eia1 { padding-top: 28px; }
@media (max-width: 720px) {
  .w1qjx { margin-top: 18px; padding: 0 16px; }
  .wp8oi .b1eia1 { padding-top: 16px; }
}
.m4o4fanp.rk3o .vhk9g { max-width: 1100px; }
.wuip5p6v.rk3o .vhk9g { max-width: 1200px; }
.vday.rk3o .vhk9g { max-width: 1320px; }
.m4o4fanp .w1qjx { max-width: 1100px; }
.wuip5p6v .w1qjx { max-width: 1200px; }
.vday .w1qjx { max-width: 1320px; }
.ijc6bt .h936ohs { padding-top: 16px; padding-bottom: 16px; }
.myftm .h936ohs { padding-top: 24px; padding-bottom: 24px; }
.j38xfyyr .h936ohs { padding-top: 40px; padding-bottom: 40px; }
.q70um .h936ohs { padding-top: 52px; padding-bottom: 52px; }
.lp2u15h7 .h936ohs:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.lp2u15h7 .h936ohs:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.lp2u15h7 .h936ohs:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.lp2u15h7 .h936ohs:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.oo7uy7qe .r5xdnk { padding-top: 10px;  padding-bottom: 10px; }
.z2e96 .r5xdnk { padding-top: 18px;  padding-bottom: 18px; }
.t2dr .r5xdnk { padding-top: 36px;  padding-bottom: 36px; }
.g6dfsd7 .r5xdnk { padding-top: 48px;  padding-bottom: 48px; }
.lhq3mzsm h2.z1zxm { font-weight: 600; }
.lhq3mzsm h3.tea3ii8     { font-weight: 600; }
.sncr { font-weight: 500; }
.sncr h2.z1zxm { font-weight: 800; }
.sncr h3.tea3ii8     { font-weight: 700; }
.my41k h2.z1zxm { font-weight: 900; }
.my41k h3.tea3ii8     { font-weight: 800; }
.my41k .n1xtmn strong,
.my41k .n1xtmn strong { font-weight: 600; }
.ku7db8y {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.iv3ssm .ku7db8y { display: none; }
@media (max-width: 640px) {
  .akd4 { display: none; }
  .ku7db8y {
    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;
  }
}
.ku7db8y { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ku7db8y:hover { opacity: 0.85; }
.r3ek6y9s .ku7db8y { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.wluv .ku7db8y,
.zlwf4hx  .ku7db8y { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.wluv .ku7db8y:hover,
.zlwf4hx  .ku7db8y:hover { opacity: 0.88; }
.r3ek6y9s.wluv .ku7db8y,
.r3ek6y9s.zlwf4hx  .ku7db8y { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.n0ofixb7 {
  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;
}
.n0ofixb7:hover { transform: translateY(-2px); opacity: 0.92; }
.n0ofixb7 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.agyh96iy .n0ofixb7 { display: none; }
.ue9u018n .n0ofixb7 { right: 32px; }
.ko9nl36  .n0ofixb7 { left: 32px; }
@media (max-width: 480px) {
  .ue9u018n .n0ofixb7 { right: 20px; bottom: 20px; }
  .ko9nl36  .n0ofixb7 { left: 20px; bottom: 20px; }
}
.opo2 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ak7cxest { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.c7c28 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.q9pk { color: var(--text-dim); font-size: 0.8rem; }
.qfvtbk a, .e5gt1g a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.qfvtbk a:hover, .e5gt1g a:hover { color: var(--accent-light); }
.e5gt1g { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.o01s .ak7cxest { text-align: center; }
.o01s .e5gt1g { justify-content: center; margin-bottom: 16px; }
.o01s .c7c28 { margin-top: 0; }
.xbrh3 { margin-top: 10px; }
.xbrh3 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ak7cxest { padding-left: 16px; padding-right: 16px; }
  .c625ukfv .ak7cxest { padding: 20px 16px; }
  .e5gt1g { gap: 4px 12px; }
  .c7c28 { font-size: 0.78rem; }
}
.xx7ul .c7c28 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.xx7ul .q9pk { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .xx7ul .gxcr47ub { grid-template-columns: 1fr 1fr; } .xx7ul .ijchs { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xx7ul .gxcr47ub { grid-template-columns: 1fr; } }
.lbyq3j .c7c28 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .lbyq3j .als4lhlc { gap: 12px; } .lbyq3j .ctq2g3i { margin-right: 0; width: 100%; } }
.hs2l0 .c7c28 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.hs2l0 .q9pk { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .hs2l0 .n7mt { grid-template-columns: 1fr 1fr; } .hs2l0 .ewr3vc { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hs2l0 .n7mt { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .aymn .knwly { grid-template-columns: 1fr 1fr; } .aymn .i38y2ac:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .aymn .knwly { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .qwkftl5 .knwly { grid-template-columns: 1fr; } }
.qqmcp213 .ak7cxest { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.qqmcp213 .e5gt1g { justify-content: center; }
.r7ey0e .lg3u      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.r7ey0e .opo2 { background: var(--bg-page); border-top-color: var(--border-alt); }
.a1xt4 .lg3u      { background: #0d1117; border-bottom-color: #21262d; }
.a1xt4 .b25f { color: var(--accent-light); }
.a1xt4 .b4vdkrdo { --msep-color: #8b949e; }
.a1xt4 .b4vdkrdo a { color: #8b949e; }
.a1xt4 .b4vdkrdo a:hover { color: var(--accent-light); }
.a1xt4 .dv0h0dv { color: #8b949e; }
.a1xt4 .opo2 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.a1xt4 .c7c28,
.a1xt4 .q9pk { color: #6e7681; }
.a1xt4 .qfvtbk a, .a1xt4 .e5gt1g a,
.a1xt4 .qfvtbk a:hover, .a1xt4 .e5gt1g a:hover,
@media (max-width: 640px) {
  .a1xt4 .b4vdkrdo { background: #0d1117; border-top-color: #21262d; }
  .a1xt4 .b4vdkrdo li a { border-bottom-color: #21262d; }
}
.acu7vm .lg3u      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.acu7vm .b25f { color: var(--accent-light); }
.acu7vm .b4vdkrdo { --msep-color: #475569; }
.acu7vm .b4vdkrdo a { color: #475569; }
.acu7vm .b4vdkrdo a:hover { color: var(--accent-light); }
.acu7vm .dv0h0dv { color: #64748b; }
.acu7vm .opo2 { background: #f0f4f8; border-top-color: #cbd5e1; }
.acu7vm .c7c28,
.acu7vm .q9pk { color: #64748b; }
.acu7vm .qfvtbk a, .acu7vm .e5gt1g a,
.acu7vm .qfvtbk a:hover, .acu7vm .e5gt1g a:hover,
@media (max-width: 640px) {
  .acu7vm .b4vdkrdo { background: #f0f4f8; border-top-color: #cbd5e1; }
  .acu7vm .b4vdkrdo li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.wluv .lg3u      { background: var(--accent); border-bottom-color: var(--accent-light); }
.wluv .b25f { color: #fff; }
.wluv .b4vdkrdo { --msep-color: rgba(255,255,255,0.82); }
.wluv .b4vdkrdo a { color: rgba(255,255,255,0.82); }
.wluv .b4vdkrdo a:hover { color: #fff; }
.wluv .dv0h0dv { color: rgba(255,255,255,0.9); }
.wluv .opo2 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.wluv .c7c28,
.wluv .q9pk { color: rgba(255,255,255,0.72); }
.wluv .qfvtbk a, .wluv .e5gt1g a,
.wluv .qfvtbk a:hover, .wluv .e5gt1g a:hover,
@media (max-width: 640px) {
  .wluv .b4vdkrdo { background: var(--accent); border-top-color: var(--accent-light); }
  .wluv .b4vdkrdo li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.zlwf4hx .lg3u {
  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);
}
.zlwf4hx .opo2 {
  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) {
  .zlwf4hx .b4vdkrdo {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.whmz .o8zz { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.iysif .o8zz { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.xmyplw4g .o8zz { min-height: 72px; height: auto; }
.x7snfsy .o8zz { min-height: 84px; height: auto; }
.c625ukfv .o8zz { max-width: none; padding: 0 32px; }
.c625ukfv .ak7cxest  { max-width: none; padding: 24px 32px; }
.b70d0.wuip5p6v .o8zz { max-width: 1200px; }
.b70d0.vday .o8zz { max-width: 1320px; }
.znic   .b25f, .znic   .ctq2g3i { text-transform: capitalize; }
.q4kcvq .b25f, .q4kcvq .ctq2g3i { text-transform: lowercase; }
.xwnhzj .b25f, .xwnhzj .ctq2g3i { text-transform: uppercase; letter-spacing: 0.06em; }
.j0ienk, .a09637x {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.c38615 .j0ienk,
.q3up3s .j0ienk,
.wovyjn .j0ienk,
.m500g .j0ienk,
.e0sg8g   .b4vdkrdo a { font-weight: 500; }
.bgyeo410 .b4vdkrdo a { font-weight: 600; }
.wa204     .b4vdkrdo a { font-weight: 700; }
.mwgq24    .b4vdkrdo a { font-weight: 800; letter-spacing: 0.01em; }
.g5zrv     .b4vdkrdo > li + li::before,
.pk58q966    .b4vdkrdo > li + li::before,
.mg58nf48    .b4vdkrdo > li + li::before,
.qzuapbx .b4vdkrdo > li + li::before,
.kaa6v .b4vdkrdo > li + li::before,
.z2kdym  .b4vdkrdo > li + li::before,
.neq55x    .b4vdkrdo > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.g5zrv     .b4vdkrdo > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.pk58q966    .b4vdkrdo > li + li::before { content: "|"; }
.mg58nf48    .b4vdkrdo > li + li::before { content: "—"; }
.qzuapbx .b4vdkrdo > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.kaa6v .b4vdkrdo > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.z2kdym  .b4vdkrdo > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.neq55x    .b4vdkrdo > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .f57x .dv0h0dv,
  .tvczz9c0 .dv0h0dv,
  .n1qfgwf3 .dv0h0dv,
  .y0y4 .dv0h0dv,
  .s85g6 .dv0h0dv {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .f57x .dv0h0dv::before,
  .tvczz9c0 .dv0h0dv::before,
  .n1qfgwf3 .dv0h0dv::before,
  .y0y4 .dv0h0dv::before,
  .s85g6 .dv0h0dv::before { content: ""; display: block; flex-shrink: 0; }

  
  .f57x .dv0h0dv::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;
  }

  
  .tvczz9c0 .dv0h0dv::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;
  }

  
  .n1qfgwf3 .dv0h0dv::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;
  }

  
  .y0y4 .dv0h0dv::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;
  }

  
  .s85g6 .dv0h0dv::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) {
  .phbi .dv0h0dv {
    padding: 5px 14px;
  }
  .phbi .b4vdkrdo {
    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;
  }
  .phbi .b4vdkrdo li a {
    border-bottom: none; padding: 10px 22px;
  }
  .phbi .b4vdkrdo li a:hover { background: var(--bg-raised); }
  .phbi .t5csi,
  .ibo1 .t5csi,
  .gckg .t5csi { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .kn3yk .dv0h0dv {
    padding: 5px 10px;
  }
  .kn3yk .b4vdkrdo {
    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);
  }
  .kn3yk .b4vdkrdo.amuj73k { transform: translateX(0); }
  .kn3yk .b4vdkrdo li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .kn3yk .b4vdkrdo li:last-child a { border-bottom: none; }
  .wluv .b4vdkrdo,
  .a1xt4 .b4vdkrdo { background: var(--accent) !important; }
  .wluv .b4vdkrdo li a,
  .a1xt4 .b4vdkrdo li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .gckg .dv0h0dv {
    padding: 5px 10px;
  }
  .gckg .b4vdkrdo {
    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);
  }
  .gckg .b4vdkrdo::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .gckg .b4vdkrdo.amuj73k { transform: translateY(0); }
  .gckg .b4vdkrdo li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .w7j18m .dv0h0dv {
    padding: 5px 10px;
  }
  .w7j18m .b4vdkrdo {
    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;
  }
  .w7j18m .b4vdkrdo.amuj73k { opacity: 1; pointer-events: auto; }
  .w7j18m .b4vdkrdo li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .tlf5aoe     .dv0h0dv { border-radius: 0 !important; }
  .mvi97   .dv0h0dv { border-radius: 8px !important; }
  .p3es4i .dv0h0dv { border-radius: 50% !important; }
  .nit9adwf   .dv0h0dv { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .mcqibv .q1zvv { flex-direction: column; align-items: stretch; }
  .mcqibv .g8tun2im { flex-direction: row; min-width: auto; }
  .mcqibv .ro94zx { align-items: flex-start; text-align: left; }
}
.el6fqkti,
.el6fqkti.h936ohs,
.h0zb .el6fqkti,
.tl3woj1f .el6fqkti,
.v8ab .el6fqkti,
.frwe0l .el6fqkti {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.wv85vn {
  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;
}
.w79v9cy { flex: 1 1 280px; min-width: 0; }
.v0jzb0 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.mu2sgllb {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.zl322w {
  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;
}
.zl322w:hover { transform: translateY(-1px); opacity: 0.95; }
.pc0b7 .wv85vn {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.pc0b7 .v0jzb0 { color: var(--cta); }
.pc0b7 .mu2sgllb { color: var(--text-body); }
.pc0b7 .zl322w {
  background: var(--cta) !important;
  color: #fff !important;
}
.lcaq .wv85vn {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.lcaq .v0jzb0 { color: var(--text-primary); }
.lcaq .mu2sgllb { color: var(--text-body); }
.lcaq .zl322w {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .wv85vn {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .w79v9cy { flex: 0 0 auto; }
  .v0jzb0 { font-size: 1.2rem; }
  .zl322w { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.kbvtv53 .nm1een3 { height: 36px; }
.ul996qye .nm1een3 { height: 60px; max-width: 200px; }
.sxowghie .nm1een3 { height: 56px; max-width: 180px; }
@media (min-width: 720px) {
  .siw8 .fgdiw2d {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .siw8 .k6ri {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .siw8 .k6ri { padding: 40px 16px 20px; }
  .siw8 .v3txs {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .siw8 .tu2kus { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .essai .k6ri {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .essai .k6ri::before {
    position: absolute; top: 14px; left: 14px;
  }
  .essai .lqbh {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .essai .gduck3t0 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .essai .v3txs {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .essai .tu2kus { width: 100%; min-width: 0; }
  .essai .z2znz7ir { min-width: 0; }
}
.sda16le .n8lnvf {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.sda16le .n8lnvf summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.sda16le .n8lnvf p { padding: 0 2px 16px; }
.b47szcwk .n8lnvf { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.b47szcwk .n8lnvf summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.b47szcwk .n8lnvf summary::after { content: "›"; font-size: 1.2em; }
.b47szcwk .n8lnvf[open] summary::after { content: "‹"; }
.b47szcwk .n8lnvf p { padding: 10px 22px 4px; }
.tf46vy .n8lnvf {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.tf46vy .n8lnvf summary { color: var(--text-primary); padding-left: 16px; }
.tf46vy .n8lnvf summary::after { content: "›"; font-size: 1.1em; }
.tf46vy .n8lnvf[open] summary::after { content: "‹"; }
.tf46vy .n8lnvf p { padding-left: 16px; }
.fmp7f9 .mfyna { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.fmp7f9 .n8lnvf {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.fmp7f9 .n8lnvf:last-child { border-bottom: none; }
.fmp7f9 .n8lnvf summary { color: var(--text-primary); border-radius: 0; }
.fmp7f9 .n8lnvf summary::after { content: "›"; font-size: 1.1em; }
.fmp7f9 .n8lnvf[open] summary::after { content: "‹"; }
.pd226w .n8lnvf { overflow: hidden; }
.pd226w .n8lnvf summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.pd226w .n8lnvf summary::after { color: rgba(255,255,255,.75); }
.pd226w .n8lnvf[open] summary { border-radius: 0; }
.u3imluw { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.m024gg1 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.are7ly {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.aeahxn { color: var(--text-muted); font-size: 1.05rem; }
.j5l2 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.x4oms {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.tvd02j { margin-bottom: 20px; }
.pgz92j {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.xdk34a {
  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;
}
.xdk34a:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.e41es { resize: vertical; min-height: 130px; }
.odaba { width: 100%; margin-top: 8px; }
.nys31ea {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.rzgrhkj {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.cijs1 { color: var(--text-muted); line-height: 1.75; }
.e6wssw { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.e6wssw li { margin-bottom: 6px; }
.l6ckxpc { max-width: 760px; margin: 0 auto; }
.t8971 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.xt7rm { max-width: 760px; margin: 0 auto; }
.wsgk2f ul.e6wssw { margin: 0; }
@media (max-width: 640px) { .so87tgq1 { grid-template-columns: 1fr; gap: 10px; } }
.i2bm { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.pae7b { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.q5qr9k { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.pae7b p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.pae7b .e6wssw { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .i2bm { grid-template-columns: 1fr; } }
.vy35db { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.vy35db:hover .oznf { color: var(--accent-light); text-decoration: underline; }
.wgqq { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.jdujmf { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.jdujmf:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.n2l5r7 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.jdujmf p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.jdujmf ul.e6wssw { margin: 0; }
.hp7n { color: var(--text-muted); line-height: 1.75; }
.e5isd .e6wssw,
.c1g1ph9 .e6wssw,
.w56i .e6wssw,
.or5aw13 .e6wssw {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.e5isd .jdujmf,
.c1g1ph9 .jdujmf { text-align: left; }
.e5isd .n2l5r7,
.c1g1ph9 .n2l5r7 { text-align: center; }
.jijn7k { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.exeawm { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.a3r24u96 { font-size: 1.1rem; }
.u9uc { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.q2pd { margin-top: 12px; }
.hu7t1nae { 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; }
.hu7t1nae:hover { border-bottom-color: var(--accent-light); }
.wvowez70 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.wvowez70 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.b1wh84 { width: 260px; height: 260px; }
.ihsk { border-radius: 50%; }
.rssb { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.xw18 { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .pj5syx { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ziln .u9uc, .ziln .exeawm { max-width: 640px; }
.dg0t { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.liz1r { position: sticky; top: 96px; align-self: start; }
.liz1r .jijn7k { font-size: 1.6rem; margin-top: 18px; }
.kzlr2x .u9uc { margin-bottom: 28px; }
@media (max-width: 860px) { .dg0t { grid-template-columns: 1fr; } .liz1r { position: static; text-align: center; } }
.bn3t8d7 .wvowez70 { margin: 0 auto 18px; }
.bn3t8d7 .rssb { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .b5a7dkn { grid-template-columns: 1fr; } }
.nmqu1 .jijn7k { font-size: 1.6rem; margin-bottom: 6px; }
.or5aw13 .e6wssw { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .nmqu1 { flex-direction: column; text-align: center; } .nbyh06y { grid-template-columns: 1fr; } }
.w12ilm .jijn7k { font-size: 1.35rem; margin: 0 0 4px; }
.w12ilm .rssb { margin: 0; }
.h8n6w .are7ly { color: var(--accent-light); }
.hfgtfn .are7ly { font-size: 2rem; }
.hfgtfn .aeahxn { max-width: 680px; }
.hsr00i .are7ly { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.hsr00i .aeahxn  { margin: 0; }
@media (max-width: 640px) { .hsr00i { flex-direction: column; } }
.kpkwyq .are7ly { color: var(--accent-light); }
.xws5gzju {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.xws5gzju .are7ly { color: #fff; }
.xws5gzju .aeahxn  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .p0hqg9zg { grid-template-columns: 1fr; } }
.wy90l7oy .xdk34a {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.wy90l7oy .xdk34a:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.eaagml2i .xdk34a { background: var(--bg-raised); border-color: transparent; }
.eaagml2i .xdk34a:focus { background: var(--bg-card); border-color: var(--accent-light); }
.tr5bhdm .xdk34a { border-radius: 100px; padding: 11px 20px; }
.tr5bhdm .e41es { border-radius: 14px; }
.svan8stw {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.svan8stw summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.svan8stw summary::-webkit-details-marker { display: none; }
.svan8stw summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.svan8stw[open] summary::after { content: "−"; }
.fjdfvvbi {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .tzdnu { grid-template-columns: 1fr; } }
.hwcc4xno { counter-reset: priv-count; }
.lme2v3 {
  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);
}
.lme2v3:last-child { border-bottom: none; }
.pwthb {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.lme2v3 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.lme2v3 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.e7nt1b { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.e7nt1b li { margin-bottom: 6px; }
.amt6h{display:none}
.amt6h:empty,.vngk9y:empty{display:none}
.dwu251n{position:relative;overflow:visible}
.vtpx9wk .thjz2aqy,.cg7t .thjz2aqy,
.dgsi2o6p .thjz2aqy,.nwxq7 .thjz2aqy,
.nmaxvl06 .thjz2aqy,.zyzor559 .thjz2aqy{display:block}
.us6bth .r1waz7yo{display:block}
.vtpx9wk .thjz2aqy,.cg7t .thjz2aqy,
.dgsi2o6p .thjz2aqy,.nwxq7 .thjz2aqy,
.nmaxvl06 .thjz2aqy{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}
.vtpx9wk .thjz2aqy .vngk9y,.cg7t .thjz2aqy .vngk9y,
.dgsi2o6p .thjz2aqy .vngk9y,.nwxq7 .thjz2aqy .vngk9y,
.nmaxvl06 .thjz2aqy .vngk9y{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}
.vtpx9wk .d7itc,.cg7t .d7itc,
.dgsi2o6p .d7itc,.nwxq7 .d7itc,
.nmaxvl06 .d7itc{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.vtpx9wk .thjz2aqy,.cg7t .thjz2aqy{top:12px}
.vtpx9wk .thjz2aqy .vngk9y{margin-right:auto}
.cg7t .thjz2aqy .vngk9y{margin-left:auto}
.cg7t .thjz2aqy{text-align:right}
.dgsi2o6p .thjz2aqy,.nwxq7 .thjz2aqy{bottom:12px}
.dgsi2o6p .thjz2aqy .vngk9y{margin-right:auto}
.nwxq7 .thjz2aqy .vngk9y{margin-left:auto}
.nwxq7 .thjz2aqy{text-align:right}
.nmaxvl06 .thjz2aqy{position:relative;margin-top:16px}
.nmaxvl06 .thjz2aqy .vngk9y{margin:0 auto}
.zyzor559 .thjz2aqy{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.zyzor559 .thjz2aqy .vngk9y{margin:0}
.zyzor559 .gi9rkpd~.thjz2aqy,
.zyzor559 .gb4n~.thjz2aqy{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.zyzor559 .gi9rkpd~.thjz2aqy .vngk9y,
.zyzor559 .gb4n~.thjz2aqy .vngk9y{justify-content:flex-start}
.gi9rkpd~.thjz2aqy,.gb4n~.thjz2aqy{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}
.gi9rkpd~.thjz2aqy .vngk9y{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.gb4n~.thjz2aqy .vngk9y{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.r1waz7yo .vngk9y{margin:0 0 12px}
.vngk9y{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.m72d{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.oznf{font-weight:600;color:var(--text-heading);opacity:1}
.z6x2s7j::before{content:"·";margin:0 2px;opacity:.5}
.d7itc{white-space:nowrap}
.bbwjmui6 .m72d{display:none}
.njstd2 .d7itc{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.njstd2 .z6x2s7j::before{content:""}
.eoj9zsf .d7itc{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}
.eoj9zsf .z6x2s7j::before{content:""}
.tusuo .vngk9y{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.lgypzr6x .d7itc{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.lgypzr6x .z6x2s7j::before{content:""}
.vp8ies .d7itc{color: var(--accent-light);opacity:1;font-weight:500}
.rd9dnl .d7itc{border-bottom:1px solid currentColor;padding-bottom:2px}
.w5fgdsk .vngk9y{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.p78b{--date-bg:var(--accent-bg-light)}
.xihf0bh .z6x2s7j::before{content:""}
.zs32vj .z6x2s7j::before{content:"•";opacity:.4}
.zs32vj .d7itc + .d7itc::before{content:"•";margin-right:6px;opacity:.4}
.wae5f .z6x2s7j::before{content:"/";opacity:.35}
.wae5f .d7itc + .d7itc::before{content:"/";margin-right:6px;opacity:.35}
.us1cekc .z6x2s7j::before{content:"|";opacity:.3}
.us1cekc .d7itc + .d7itc::before{content:"|";margin-right:6px;opacity:.3}
.i7v32f .z6x2s7j::before{content:"—";opacity:.3}
.i7v32f .d7itc + .d7itc::before{content:"—";margin-right:6px;opacity:.3}
.aqil .z6x2s7j::before{content:"◆";font-size:.5em;opacity:.35}
.aqil .d7itc + .d7itc::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.q1qiu .z6x2s7j::before{content:"·";opacity:.4}
.q1qiu .d7itc + .d7itc::before{content:"·";margin-right:6px;opacity:.4}
.i1jyj .z6x2s7j::before{content:"›";opacity:.4}
.i1jyj .d7itc + .d7itc::before{content:"›";margin-right:6px;opacity:.4}
.mqxbqr .z6x2s7j::before{content:"→";opacity:.35;font-size:.85em}
.mqxbqr .d7itc + .d7itc::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.esg8fv .q9j84{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .q9j84{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .bx36xw{max-width:100%}
}
.v2eze .kp9ge{margin:0}
@media (max-width:560px){
  .kbnl{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) {
  .g8w4v { padding: 28px 18px 20px; }
  .oqt2t { font-size: 1.2rem; }
  .onn38 { max-width: 220px; max-height: 80px; }
}
.ve0423b .upunorr { border-radius: 22px; }
.mhq850b .wv85vn {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .upunorr { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.u40lvw {
  margin: 28px 0 24px;
}
.u40lvw .h936ohs {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.u40lvw .r5xdnk {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.u40lvw .wv85vn {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .o8zz { flex-direction: row-reverse; }
[dir="rtl"] .b4vdkrdo { flex-direction: row-reverse; }
[dir="rtl"] .ue9u018n .n0ofixb7 { right: auto; left: 32px; }
[dir="rtl"] .ko9nl36  .n0ofixb7 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .ue9u018n .n0ofixb7 { right: auto; left: 20px; }
  [dir="rtl"] .ko9nl36  .n0ofixb7 { left: auto;  right: 20px; }
}
[dir="rtl"] .xq0riii .lyxcbsy4  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .c1bj2 .lyxcbsy4 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .qjnbn, [dir="rtl"] .w6lo { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .irck50 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .qh6whq6j { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .n1xtmn { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .wv85vn { direction: rtl; }
[dir="rtl"] .awgc { direction: rtl; }
[dir="rtl"] .sys9vq { direction: rtl; }
[dir="rtl"] .lpf7go { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .l5oub .w6lo,
[dir="rtl"] .scrzh9ay .w6lo,
[dir="rtl"] .i23wt .w6lo,
[dir="rtl"] .jryk4 .w6lo {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .l5oub .w6lo li::before,
[dir="rtl"] .scrzh9ay .w6lo li::before,
[dir="rtl"] .i23wt .w6lo li::before,
[dir="rtl"] .jryk4 .w6lo li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .p0iw8.hf8hfn .i4zxix,
[dir="rtl"] .c59b.hf8hfn .i4zxix,
[dir="rtl"] .f6m4il.hf8hfn .i4zxix,
[dir="rtl"] .detcg.hf8hfn .i4zxix,
[dir="rtl"] .i1jzw3.hf8hfn .i4zxix { text-align: right; }
[dir="rtl"] .gi9rkpd.hf8hfn .o5e81p { align-items: flex-end; text-align: right; }
[dir="rtl"] .r5xdnk,
[dir="rtl"] .xtzf,
[dir="rtl"] .nrxxxlv7,
[dir="rtl"] .vwzq4ly,
[dir="rtl"] .i4zxix { text-align: right; }
[dir="rtl"] .x4oms,
[dir="rtl"] .pgz92j,
[dir="rtl"] .u9uc,
[dir="rtl"] .xdk34a,
[dir="rtl"] .e41es { text-align: right; direction: rtl; }
[dir="rtl"] .tr5bhdm .xdk34a,
[dir="rtl"] .wy90l7oy .xdk34a { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #a855f7;
  --brand:           #a855f7;
  --brand-light:     #bb7ff5;
  --brand-pale:      #d4b3f4;
  --grad-start:      #750adb;
  --grad-end:        #9b3cf5;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #d946ef;
  --cta-light:       #e58ff1;
  --cta-hover:       #e06bf2;
  --bg-page:         #0c0216;
  --bg-surface:      #140424;
  --bg-card:         #1c0631;
  --bg-card-inner:   #24083f;
  --bg-raised:       #2c094c;
  --bg-hover:        #330b5a;
  --border:          #3e0d6c;
  --border-alt:      #4d1187;
  --border-section:  #3e0d6c;
  --text-primary:    #e5e2e8;
  --text-muted:      #a59cae;
  --text-body:       #ccc6d1;
  --text-sub:        #a59cae;
  --text-faint:      #73677e;
  --text-dim:        #595062;
  --text-label:      #8c8097;
  --text-value:      #bfb8c5;
  --accent-bg:       #1f0b31;
  --accent-bg-light: #2e0f4c;
  --bg-tip:          #162623;
  --bg-warning:      #272115;
  --bg-info:         #161a26;
  --bg-pros:         #162623;
  --bg-cons:         #26161a;
  --c-pros:          #7af4db;
  --c-cons:          #e6899d;
  --c-pros-label:    #4bf0ce;
  --c-tip-border:    #2aedc5;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #7af4db;
}
:root { --logo-bg-opacity: 48%; }
body, button, input { font-family: "Inter", sans-serif; }
.qftvi125 .mpa7 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.qftvi125 .mpa7::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.qftvi125 .ua6al8g     .mpa7::before { content: "";  color: var(--c-tip-border); }.qftvi125 .f81jll .mpa7::before { content: ""; color: var(--c-warn-border); }.qftvi125 .xby3kp    .mpa7::before { content: ""; color: #60a5fa; }.y1cy3b .qftvi125 .ua6al8g     .mpa7::before { color: #10b981; }.y1cy3b .qftvi125 .f81jll .mpa7::before { color: #f43f5e; }.y1cy3b .qftvi125 .xby3kp    .mpa7::before { color: #a855f7; }.bj5d6  .qftvi125 .ua6al8g     .mpa7::before { color: #eab308; }.bj5d6  .qftvi125 .f81jll .mpa7::before { color: #ef4444; }.bj5d6  .qftvi125 .xby3kp    .mpa7::before { color: #f97316; }.cxo8kl1m  .qftvi125 .ua6al8g     .mpa7::before { color: #38bdf8; }.cxo8kl1m  .qftvi125 .f81jll .mpa7::before { color: #818cf8; }.cxo8kl1m  .qftvi125 .xby3kp    .mpa7::before { color: #2dd4bf; }.emwj42 .qftvi125 .mpa7::before { color: var(--accent-light) !important; }
.v4dwf .b7dbwzsk li::before, .v4dwf .b8budiok 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; }.v4dwf .b7dbwzsk li::before { content: ""; }.v4dwf .b8budiok li::before { content: ""; }.v4dwf .sfvbapz8::before, .v4dwf .qm1r::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.v4dwf .sfvbapz8::before { content: ""; }.v4dwf .qm1r::before { content: ""; }
.rlzc .e9oz, .rlzc .gi9rkpd { min-height: 520px; }
.fdzeo .ku7db8y::after,.fdzeo .n0ofixb7::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.l3pk9ig::before { content: '|'; opacity: 0.3; }