:root {
  --color-accent: #971c02;
  --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;
}
.xljsw4m0 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ndaqi {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ulctg53 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.sojqit97 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ihwtr { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ihwtr a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ihwtr a:hover { color: var(--accent-light); }
.ba6fwrz0   .ktyt { border-radius: 0; }
.acmohi6  .ktyt li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .ktyt {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .go04u3:hover .ktyt,
  .go04u3:focus-within .ktyt { display: block; }
  .ktyt li a { padding: 8px 16px; font-size: 0.88rem; }
}
.ekctltx {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.cgpnq { display: none; }
@media (max-width: 640px) {
  .cgpnq {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .cgpnq.fhv0 { display: block; }
}
@media (max-width: 640px) {
  .ekctltx { display: block; }
  .ihwtr > li + li::before { display: none !important; }
  .ihwtr {
    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;
  }
  .ihwtr.fhv0 { display: flex; }
  .ihwtr li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ihwtr li:last-child a { border-bottom: none; }
}
.chw5ax { min-height: 480px; }
.qtlx {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.niljde2d { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.cl78 .niljde2d { margin-left: 0; margin-right: 0; }
.ydnb515e {
  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;
}
.tyec71h8 .ydnb515e { margin-top: 24px; }
.ydnb515e:hover { opacity: 0.88; }
.crri06u5 .wtq8o5 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.crri06u5 .qtlx { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.crri06u5 .niljde2d { color: #e2e8f0; }
.crri06u5.lmao63p .wtq8o5 { text-align: center; }
.crri06u5.cl78   .wtq8o5 { text-align: left; }
.ek9w {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.ek9w .wtq8o5 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.ek9w .qtlx { color: var(--text-primary); text-shadow: none; }
.ek9w .niljde2d { color: var(--text-muted); }
.ek9w .ydnb515e { margin-top: 16px; }
.ek9w, .ek9w.chw5ax { min-height: auto !important; }
.ek9w.lmao63p .wtq8o5 { text-align: center; }
.ek9w.cl78   .wtq8o5 { text-align: left; }
.ek9w~.vvw1rd{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}
.ek9w~.vvw1rd .csyfokg7{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.jsmqtbov .qtlx { color: #fff; }
.jsmqtbov .niljde2d { color: rgba(255,255,255,0.85); }
.jsmqtbov .ydnb515e { background: #fff; color: var(--cta); }
.jsmqtbov .ydnb515e:hover { opacity: 0.92; }
.norpenb .qtlx { text-shadow: none; color: var(--text-primary); }
.norpenb .niljde2d { color: var(--text-muted); }
body.w6fd6a .qtlx {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.zmvm2 .qtlx {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.chw5ax.jsmqtbov .qtlx,
section.jsmqtbov .qtlx {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.norpenb.cl78   .tzw32p { align-items: flex-start; text-align: left; }
.chw5ax .qb2a4 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.qb2a4 .imyhdlh.rgfu3 {
  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;
}
.qb2a4 .imyhdlh.rgfu3:hover { opacity: 0.85; }
.t6rfpy8 .wtq8o5 { padding-bottom: 24px; }
.tyec71h8 .wtq8o5 { max-width: 1100px; }
@media (max-width: 700px) {
  .norpenb { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .norpenb:not(.xmnie) .fpxau { display: none !important; }
  .xmnie .fpxau { padding: 16px; }
  .tzw32p  { padding: 36px 24px; }
  .norpenb~.vvw1rd,.k0m1l~.vvw1rd{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .chw5ax, .norpenb { min-height: 320px !important; }
  .qtlx { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .xmq8u,
  .vvjc72y,
  .dkmmw { grid-template-columns: 1fr !important; }

  

  
  .t6rfpy8 { display: flex !important; flex-direction: column !important; }
  .t6rfpy8 .wtq8o5 { display: contents; }
  .t6rfpy8 .s73at74f { order: 0; }
  .t6rfpy8 .qtlx { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .t6rfpy8 .xmq8u { order: 2; padding: 0 16px 12px !important; }
  .t6rfpy8 .niljde2d { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .tyec71h8 .wtq8o5 { display: flex; flex-direction: column; }
  .tyec71h8 .wtq8o5 .qtlx { order: 1; }
  .tyec71h8 .wtq8o5 .dkmmw { order: 2; margin: 8px 0 24px !important; }
  .tyec71h8 .wtq8o5 .niljde2d { order: 3; }
  .tyec71h8 .wtq8o5 .ydnb515e { order: 4; align-self: center; margin-top: 0; }

  
  .norpenb.xmnie {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .norpenb.xmnie .tzw32p { display: contents; padding: 0; }
  .norpenb.xmnie .tzw32p .qtlx { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .norpenb.xmnie .fpxau { order: 2; padding: 12px 16px; }
  .norpenb.xmnie .tzw32p .niljde2d { order: 3; padding: 0 24px; margin: 0 auto; }
  .norpenb.xmnie .tzw32p .ydnb515e { order: 4; align-self: center; margin: 8px 0 32px; }
}
.ykx3zoiw { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.vvo9 { width: 100%; height: auto; display: block; border-radius: 10px; }
.rjag1kkl .ykx3zoiw        { border-radius: 16px; }
.rjag1kkl .vvo9  { border-radius: 16px; }
.j5uno0v .ykx3zoiw         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.j5uno0v .vvo9   { border-radius: 8px; }
.gh93 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ycqnegh5 { width: 100%; padding: 32px 0; position: relative; }
.wtd5tl { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ijyc1 .ycqnegh5:nth-child(even) { background: var(--bg-surface); }
.ijyc1 .ycqnegh5:nth-child(odd)  { background: var(--bg-page); }
.xc3o25 .ycqnegh5:nth-child(even) { background: var(--bg-card); }
.xc3o25 .ycqnegh5:nth-child(odd)  { background: var(--bg-page); }
.ijyc1 .ycqnegh5:nth-child(odd)  .wtd5tl { background: var(--bg-card); border-radius: 6px; }
.ijyc1 .ycqnegh5:nth-child(even) .wtd5tl { background: var(--bg-raised); border-radius: 6px; }
.xc3o25 .ycqnegh5:nth-child(odd)  .wtd5tl { background: var(--bg-card); border-radius: 6px; }
.xc3o25 .ycqnegh5:nth-child(even) .wtd5tl { background: var(--bg-raised); border-radius: 6px; }
.ijyc1 .ycqnegh5:nth-child(even) .xw2m29m .o88w,
.xc3o25 .ycqnegh5:nth-child(even) .xw2m29m .o88w { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ijyc1 .ycqnegh5:nth-child(odd) .xw2m29m .o88w,
.xc3o25 .ycqnegh5:nth-child(odd) .xw2m29m .o88w { background: var(--bg-card-inner); }
.ijyc1 .ycqnegh5:nth-child(even) .wv29x2ez .o88w:nth-child(odd),
.xc3o25 .ycqnegh5:nth-child(even) .wv29x2ez .o88w:nth-child(odd)  { background: var(--bg-card); }
.ijyc1 .ycqnegh5:nth-child(even) .wv29x2ez .o88w:nth-child(even),
.xc3o25 .ycqnegh5:nth-child(even) .wv29x2ez .o88w:nth-child(even) { background: var(--bg-card-inner); }
h1.hk0b1mx { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.hk0b1mx {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.ot1gw4lb { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.im5qh27 h2.hk0b1mx {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ffcnn6p h2.hk0b1mx {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.fh4l8y h2.hk0b1mx {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.rw3ylrr h2.hk0b1mx::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.nq3d2uv h2.hk0b1mx {
  color: var(--text-primary); font-size: 1.7rem;
}
.z5f5hpuw h2.hk0b1mx::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.v7ffn1r h2.hk0b1mx {
  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;
}
.tlnix { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .tlnix { display: none; } }
.e67uzhr { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.d04x { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.y5qsk {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.hobt30wm { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.rapdj1fs { padding-left: 20px; }
.rapdj1fs li { margin-bottom: 6px; }
.rapdj1fs a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.rapdj1fs a:hover { color: var(--accent-light); }
.sm1yxcv .hobt30wm { display: none; }
.ewri1 .hobt30wm { display: none; }
.ewri1 .rapdj1fs { padding-left: 0; list-style: none; }
.ewri1 .rapdj1fs li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.ewri1 .rapdj1fs a { font-size: 0.92rem; }
.pdtll .y5qsk { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.pdtll .hobt30wm { display: none; }
.pdtll .rapdj1fs { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.pdtll .rapdj1fs li { margin-bottom: 0; }
.pdtll .rapdj1fs 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;
}
.pdtll .rapdj1fs a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.iab86 .y5qsk { padding: 20px 20px 16px; }
.iab86 .rapdj1fs {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.iab86 .rapdj1fs li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.iab86 .rapdj1fs 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;
}
.iab86 .rapdj1fs 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;
}
.iab86 .rapdj1fs a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.iab86 .rapdj1fs a:focus,
.iab86 .rapdj1fs a:focus-visible,
.iab86 .rapdj1fs a:target { outline: none; }
.iab86 .rapdj1fs li:target a { border-color: var(--border); color: var(--text-muted); }
.y7q9 .y5qsk { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.y7q9 .hobt30wm { display: none; }
.y7q9 .rapdj1fs { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.y7q9 .rapdj1fs li { margin-bottom: 0; }
.y7q9 .rapdj1fs li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.y7q9 .rapdj1fs li:last-child::after { content: ""; margin-right: 0; }
.y7q9 .rapdj1fs a { font-size: 0.9rem; }
.o88w { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.xw2m29m .o88w { background: var(--bg-card); }
.wv29x2ez .o88w:nth-child(odd)  { background: var(--bg-card); }
.wv29x2ez .o88w:nth-child(even) { background: var(--bg-raised); }
.u2tgo76 .o88w {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.u2tgo76 .o88w:last-child { border-bottom: none; }
.u2tgo76 h3.ot1gw4lb { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.tch8 .o88w {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.tch8 .o88w + .o88w { margin-top: 4px; }
.inuxzlx5 .o88w { background: none; border-radius: 0; padding: 12px 0; }
.inuxzlx5 .o88w + .o88w { border-top: 1px solid var(--border-section); }
.v3m7l6m { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.x6szfg8 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.aqxwen7f { color: var(--text-body); margin-bottom: 10px; }
.yi0svss, .u88krq { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.yi0svss li, .u88krq li { margin-bottom: 6px; }
.u88krq li { list-style: decimal; }
.s8y99hc     .yi0svss { list-style-type: "● "; }
.i12k  .yi0svss { list-style-type: "■ "; }
.cp31vyp .yi0svss { list-style-type: "◆ "; }
.d8az5x    .yi0svss { list-style-type: "★ "; }
.s8y99hc     .z4usy { list-style-type: "● "; }
.i12k  .z4usy { list-style-type: "■ "; }
.cp31vyp .z4usy { list-style-type: "◆ "; }
.d8az5x    .z4usy { list-style-type: "★ "; }
.s8y99hc    .yi0svss li::marker, .s8y99hc    .z4usy li::marker,
.i12k .yi0svss li::marker, .i12k .z4usy li::marker,
.cp31vyp .yi0svss li::marker, .cp31vyp .z4usy li::marker,
.d8az5x   .yi0svss li::marker, .d8az5x   .z4usy li::marker {
  color: var(--cta); font-size: 1em;
}
.s8y99hc .u88krq,
.i12k .u88krq,
.cp31vyp .u88krq,
.d8az5x .u88krq {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.s8y99hc .u88krq li,
.i12k .u88krq li,
.cp31vyp .u88krq li,
.d8az5x .u88krq li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.s8y99hc .u88krq li::before,
.i12k .u88krq li::before,
.cp31vyp .u88krq li::before,
.d8az5x .u88krq 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;
}
.s8y99hc     .u88krq li::before { border-radius: 50%; }
.i12k  .u88krq li::before { border-radius: 3px; }
.cp31vyp .u88krq li::before { border-radius: 3px; }
.d8az5x    .u88krq li::before { border-radius: 50%; }
.o4iud { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.ols0 .o4iud,
.c8eije5s .o4iud { background: transparent; border: none; border-radius: 0; }
.i2iq4vw { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.i2iq4vw th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.i2iq4vw td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.i2iq4vw tr:hover td { background: var(--bg-hover); }
.qchxl1y .i2iq4vw tbody tr:nth-child(even) td { background: var(--bg-surface); }
.sced .i2iq4vw { border: 1px solid var(--border-alt); }
.sced .i2iq4vw th,
.sced .i2iq4vw td { border: 1px solid var(--border-alt); }
.n1s1332b .i2iq4vw th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.n1s1332b .i2iq4vw td { border-bottom: none; }
.n1s1332b .i2iq4vw tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.y6nij .i2iq4vw th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.bejne .o4iud {
  overflow: hidden;
}
.bejne .i2iq4vw th { border-bottom: 1px solid var(--border-alt); }
.bejne .i2iq4vw tr:last-child td { border-bottom: none; }
.anz19 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.yjg4e { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.kr4q { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.fgct7 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.hm46o3w { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.z4usy { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.z4usy li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.np3krz8a .fgct7 { background: transparent; text-align: center; }
.ua28sra3 .kr4q {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.occ7v .kr4q {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: 3px solid var(--accent-bg);
}
.e78la71y .yjg4e { display: grid; grid-template-columns: auto 1fr; }
.e78la71y .kr4q {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.e78la71y .fgct7 { grid-column: 2; }
.e78la71y .hm46o3w,
.e78la71y .z4usy { grid-column: 1 / -1; }
.ykgktczh .yjg4e { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.ykgktczh .kr4q {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.ykgktczh .fgct7 { grid-column: 2; }
.ykgktczh .hm46o3w,
.ykgktczh .z4usy { grid-column: 1 / -1; }
.cu8w .yjg4e { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.cu8w .fgct7 { background: none; color: var(--accent-light); font-weight: 700; }
.lrln16ah .yjg4e { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.lrln16ah .fgct7 { background: none; color: var(--accent-light); font-weight: 700; }
.blw2wpz1 .yjg4e { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.blw2wpz1 .yjg4e:last-child { border-bottom: none; }
.blw2wpz1 .fgct7 { background: none; color: var(--accent-light); font-weight: 700; }
.b3d1r61e .yjg4e { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.b3d1r61e .fgct7 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.z96z3 .anz19 { counter-reset: card-n; }
.z96z3 .yjg4e  { counter-increment: card-n; }
.z96z3 .fgct7 { display: flex; align-items: center; gap: 10px; }
.z96z3 .fgct7::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.skpp4n .yjg4e { background: var(--bg-surface); border: 1px solid var(--border); }
.skpp4n .fgct7 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.azz5z4uy { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.mfq4z4o  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.mrqumx3u { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.mwx9q6tz { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.zscnjl2 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.azz5z4uy strong { color: var(--text-primary); font-size: 0.95rem; }
.azz5z4uy p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.vvo9 { width: 100%; height: auto; border-radius: 10px; display: block; }
.rgfu3 {
  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;
}
.rgfu3:hover { opacity: 0.85; }
.m8tu16v .rgfu3  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.m8tu16v .rgfu3:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.b9efl .rgfu3  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.b9efl .rgfu3:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.b617 .ydnb515e { border-radius: 50px; }
.b617 .rgfu3  { border-radius: 50px; }
.melw6p0 .ydnb515e { padding-left: 22px; padding-right: 22px; }
.melw6p0 .rgfu3  { padding-left: 12px; padding-right: 12px; }
.wr4k6c0 .ydnb515e { padding-left: 44px; padding-right: 44px; }
.wr4k6c0 .rgfu3  { padding-left: 24px; padding-right: 24px; }
.hmes .ydnb515e { padding-left: 56px; padding-right: 56px; }
.hmes .rgfu3  { padding-left: 32px; padding-right: 32px; }
.sd76atul   .ydnb515e::after, .sd76atul   .rgfu3::after,
.h37kbe .ydnb515e::after, .h37kbe .rgfu3::after,
.dxyq84    .ydnb515e::after, .dxyq84    .rgfu3::after,
.knzhd2i    .ydnb515e::after, .knzhd2i    .rgfu3::after,
.wrobvz    .ydnb515e::after, .wrobvz    .rgfu3::after,
.ahmwb     .ydnb515e::after, .ahmwb     .rgfu3::after,
.uwsqkng    .ydnb515e::after, .uwsqkng    .rgfu3::after,
.fp8pf9   .ydnb515e::after, .fp8pf9   .rgfu3::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;
}
.sd76atul .ydnb515e::after, .sd76atul .rgfu3::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");
}
.h37kbe .ydnb515e::after, .h37kbe .rgfu3::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");
}
.dxyq84 .ydnb515e::after, .dxyq84 .rgfu3::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");
}
.knzhd2i .ydnb515e::after, .knzhd2i .rgfu3::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");
}
.wrobvz .ydnb515e::after, .wrobvz .rgfu3::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");
}
.ahmwb .ydnb515e::after, .ahmwb .rgfu3::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");
}
.uwsqkng .ydnb515e::after, .uwsqkng .rgfu3::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");
}
.fp8pf9 .ydnb515e::after, .fp8pf9 .rgfu3::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");
}
.x670m7p   .ci31kqky::after, .x670m7p   .qovtrpq::after,
.qk7oekib .ci31kqky::after, .qk7oekib .qovtrpq::after,
.uum9l    .ci31kqky::after, .uum9l    .qovtrpq::after,
.iedh4i    .ci31kqky::after, .iedh4i    .qovtrpq::after,
.u1z6bx    .ci31kqky::after, .u1z6bx    .qovtrpq::after,
.hd2bz     .ci31kqky::after, .hd2bz     .qovtrpq::after,
.wkk2vq    .ci31kqky::after, .wkk2vq    .qovtrpq::after,
.fb2n   .ci31kqky::after, .fb2n   .qovtrpq::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;
}
.x670m7p .ci31kqky::after, .x670m7p .qovtrpq::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");
}
.qk7oekib .ci31kqky::after, .qk7oekib .qovtrpq::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");
}
.uum9l .ci31kqky::after, .uum9l .qovtrpq::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");
}
.iedh4i .ci31kqky::after, .iedh4i .qovtrpq::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");
}
.u1z6bx .ci31kqky::after, .u1z6bx .qovtrpq::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");
}
.hd2bz .ci31kqky::after, .hd2bz .qovtrpq::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");
}
.wkk2vq .ci31kqky::after, .wkk2vq .qovtrpq::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");
}
.fb2n .ci31kqky::after, .fb2n .qovtrpq::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");
}
.ssqjtn .xhyev   { background: rgba(128,128,128,.12); }
.imyhdlh.rgfu3 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .qzik {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .qzik::before    { grid-area: rank;   }
  .zoubqqo3           { grid-area: ident;  }
  .m2fymn     { grid-area: rating; min-width: 0; width: auto; }
  .vmmgeuxj           { grid-area: pills;  }
  .imyhdlh             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .qzik {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .qzik::before    { justify-self: center; }
  .zoubqqo3           { width: 100%; }
  .m2fymn     { justify-self: center; }
  .vmmgeuxj           { grid-template-columns: 1fr; }
}
.vpbgcac .qz7h5r7 li::before { content: "→"; }
.vpbgcac .o3zjk8j9 li::before { content: "–"; }
@media (min-width: 860px) {
  .d3ie5f .rbrx4qgt {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .d3ie5f .ehln { margin: 0; }
}
.qkiv1cm .ehln { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.qkiv1cm .ksxh { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.qkiv1cm .ols0 { padding: 14px 16px; }
.qkiv1cm .bcsbad { border-radius: 4px; }
.qkiv1cm .fudq29 { border-radius: 0; }
@media (max-width: 720px) {
  .c7w5rss { grid-template-columns: 1fr; }
  .jqoctgs1 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .jqoctgs1 .nsc0k { width: 72px; height: 50px; }
  .jqoctgs1 .z3yq2j11 { max-width: 180px; }
  .jqoctgs1 .zdsugn { width: auto; }
}
@media (max-width: 720px) {
  .wz587p { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .plssswz { padding: 16px; }
  .z1p6tl .m3bybal { min-width: 50%; }
}
@media (max-width: 860px) {
  .t44yd9t { grid-template-columns: 1fr; }
  .jo189 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .fgzl8wh { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .zkc6xbv0 { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .ecl4fmkk { flex-direction: column; align-items: stretch; }
}
.yaqx .zdsugn .rgfu3 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .r52sntv4 { flex-direction: column; align-items: stretch; gap: 10px; }
  .yaqx .zdsugn { text-align: center; }
}
@media (max-width: 720px) {
  .uul8 { grid-template-columns: 1fr; }
  .tvxptu { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .j9eyc2zj { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .pstkk7 { grid-template-columns: 1fr; }
  .r5ov3l { width: 100px; height: 100px; margin: 16px auto; }
  .pcms7ha { font-size: 1.4rem; }
  .h5b148 { justify-content: center; }
  .qr4e .m3bybal { min-width: 50%; }
}
@media (max-width: 540px) {
  .kriwbrrn { flex-wrap: wrap; padding: 14px 16px; }
  .t6r49p { padding: 12px 16px; }
  .wksat .itds84 { margin: 0 16px; }
  .wksat .ogh9q { padding: 0 16px; }
  .wai6 { padding: 12px 16px; }
}
.nnq9wv4 .uno53d { display: none; }
.nnq9wv4 .gcpu { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.nnq9wv4 .gcpu {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.nnq9wv4 .gcpu small { display: none; }
.nnq9wv4 .tzds .iqhhxl { display: none; }
.nnq9wv4 .tzds strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.nnq9wv4 .o03qe { display: none; }
.f3257 { margin: 16px 0; }
.uw3hgk { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.uw3hgk summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.uw3hgk summary::after { content: "+"; color: var(--accent-light); }
.uw3hgk[open] summary::after { content: "−"; }
.uw3hgk p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.ycqnegh5 { margin-bottom: 0; }
.kubw2w h2.hk0b1mx { color: var(--text-primary); border-color: var(--accent-light); }
.usyc h2.hk0b1mx { color: var(--text-primary); border-color: var(--accent-light); }
.p0e1 .mfq4z4o     { background: #052e16; border-color: #10b981; }
.p0e1 .mrqumx3u { background: #2d0a1e; border-color: #f43f5e; }
.p0e1 .mwx9q6tz    { background: #1e1036; border-color: #a855f7; }
.p0e1 .azz5z4uy strong  { color: #f1f5f9; }
.p0e1 .azz5z4uy p       { color: #cbd5e1; }
.p0e1 .rer301ls    .mfq4z4o     .zscnjl2::before,
.p0e1 .q41d  .mfq4z4o     .zscnjl2::before,
.p0e1 .f1j8  .mfq4z4o     .zscnjl2::before,
.p0e1 .bsda8x .mfq4z4o     .zscnjl2::before { color: #10b981; }
.p0e1 .rer301ls    .mrqumx3u .zscnjl2::before,
.p0e1 .q41d  .mrqumx3u .zscnjl2::before,
.p0e1 .f1j8  .mrqumx3u .zscnjl2::before,
.p0e1 .bsda8x .mrqumx3u .zscnjl2::before { color: #f43f5e; }
.p0e1 .rer301ls    .mwx9q6tz    .zscnjl2::before,
.p0e1 .q41d  .mwx9q6tz    .zscnjl2::before,
.p0e1 .f1j8  .mwx9q6tz    .zscnjl2::before,
.p0e1 .bsda8x .mwx9q6tz    .zscnjl2::before { color: #a855f7; }
.rmrt .mfq4z4o     { background: #2d2000; border-color: #eab308; }
.rmrt .mrqumx3u { background: #2d0b0b; border-color: #ef4444; }
.rmrt .mwx9q6tz    { background: #2d1600; border-color: #f97316; }
.rmrt .azz5z4uy strong  { color: #f1f5f9; }
.rmrt .azz5z4uy p       { color: #cbd5e1; }
.rmrt .rer301ls    .mfq4z4o     .zscnjl2::before,
.rmrt .q41d  .mfq4z4o     .zscnjl2::before,
.rmrt .f1j8  .mfq4z4o     .zscnjl2::before,
.rmrt .bsda8x .mfq4z4o     .zscnjl2::before { color: #eab308; }
.rmrt .rer301ls    .mrqumx3u .zscnjl2::before,
.rmrt .q41d  .mrqumx3u .zscnjl2::before,
.rmrt .f1j8  .mrqumx3u .zscnjl2::before,
.rmrt .bsda8x .mrqumx3u .zscnjl2::before { color: #ef4444; }
.rmrt .rer301ls    .mwx9q6tz    .zscnjl2::before,
.rmrt .q41d  .mwx9q6tz    .zscnjl2::before,
.rmrt .f1j8  .mwx9q6tz    .zscnjl2::before,
.rmrt .bsda8x .mwx9q6tz    .zscnjl2::before { color: #f97316; }
.ti0mttd .mfq4z4o     { background: #0c1a2e; border-color: #38bdf8; }
.ti0mttd .mrqumx3u { background: #12103a; border-color: #818cf8; }
.ti0mttd .mwx9q6tz    { background: #0a2020; border-color: #2dd4bf; }
.ti0mttd .azz5z4uy strong  { color: #f1f5f9; }
.ti0mttd .azz5z4uy p       { color: #cbd5e1; }
.ti0mttd .rer301ls    .mfq4z4o     .zscnjl2::before,
.ti0mttd .q41d  .mfq4z4o     .zscnjl2::before,
.ti0mttd .f1j8  .mfq4z4o     .zscnjl2::before,
.ti0mttd .bsda8x .mfq4z4o     .zscnjl2::before { color: #38bdf8; }
.ti0mttd .rer301ls    .mrqumx3u .zscnjl2::before,
.ti0mttd .q41d  .mrqumx3u .zscnjl2::before,
.ti0mttd .f1j8  .mrqumx3u .zscnjl2::before,
.ti0mttd .bsda8x .mrqumx3u .zscnjl2::before { color: #818cf8; }
.ti0mttd .rer301ls    .mwx9q6tz    .zscnjl2::before,
.ti0mttd .q41d  .mwx9q6tz    .zscnjl2::before,
.ti0mttd .f1j8  .mwx9q6tz    .zscnjl2::before,
.ti0mttd .bsda8x .mwx9q6tz    .zscnjl2::before { color: #2dd4bf; }
.nwgy .mfq4z4o     { background: var(--accent-bg); border-color: var(--accent-light); }
.nwgy .mrqumx3u { background: var(--accent-bg-light); border-color: var(--accent-light); }
.nwgy .mwx9q6tz    { background: var(--accent-bg); border-color: var(--accent-pale); }
.nwgy .rer301ls    .zscnjl2::before,
.nwgy .q41d  .zscnjl2::before,
.nwgy .f1j8  .zscnjl2::before,
.nwgy .bsda8x .zscnjl2::before { color: var(--accent-light) !important; }
.m9lh .jlwtpyfe ul li,
.m9lh .qz7h5r7 li         { color: #4ade80; }
.m9lh .jlwtpyfe .zr1scc { color: #22c55e; }
.m9lh .ahn1 ul li,
.m9lh .o3zjk8j9 li         { color: #f87171; }
.m9lh .ahn1 .emz4yjb4 { color: #ef4444; }
.vpbgcac .zr1scc::before { content: "→ "; }
.vpbgcac .emz4yjb4::before { content: "← "; }
.pta3 .azz5z4uy { background: transparent; border-left: none; border: 1.5px solid; }
.pta3 .mfq4z4o     { border-color: var(--c-tip-border); }
.pta3 .mrqumx3u { border-color: var(--c-warn-border); }
.pta3 .mwx9q6tz    { border-color: #60a5fa; }
.pta3 .azz5z4uy strong { color: var(--text-primary); }
.pta3 .azz5z4uy p      { color: var(--text-muted); }
.wrhai .azz5z4uy { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.wrhai .mfq4z4o     { border-top-color: var(--c-tip-border); }
.wrhai .mrqumx3u { border-top-color: var(--c-warn-border); }
.wrhai .mwx9q6tz    { border-top-color: #60a5fa; }
.rwvgi .azz5z4uy { border-left: none; border-radius: 8px; }
.rwvgi .mfq4z4o     { background: #065f46; }
.rwvgi .mrqumx3u { background: #92400e; }
.rwvgi .mwx9q6tz    { background: #1e3a8a; }
.rwvgi .azz5z4uy strong,
.rwvgi .azz5z4uy p { color: #fff; }
.rwvgi .zscnjl2::before { color: rgba(255,255,255,0.85) !important; }
.p0e1.rwvgi .mfq4z4o,
.p0e1 .rwvgi .mfq4z4o     { background: #052e16; }
.p0e1.rwvgi .mrqumx3u,
.p0e1 .rwvgi .mrqumx3u { background: #2d0a1e; }
.p0e1.rwvgi .mwx9q6tz,
.p0e1 .rwvgi .mwx9q6tz    { background: #1e1036; }
.rmrt.rwvgi .mfq4z4o,
.rmrt .rwvgi .mfq4z4o      { background: #2d2000; }
.rmrt.rwvgi .mrqumx3u,
.rmrt .rwvgi .mrqumx3u  { background: #2d0b0b; }
.rmrt.rwvgi .mwx9q6tz,
.rmrt .rwvgi .mwx9q6tz     { background: #2d1600; }
.ti0mttd.rwvgi .mfq4z4o,
.ti0mttd .rwvgi .mfq4z4o      { background: #0c1a2e; }
.ti0mttd.rwvgi .mrqumx3u,
.ti0mttd .rwvgi .mrqumx3u  { background: #12103a; }
.ti0mttd.rwvgi .mwx9q6tz,
.ti0mttd .rwvgi .mwx9q6tz     { background: #0a2020; }
.nkyro .azz5z4uy { border-left: none; border-radius: 6px; padding: 10px 14px; }
.nkyro .mfq4z4o     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.nkyro .mrqumx3u { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.nkyro .mwx9q6tz    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.nkyro .azz5z4uy strong { color: var(--text-primary); }
.nkyro .azz5z4uy p      { color: var(--text-muted); }
.kt6p6f .azz5z4uy { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.rer301ls .zscnjl2,
.q41d .zscnjl2,
.f1j8 .zscnjl2,
.bsda8x .zscnjl2 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.rer301ls .zscnjl2::before,
.q41d .zscnjl2::before,
.f1j8 .zscnjl2::before,
.bsda8x .zscnjl2::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.rer301ls .mfq4z4o     .zscnjl2::before { content: "✦"; color: var(--c-tip-border); }
.rer301ls .mrqumx3u .zscnjl2::before { content: "▲"; color: var(--c-warn-border); }
.rer301ls .mwx9q6tz    .zscnjl2::before { content: "◉"; color: #60a5fa; }
.q41d .mfq4z4o     .zscnjl2::before { content: "★"; color: var(--c-tip-border); }
.q41d .mrqumx3u .zscnjl2::before { content: "◆"; color: var(--c-warn-border); }
.q41d .mwx9q6tz    .zscnjl2::before { content: "●"; color: #60a5fa; }
.f1j8 .mfq4z4o     .zscnjl2::before { content: "▶"; color: var(--c-tip-border); }
.f1j8 .mrqumx3u .zscnjl2::before { content: "■"; color: var(--c-warn-border); }
.f1j8 .mwx9q6tz    .zscnjl2::before { content: "▸"; color: #60a5fa; }
.bsda8x .mfq4z4o     .zscnjl2::before { content: "→"; color: var(--c-tip-border); }
.bsda8x .mrqumx3u .zscnjl2::before { content: "⬥"; color: var(--c-warn-border); }
.bsda8x .mwx9q6tz    .zscnjl2::before { content: "◈"; color: #60a5fa; }
.l6ow .xw2m29m .o88w,
.l6ow .wv29x2ez .o88w  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.l6ow .yjg4e                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.l6ow .o4iud          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.l6ow .y5qsk                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.y189 .xw2m29m .o88w,
.y189 .wv29x2ez .o88w,
.y189 .yjg4e,
.y189 .qzik,
.y189 .ehln,
.y189 .o4iud,
.y189 .y5qsk,
.y189 .kt6p6f .azz5z4uy { box-shadow: none; }
.tseact   .aqxwen7f, .tseact .v3m7l6m, .tseact .x6szfg8,
.tseact   .e67uzhr, .tseact .d04x { font-size: 0.9rem; }
.tseact   .yi0svss, .tseact .u88krq { font-size: 0.9rem; }
.q0csy   .aqxwen7f, .q0csy .v3m7l6m, .q0csy .x6szfg8,
.q0csy   .e67uzhr, .q0csy .d04x { font-size: 0.95rem; }
.q0csy   .yi0svss, .q0csy .u88krq { font-size: 0.95rem; }
.n9ya7   .aqxwen7f, .n9ya7 .v3m7l6m, .n9ya7 .x6szfg8,
.n9ya7   .e67uzhr, .n9ya7 .d04x { font-size: 1.08rem; }
.n9ya7   .yi0svss, .n9ya7 .u88krq { font-size: 1.05rem; }
.n9ya7   .i2iq4vw { font-size: 0.97rem; }
.pea04 .qtlx      { font-size: 3.2rem; }
.pea04 h2.hk0b1mx { font-size: 1.9rem; }
.pea04 h3.ot1gw4lb     { font-size: 1.4rem; }
.bo3atn .qtlx      { font-size: 3.8rem; }
.bo3atn h2.hk0b1mx { font-size: 2.2rem; }
.bo3atn h3.ot1gw4lb     { font-size: 1.6rem; }
.ycqnegh5 + .ycqnegh5 { position: relative; }
.g60b   .ycqnegh5 + .ycqnegh5::before,
.s3s7ej  .ycqnegh5 + .ycqnegh5::before,
.lahxnwvf   .ycqnegh5 + .ycqnegh5::before,
.qi36m   .ycqnegh5 + .ycqnegh5::before,
.llf13sx   .ycqnegh5 + .ycqnegh5::before,
.gyjp .ycqnegh5 + .ycqnegh5::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.g60b .ycqnegh5 + .ycqnegh5::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.s3s7ej .ycqnegh5 + .ycqnegh5::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.lahxnwvf .ycqnegh5 + .ycqnegh5::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;
}
.qi36m .ycqnegh5 + .ycqnegh5::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.oqv89 .ycqnegh5 { margin-bottom: 16px; }
.oqv89 .ycqnegh5 + .ycqnegh5 { margin-top: 0; }
.oqv89 .wtd5tl { padding-top: 0; padding-bottom: 0; }
.llf13sx .ycqnegh5 + .ycqnegh5::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.gyjp .ycqnegh5 + .ycqnegh5::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.giwb76 .ycqnegh5 + .ycqnegh5::before,
.ax2688g .ycqnegh5 + .ycqnegh5::before,
.zp8l7cb0 .ycqnegh5 + .ycqnegh5::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%;
}
.ijyc1 .giwb76 .ycqnegh5:nth-child(even)::before,
.ijyc1 .ax2688g .ycqnegh5:nth-child(even)::before,
.ijyc1 .zp8l7cb0 .ycqnegh5:nth-child(even)::before { background: var(--bg-surface); }
.xc3o25 .giwb76 .ycqnegh5:nth-child(even)::before,
.xc3o25 .ax2688g .ycqnegh5:nth-child(even)::before,
.xc3o25 .zp8l7cb0 .ycqnegh5:nth-child(even)::before { background: var(--bg-card); }
.giwb76 .ycqnegh5 + .ycqnegh5::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");
}
.ax2688g .ycqnegh5 + .ycqnegh5::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");
}
.zp8l7cb0 .ycqnegh5 + .ycqnegh5::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");
}
.ilixgt .crri06u5,
.f9jkgl .wtq8o5,
.ilixgt .wtq8o5 { margin-bottom: 60px; }
.haf633 .wtq8o5 { margin-bottom: 70px; }
.ilixgt .tzw32p { padding-bottom: 60px; }
.ilixgt .crri06u5::before,
.ilixgt .crri06u5::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");
}
.s0ul46m  .crri06u5:not(.jsmqtbov) .s73at74f { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.s0ul46m .jsmqtbov { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.s0ul46m .mg5wik { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.s0ul46m .norpenb { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.kjuh .ykx3zoiw { float: left; width: 38%; margin: 0 28px 16px 0; }
.kjuh .ykx3zoiw .vvo9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.kjuh .wtd5tl::after { content: ''; display: block; clear: both; }
.r54rwd .ykx3zoiw { float: right; width: 38%; margin: 0 0 16px 28px; }
.r54rwd .ykx3zoiw .vvo9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.r54rwd .wtd5tl::after { content: ''; display: block; clear: both; }
.fot7 .ycqnegh5:nth-child(odd)  .ykx3zoiw { float: left;  width: 38%; margin: 0 28px 16px 0; }
.fot7 .ycqnegh5:nth-child(even) .ykx3zoiw { float: right; width: 38%; margin: 0 0 16px 28px; }
.fot7 .ykx3zoiw .vvo9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.fot7 .wtd5tl::after { content: ''; display: block; clear: both; }
.kjuh .anz19,
.r54rwd .anz19,
.fot7 .anz19,
@media (max-width: 900px) {
  .kjuh .ykx3zoiw,
  .r54rwd .ykx3zoiw,
  .fot7 .ycqnegh5:nth-child(odd)  .ykx3zoiw,
  .fot7 .ycqnegh5:nth-child(even) .ykx3zoiw {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .kjuh .ykx3zoiw .vvo9,
  .r54rwd .ykx3zoiw .vvo9,
  .fot7 .ykx3zoiw .vvo9 {
    max-height: none !important;
  }
}
.kjuh .yi0svss,
.kjuh .u88krq,
.r54rwd .yi0svss,
.r54rwd .u88krq,
.fot7 .yi0svss,
.fot7 .u88krq { overflow: hidden; }
@media (max-width: 640px) {
  .kjuh .ykx3zoiw,
  .r54rwd .ykx3zoiw,
  .fot7 .ykx3zoiw { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ghpzx .gh93,
.ghpzx .wtd5tl,
.ghpzx .ubi44dl3  { max-width: 1100px; }
.h8u5 .gh93,
.h8u5 .wtd5tl,
.h8u5 .ubi44dl3  { max-width: 1200px; }
.h8u5 { --content-mw: 1200px; }
.hnnjaz .gh93,
.hnnjaz .wtd5tl,
.hnnjaz .ubi44dl3  { max-width: 1320px; }
.w48rk9f3 { font-size: 0.82rem; color: var(--text-muted); }
.ykh5zv19 { display: flex; align-items: center; }
.u6cbnk6 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.nvs2 { display: flex; align-items: center; }
.ymncjgsv { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ymncjgsv:hover { text-decoration: underline; }
.cxiuh { margin: 0 3px; opacity: 0.45; }
.cxiuh::before { content: '/'; }
.k42v9 { padding: 2px 5px; color: var(--text-main); }
.mpto26 .w48rk9f3 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.mpto26 .ykh5zv19 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ci7auc .w48rk9f3 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ci7auc .ykh5zv19 { padding: 0 0 0 12px; }
.sh5wc2 .ykh5zv19 { padding: 0 16px; }
.sh5wc2 .w48rk9f3 {
  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);
}
.sh5wc2 .gh93 { padding-top: 28px; }
@media (max-width: 720px) {
  .t60z { margin-top: 18px; padding: 0 16px; }
  .sh5wc2 .gh93 { padding-top: 16px; }
}
.ghpzx.mpto26 .ykh5zv19 { max-width: 1100px; }
.h8u5.mpto26 .ykh5zv19 { max-width: 1200px; }
.hnnjaz.mpto26 .ykh5zv19 { max-width: 1320px; }
.h8u5 .t60z { max-width: 1200px; }
.hf9k8sz .ycqnegh5 { padding-top: 16px; padding-bottom: 16px; }
.al56f1p .ycqnegh5 { padding-top: 24px; padding-bottom: 24px; }
.q8ek .ycqnegh5 { padding-top: 40px; padding-bottom: 40px; }
.s5mohmm .ycqnegh5 { padding-top: 52px; padding-bottom: 52px; }
.hbk99 .ycqnegh5:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.hbk99 .ycqnegh5:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.hbk99 .ycqnegh5:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.hbk99 .ycqnegh5:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.dttl .wtd5tl { padding-top: 10px;  padding-bottom: 10px; }
.z0hbu6dn .wtd5tl { padding-top: 18px;  padding-bottom: 18px; }
.moebkh .wtd5tl { padding-top: 36px;  padding-bottom: 36px; }
.jgze .wtd5tl { padding-top: 48px;  padding-bottom: 48px; }
.h10dqyoy h2.hk0b1mx { font-weight: 600; }
.h10dqyoy h3.ot1gw4lb     { font-weight: 600; }
.ilvwn { font-weight: 500; }
.ilvwn h2.hk0b1mx { font-weight: 800; }
.ilvwn h3.ot1gw4lb     { font-weight: 700; }
.qm10aluk h2.hk0b1mx { font-weight: 900; }
.qm10aluk h3.ot1gw4lb     { font-weight: 800; }
.qm10aluk .azz5z4uy strong,
.qm10aluk .azz5z4uy strong { font-weight: 600; }
.ci31kqky {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.j7w0h .ci31kqky { display: none; }
@media (max-width: 640px) {
  .w72u2rbq { display: none; }
  .ci31kqky {
    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;
  }
}
.ci31kqky { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ci31kqky:hover { opacity: 0.85; }
.f74sxj .ci31kqky { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.y148x .ci31kqky,
.fm2rkqah  .ci31kqky { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.y148x .ci31kqky:hover,
.fm2rkqah  .ci31kqky:hover { opacity: 0.88; }
.f74sxj.y148x .ci31kqky,
.f74sxj.fm2rkqah  .ci31kqky { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.qovtrpq {
  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;
}
.qovtrpq:hover { transform: translateY(-2px); opacity: 0.92; }
.qovtrpq { background: var(--cta) !important; color: #fff !important; border: none !important; }
.h1ek .qovtrpq { display: none; }
.zve2t16j .qovtrpq { right: 32px; }
.f41gsid  .qovtrpq { left: 32px; }
@media (max-width: 480px) {
  .zve2t16j .qovtrpq { right: 20px; bottom: 20px; }
  .f41gsid  .qovtrpq { left: 20px; bottom: 20px; }
}
.prp1 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ubi44dl3 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.rdqipb { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.bedc { color: var(--text-dim); font-size: 0.8rem; }
.f25cor { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.f25cor img { height: 26px; width: auto; object-fit: contain; }
.uskaxz { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.jbcg7oh0 .ubi44dl3 { text-align: center; }
.jbcg7oh0 .rdqipb { margin-top: 0; }
.vmd31h { margin-top: 10px; }
.vmd31h a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ubi44dl3 { padding-left: 16px; padding-right: 16px; }
  .x11jmvg .ubi44dl3 { padding: 20px 16px; }
  .djmjmu { gap: 4px 12px; }
  .rdqipb { font-size: 0.78rem; }
}
.xm2e3ob .gady3afo .f25cor { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.xm2e3ob .uskaxz { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.xm2e3ob .p4lav1vy { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.xm2e3ob .p4lav1vy a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.xm2e3ob .p4lav1vy a:hover { color: var(--accent-light); }
.xm2e3ob .rdqipb { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.xm2e3ob .bedc { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .xm2e3ob .egg9 { grid-template-columns: 1fr 1fr; } .xm2e3ob .gady3afo { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xm2e3ob .egg9 { grid-template-columns: 1fr; } }
.kdgsbbu .f25cor { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.kdgsbbu .rdqipb { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .kdgsbbu .fh29gxeo { gap: 12px; } .kdgsbbu .f25cor { margin-right: 0; width: 100%; } }
.duqcpta0 .p5h9g4wl { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.duqcpta0 .bn85e .f25cor { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.duqcpta0 .uskaxz { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.duqcpta0 .o0rcgk { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.duqcpta0 .p4lav1vy { display: flex; flex-direction: column; gap: 9px; }
.duqcpta0 .p4lav1vy a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.duqcpta0 .p4lav1vy a:hover { color: var(--accent-light); }
.duqcpta0 .a6zvvj { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.duqcpta0 .rdqipb { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.duqcpta0 .bedc { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .duqcpta0 .p5h9g4wl { grid-template-columns: 1fr 1fr; } .duqcpta0 .bn85e { grid-column: 1 / -1; } }
@media (max-width: 480px) { .duqcpta0 .p5h9g4wl { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .n5cqb .n7pya3u { grid-template-columns: 1fr 1fr; } .n5cqb .r014hyu6:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .n5cqb .n7pya3u { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .xu60t6qa .n7pya3u { grid-template-columns: 1fr; } }
.ryfz .ubi44dl3 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.cce3gfx .xljsw4m0      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.cce3gfx .prp1 { background: var(--bg-page); border-top-color: var(--border-alt); }
.ck1t .xljsw4m0      { background: #0d1117; border-bottom-color: #21262d; }
.ck1t .ulctg53 { color: var(--accent-light); }
.ck1t .ihwtr { --msep-color: #8b949e; }
.ck1t .ihwtr a { color: #8b949e; }
.ck1t .ihwtr a:hover { color: var(--accent-light); }
.ck1t .ekctltx { color: #8b949e; }
.ck1t .prp1 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.ck1t .rdqipb,
.ck1t .bedc { color: #6e7681; }
.ck1t .p4lav1vy a, .ck1t .bnj6fusr a,
.ck1t .f25cor { color: #e6edf3; }
.ck1t .p4lav1vy a:hover, .ck1t .bnj6fusr a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .ck1t .ihwtr { background: #0d1117; border-top-color: #21262d; }
  .ck1t .ihwtr li a { border-bottom-color: #21262d; }
}
.milzyl .xljsw4m0      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.milzyl .ulctg53 { color: var(--accent-light); }
.milzyl .ihwtr { --msep-color: #475569; }
.milzyl .ihwtr a { color: #475569; }
.milzyl .ihwtr a:hover { color: var(--accent-light); }
.milzyl .ekctltx { color: #64748b; }
.milzyl .prp1 { background: #f0f4f8; border-top-color: #cbd5e1; }
.milzyl .rdqipb,
.milzyl .bedc { color: #64748b; }
.milzyl .p4lav1vy a, .milzyl .bnj6fusr a,
.milzyl .k9hwdat a, .milzyl .f25cor { color: #374151; }
.milzyl .p4lav1vy a:hover, .milzyl .bnj6fusr a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .milzyl .ihwtr { background: #f0f4f8; border-top-color: #cbd5e1; }
  .milzyl .ihwtr li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.y148x .xljsw4m0      { background: var(--accent); border-bottom-color: var(--accent-light); }
.y148x .ulctg53 { color: #fff; }
.y148x .ihwtr { --msep-color: rgba(255,255,255,0.82); }
.y148x .ihwtr a { color: rgba(255,255,255,0.82); }
.y148x .ihwtr a:hover { color: #fff; }
.y148x .ekctltx { color: rgba(255,255,255,0.9); }
.y148x .prp1 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.y148x .rdqipb,
.y148x .bedc { color: rgba(255,255,255,0.72); }
.y148x .p4lav1vy a, .y148x .bnj6fusr a,
.y148x .k9hwdat a, .y148x .f25cor { color: #fff; }
.y148x .uskaxz, .y148x .o0rcgk { color: rgba(255,255,255,0.7); }
.y148x .p4lav1vy a:hover, .y148x .bnj6fusr a:hover { color: #fff; }
@media (max-width: 640px) {
  .y148x .ihwtr { background: var(--accent); border-top-color: var(--accent-light); }
  .y148x .ihwtr li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.fm2rkqah .xljsw4m0 {
  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);
}
.fm2rkqah .prp1 {
  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) {
  .fm2rkqah .ihwtr {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.t1hk5 .ndaqi { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.bqheo .ndaqi { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.t5wf0w .ndaqi { min-height: 72px; height: auto; }
.oty3594 .ndaqi { min-height: 84px; height: auto; }
.x11jmvg .ndaqi { max-width: none; padding: 0 32px; }
.x11jmvg .ubi44dl3  { max-width: none; padding: 24px 32px; }
.n8h0d6b9.h8u5 .ndaqi { max-width: 1200px; }
.n8h0d6b9.hnnjaz .ndaqi { max-width: 1320px; }
.i68r42   .ulctg53, .i68r42   .f25cor { text-transform: capitalize; }
.qxpk70o .ulctg53, .qxpk70o .f25cor { text-transform: lowercase; }
.o6jazxmb .ulctg53, .o6jazxmb .f25cor { text-transform: uppercase; letter-spacing: 0.06em; }
.k1mgnse, .rlp874 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.jl7onc0q .k1mgnse,
.jl7onc0q .rlp874 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.sql5mg34 .k1mgnse,
.sql5mg34 .rlp874 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.xkuakt .k1mgnse,
.xkuakt .rlp874 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.zsh8htt .k1mgnse,
.zsh8htt .rlp874 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.c03rbw   .ihwtr a { font-weight: 500; }
.xx9q .ihwtr a { font-weight: 600; }
.pb15u     .ihwtr a { font-weight: 700; }
.n259d    .ihwtr a { font-weight: 800; letter-spacing: 0.01em; }
.n8ajww10     .ihwtr > li + li::before,
.kns2xb1r    .ihwtr > li + li::before,
.j9x9t    .ihwtr > li + li::before,
.dq4tm .ihwtr > li + li::before,
.mlo3t3 .ihwtr > li + li::before,
.zztxjh  .ihwtr > li + li::before,
.e2kbh    .ihwtr > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.n8ajww10     .ihwtr > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.kns2xb1r    .ihwtr > li + li::before { content: "|"; }
.j9x9t    .ihwtr > li + li::before { content: "—"; }
.dq4tm .ihwtr > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.mlo3t3 .ihwtr > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.zztxjh  .ihwtr > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.e2kbh    .ihwtr > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .qlndtmu1 .ekctltx,
  .qspqf .ekctltx,
  .r1pq .ekctltx,
  .bj3e .ekctltx,
  .xz87 .ekctltx {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .qlndtmu1 .ekctltx::before,
  .qspqf .ekctltx::before,
  .r1pq .ekctltx::before,
  .bj3e .ekctltx::before,
  .xz87 .ekctltx::before { content: ""; display: block; flex-shrink: 0; }

  
  .qlndtmu1 .ekctltx::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;
  }

  
  .qspqf .ekctltx::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;
  }

  
  .r1pq .ekctltx::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;
  }

  
  .bj3e .ekctltx::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;
  }

  
  .xz87 .ekctltx::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) {
  .m8aro3f .ekctltx {
    padding: 5px 14px;
  }
  .m8aro3f .ihwtr {
    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;
  }
  .m8aro3f .ihwtr li a {
    border-bottom: none; padding: 10px 22px;
  }
  .m8aro3f .ihwtr li a:hover { background: var(--bg-raised); }
  .m8aro3f .cgpnq,
  .tj3htn5a .cgpnq,
  .nlgcnv .cgpnq { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .vmlf .ekctltx {
    padding: 5px 10px;
  }
  .vmlf .ihwtr {
    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);
  }
  .vmlf .ihwtr.fhv0 { transform: translateX(0); }
  .vmlf .ihwtr li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .vmlf .ihwtr li:last-child a { border-bottom: none; }
  .y148x .ihwtr,
  .ck1t .ihwtr { background: var(--accent) !important; }
  .y148x .ihwtr li a,
  .ck1t .ihwtr li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .nlgcnv .ekctltx {
    padding: 5px 10px;
  }
  .nlgcnv .ihwtr {
    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);
  }
  .nlgcnv .ihwtr::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .nlgcnv .ihwtr.fhv0 { transform: translateY(0); }
  .nlgcnv .ihwtr li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .mlw657m .ekctltx {
    padding: 5px 10px;
  }
  .mlw657m .ihwtr {
    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;
  }
  .mlw657m .ihwtr.fhv0 { opacity: 1; pointer-events: auto; }
  .mlw657m .ihwtr li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .kefr     .ekctltx { border-radius: 0 !important; }
  .lsr0b   .ekctltx { border-radius: 8px !important; }
  .real1u .ekctltx { border-radius: 50% !important; }
  .i1je7h   .ekctltx { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .fon13n8i .bjf8iq { flex-direction: column; align-items: stretch; }
  .fon13n8i .c5y0as { flex-direction: row; min-width: auto; }
  .fon13n8i .audoks { align-items: flex-start; text-align: left; }
}
.ay8bz5,
.ay8bz5.ycqnegh5,
.ijyc1 .ay8bz5,
.czcz0e62 .ay8bz5,
.xc3o25 .ay8bz5,
.ofyd .ay8bz5 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.qrz0 {
  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;
}
.t4oxpd { flex: 1 1 280px; min-width: 0; }
.v5gss1 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.c90j {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.mkazyw {
  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;
}
.mkazyw:hover { transform: translateY(-1px); opacity: 0.95; }
.ssuv .qrz0 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.ssuv .v5gss1 { color: var(--cta); }
.ssuv .c90j { color: var(--text-body); }
.ssuv .mkazyw {
  background: var(--cta) !important;
  color: #fff !important;
}
.ibrb97u3 .qrz0 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.ibrb97u3 .v5gss1 { color: var(--text-primary); }
.ibrb97u3 .c90j { color: var(--text-body); }
.ibrb97u3 .mkazyw {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .qrz0 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .t4oxpd { flex: 0 0 auto; }
  .v5gss1 { font-size: 1.2rem; }
  .mkazyw { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.x4obckk .sojqit97 { height: 36px; }
.qs4en6bj .sojqit97 { height: 60px; max-width: 200px; }
.co3nr .sojqit97 { height: 56px; max-width: 180px; }
@media (min-width: 720px) {
  .coesksp .bsh7 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .coesksp .qzik {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .coesksp .qzik { padding: 40px 16px 20px; }
  .coesksp .bqjjaq {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .coesksp .imyhdlh { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .vqpw1jf .qzik {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .vqpw1jf .qzik::before {
    position: absolute; top: 14px; left: 14px;
  }
  .vqpw1jf .zoubqqo3 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .vqpw1jf .cjs7py8e { white-space: normal; text-align: center; font-size: 1.2rem; }
  .vqpw1jf .bqjjaq {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .vqpw1jf .imyhdlh { width: 100%; min-width: 0; }
  .vqpw1jf .uno53d { min-width: 0; }
}
.c9owj .qzik::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.qk7iyp2 .uw3hgk {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.qk7iyp2 .uw3hgk summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.qk7iyp2 .uw3hgk p { padding: 0 2px 16px; }
.bifh7zy .uw3hgk { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.bifh7zy .uw3hgk summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.bifh7zy .uw3hgk summary::after { content: "›"; font-size: 1.2em; }
.bifh7zy .uw3hgk[open] summary::after { content: "‹"; }
.bifh7zy .uw3hgk p { padding: 10px 22px 4px; }
.cplnf .uw3hgk {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.cplnf .uw3hgk summary { color: var(--text-primary); padding-left: 16px; }
.cplnf .uw3hgk summary::after { content: "›"; font-size: 1.1em; }
.cplnf .uw3hgk[open] summary::after { content: "‹"; }
.cplnf .uw3hgk p { padding-left: 16px; }
.tiq16zo .f3257 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.tiq16zo .uw3hgk {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.tiq16zo .uw3hgk:last-child { border-bottom: none; }
.tiq16zo .uw3hgk summary { color: var(--text-primary); border-radius: 0; }
.tiq16zo .uw3hgk summary::after { content: "›"; font-size: 1.1em; }
.tiq16zo .uw3hgk[open] summary::after { content: "‹"; }
.f0viuikm .uw3hgk { overflow: hidden; }
.f0viuikm .uw3hgk summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.f0viuikm .uw3hgk summary::after { color: rgba(255,255,255,.75); }
.f0viuikm .uw3hgk[open] summary { border-radius: 0; }
.kjec { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.tec72 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.mhelv0g {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.fiaeykm { color: var(--text-muted); font-size: 1.05rem; }
.kr4srj99 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.mvfu {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.wsgpk8 { margin-bottom: 20px; }
.ywi5zmi {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.i663 {
  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;
}
.i663:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.tokb { resize: vertical; min-height: 130px; }
.es8phzk { width: 100%; margin-top: 8px; }
.bkplm8i {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.kitydie {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.y0yqlh { color: var(--text-muted); line-height: 1.75; }
.gb438k { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.gb438k li { margin-bottom: 6px; }
.e026gxj { max-width: 760px; margin: 0 auto; }
.i9gy { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.rqa7 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.rqa7:last-child { border-bottom: none; }
.rqa7 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.rqa7 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.q9tnce { max-width: 760px; margin: 0 auto; }
.h8n32v9j { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.h8n32v9j:last-child { border-bottom: none; }
.bd8mchz { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.h8n32v9j p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.h8n32v9j ul.gb438k { margin: 0; }
.tebvo4k .bd8mchz { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .tebvo4k { grid-template-columns: 1fr; gap: 10px; } }
.lp4vaoo .bd8mchz { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.bgaqh8 .gb438k { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .qt87q1cu { grid-template-columns: 1fr; } }
.oyn58 { color: inherit; text-decoration: none; }
.oyn58:hover { color: var(--accent-light); text-decoration: underline; }
.wlwe { display: inline-block; line-height: 0; }
.agoc1 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.nfs7un { margin-bottom: 48px; }
.mu1d { max-width: 760px; margin: 0 auto; }
.znzd391 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.znzd391:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.jzzh1 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.znzd391 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.znzd391 ul.gb438k { margin: 0; }
.ffgr8 { color: var(--text-muted); line-height: 1.75; }
.qg18wf .gb438k,
.qhri .gb438k,
.tr8lx .gb438k,
.kjlpm0 .gb438k {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.qg18wf .znzd391,
.qhri .znzd391 { text-align: left; }
.qg18wf .jzzh1,
.qhri .jzzh1 { text-align: center; }
.g3x16qey { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.uh94 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.d26zavty { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.bjee9vv { margin-top: 12px; }
.g05mb9 { 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; }
.g05mb9:hover { border-bottom-color: var(--accent-light); }
.laa4n1 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.laa4n1 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pl2e3q { border-radius: 50%; }
.tcty3xl1 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.e7vx2 { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.e7vx2::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
.aicv6on { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .aicv6on { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.eg55dj .d26zavty, .eg55dj .uh94 { max-width: 640px; }
.wrcmnegu .g3x16qey { font-size: 1.6rem; margin-top: 18px; }
.f6el9 .d26zavty { margin-bottom: 28px; }
@media (max-width: 860px) { .cldbcrd { grid-template-columns: 1fr; } .wrcmnegu { position: static; text-align: center; } }
.hshi6ac .laa4n1 { margin: 0 auto 18px; }
.hshi6ac .tcty3xl1 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .vg6rqm { grid-template-columns: 1fr; } }
.n7fn4 .g3x16qey { font-size: 1.6rem; margin-bottom: 6px; }
.kjlpm0 .gb438k { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .n7fn4 { flex-direction: column; text-align: center; } .cqq8z { grid-template-columns: 1fr; } }
.l0ai9b .g3x16qey { font-size: 1.35rem; margin: 0 0 4px; }
.l0ai9b .tcty3xl1 { margin: 0; }
.wjgwta { max-width: 760px; margin: 0 auto; }
.himrm50 { position: relative; padding-left: 28px; }
.himrm50::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.q9li33rn { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.q9li33rn:last-child { padding-bottom: 0; }
.xbucdcx9 { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.zopb h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.zopb p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.mnauy .mhelv0g { color: var(--accent-light); }
.kt0nvh6 .mhelv0g { font-size: 2rem; }
.kt0nvh6 .fiaeykm { max-width: 680px; }
.piqk .mhelv0g { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.piqk .fiaeykm  { margin: 0; }
@media (max-width: 640px) { .piqk { flex-direction: column; } }
.nudtg1 .mhelv0g { color: var(--accent-light); }
.o0py4tw {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.o0py4tw .mhelv0g { color: #fff; }
.o0py4tw .fiaeykm  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .xyg0pxr { grid-template-columns: 1fr; } }
.azo7wjmf .i663 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.azo7wjmf .i663:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.it5vfr8 .i663 { background: var(--bg-raised); border-color: transparent; }
.it5vfr8 .i663:focus { background: var(--bg-card); border-color: var(--accent-light); }
.umxz981 .i663 { border-radius: 100px; padding: 11px 20px; }
.umxz981 .tokb { border-radius: 14px; }
.zp2w4 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .zp2w4 { grid-template-columns: 1fr; } }
.m5bcwn {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.m5bcwn h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.m5bcwn p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.uzf6 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.uzf6 li { margin-bottom: 6px; }
.lbv3{display:none}
.lbv3:empty,.csyfokg7:empty{display:none}
.cectpa63{position:relative;overflow:visible}
.dg1ot7f .vvw1rd,.iqaxmtvm .vvw1rd,
.jhxdjc8k .vvw1rd,.jhpee .vvw1rd,
.jv1or .vvw1rd,.if2c5 .vvw1rd{display:block}
.afl4d .bt4pno0{display:block}
.dg1ot7f .vvw1rd,.iqaxmtvm .vvw1rd,
.jhxdjc8k .vvw1rd,.jhpee .vvw1rd,
.jv1or .vvw1rd{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}
.dg1ot7f .vvw1rd .csyfokg7,.iqaxmtvm .vvw1rd .csyfokg7,
.jhxdjc8k .vvw1rd .csyfokg7,.jhpee .vvw1rd .csyfokg7,
.jv1or .vvw1rd .csyfokg7{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}
.dg1ot7f .qi0pin,.iqaxmtvm .qi0pin,
.jhxdjc8k .qi0pin,.jhpee .qi0pin,
.jv1or .qi0pin{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.dg1ot7f .vvw1rd,.iqaxmtvm .vvw1rd{top:12px}
.dg1ot7f .vvw1rd .csyfokg7{margin-right:auto}
.iqaxmtvm .vvw1rd .csyfokg7{margin-left:auto}
.iqaxmtvm .vvw1rd{text-align:right}
.jhxdjc8k .vvw1rd,.jhpee .vvw1rd{bottom:12px}
.jhxdjc8k .vvw1rd .csyfokg7{margin-right:auto}
.jhpee .vvw1rd .csyfokg7{margin-left:auto}
.jhpee .vvw1rd{text-align:right}
.jv1or .vvw1rd{position:relative;margin-top:16px}
.jv1or .vvw1rd .csyfokg7{margin:0 auto}
.if2c5 .vvw1rd{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.if2c5 .vvw1rd .csyfokg7{margin:0}
.if2c5 .norpenb~.vvw1rd,
.if2c5 .k0m1l~.vvw1rd{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.if2c5 .norpenb~.vvw1rd .csyfokg7,
.if2c5 .k0m1l~.vvw1rd .csyfokg7{justify-content:flex-start}
.norpenb~.vvw1rd,.k0m1l~.vvw1rd{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}
.norpenb~.vvw1rd .csyfokg7{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.k0m1l~.vvw1rd .csyfokg7{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.bt4pno0 .csyfokg7{margin:0 0 12px}
.csyfokg7{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.qi0pin{white-space:nowrap}
.r0ab2 .qi0pin{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.oyh4oz .qi0pin{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}
.g4ec9 .csyfokg7{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.y3e1n2uw .qi0pin{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.bu0w2 .qi0pin{color: var(--accent-light);opacity:1;font-weight:500}
.jhwta407 .qi0pin{border-bottom:1px solid currentColor;padding-bottom:2px}
.y9xrk758 .csyfokg7{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.tlm60k{--date-bg:var(--accent-bg)}
.juqpoy .c7la::before{content:""}
.ijeap .qi0pin + .qi0pin::before{content:"•";margin-right:6px;opacity:.4}
.e242424 .qi0pin + .qi0pin::before{content:"/";margin-right:6px;opacity:.35}
.c4hhr0k .qi0pin + .qi0pin::before{content:"|";margin-right:6px;opacity:.3}
.riyp .qi0pin + .qi0pin::before{content:"—";margin-right:6px;opacity:.3}
.rd1t3u6 .qi0pin + .qi0pin::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.l0w17v3b .qi0pin + .qi0pin::before{content:"·";margin-right:6px;opacity:.4}
.maxx .qi0pin + .qi0pin::before{content:"›";margin-right:6px;opacity:.4}
.bou6 .qi0pin + .qi0pin::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.noj2rh{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.auusf{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.zf5rm{display:flex;flex-direction:column;gap:3px}
.ex4xhc{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.urbltqbw{font-weight:700;font-size:1rem;color:var(--text-heading)}
.ul145{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.ubj5bzw .noj2rh{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.vdg95yx .noj2rh{border-top:3px solid var(--accent);padding-top:18px}
.w7u45n .noj2rh{border-left:3px solid var(--accent);border-radius:0}
.ums82v .noj2rh{padding:20px 0}
@media(max-width:640px){
  .noj2rh{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ul145{max-width:100%}
}
.gqy6 .o4iud{margin:0}
@media (max-width:560px){
  .b9oep3z{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) {
  .b717 { padding: 28px 18px 20px; }
  .huwmep { font-size: 1.2rem; }
  .guee { max-width: 220px; max-height: 80px; }
}
.in2j  .e39qdkr { border-radius: 6px; }
.utcoi .qrz0 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .e39qdkr { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.kd9rw {
  margin: 28px 0 24px;
}
.kd9rw .ycqnegh5 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.kd9rw .wtd5tl {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.kd9rw .qrz0 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .ndaqi { flex-direction: row-reverse; }
[dir="rtl"] .ihwtr { flex-direction: row-reverse; }
[dir="rtl"] .zve2t16j .qovtrpq { right: auto; left: 32px; }
[dir="rtl"] .f41gsid  .qovtrpq { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .zve2t16j .qovtrpq { right: auto; left: 20px; }
  [dir="rtl"] .f41gsid  .qovtrpq { left: auto;  right: 20px; }
}
[dir="rtl"] .kjuh .ykx3zoiw  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .r54rwd .ykx3zoiw { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .yi0svss, [dir="rtl"] .u88krq { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .azz5z4uy { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .qrz0 { direction: rtl; }
[dir="rtl"] .w48rk9f3 { direction: rtl; }
[dir="rtl"] .y5qsk { direction: rtl; }
[dir="rtl"] .rapdj1fs { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .s8y99hc .u88krq,
[dir="rtl"] .i12k .u88krq,
[dir="rtl"] .cp31vyp .u88krq,
[dir="rtl"] .d8az5x .u88krq {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .s8y99hc .u88krq li::before,
[dir="rtl"] .i12k .u88krq li::before,
[dir="rtl"] .cp31vyp .u88krq li::before,
[dir="rtl"] .d8az5x .u88krq li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .crri06u5.cl78 .wtq8o5,
[dir="rtl"] .ek9w.cl78 .wtq8o5,
[dir="rtl"] .jsmqtbov.cl78 .wtq8o5,
[dir="rtl"] .t6rfpy8.cl78 .wtq8o5,
[dir="rtl"] .tyec71h8.cl78 .wtq8o5 { text-align: right; }
[dir="rtl"] .norpenb.cl78 .tzw32p { align-items: flex-end; text-align: right; }
[dir="rtl"] .wtd5tl,
[dir="rtl"] .e67uzhr,
[dir="rtl"] .d04x,
[dir="rtl"] .tlnix,
[dir="rtl"] .wtq8o5 { text-align: right; }
[dir="rtl"] .mvfu,
[dir="rtl"] .ywi5zmi,
[dir="rtl"] .d26zavty,
[dir="rtl"] .i663,
[dir="rtl"] .tokb { text-align: right; direction: rtl; }
[dir="rtl"] .umxz981 .i663,
[dir="rtl"] .azo7wjmf .i663 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #971c02;
  --brand:           #971c02;
  --brand-light:     #771b08;
  --brand-pale:      #9e2c14;
  --grad-start:      #f12c03;
  --grad-end:        #f25e3f;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #971c02;
  --cta-light:       #701300;
  --cta-hover:       #5a1001;
  --bg-page:         #f8f6f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f4f3;
  --bg-raised:       #f1eeed;
  --bg-hover:        #f6f4f3;
  --border:          #e9e3e1;
  --border-alt:      #ddd1cf;
  --border-section:  #e9e3e1;
  --text-primary:    #1c1716;
  --text-muted:      #625350;
  --text-body:       #382f2d;
  --text-sub:        #544744;
  --text-faint:      #8c7772;
  --text-dim:        #a3928e;
  --text-label:      #705f5b;
  --text-value:      #463b39;
  --accent-bg:       #f8e1dc;
  --accent-bg-light: #f6c9bf;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f1f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf4f3;
  --c-pros:          #0c960e;
  --c-cons:          #9f2521;
  --c-pros-label:    #0eb310;
  --c-tip-border:    #10c612;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c960e;
}
:root { --logo-bg-opacity: 79%; }
body, button, input { font-family: "Quantico", sans-serif; }
.uo5v .zscnjl2 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.uo5v .zscnjl2::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.uo5v .mfq4z4o     .zscnjl2::before { content: "";  color: var(--c-tip-border); }.uo5v .mrqumx3u .zscnjl2::before { content: ""; color: var(--c-warn-border); }.uo5v .mwx9q6tz    .zscnjl2::before { content: ""; color: #60a5fa; }.p0e1 .uo5v .mfq4z4o     .zscnjl2::before { color: #10b981; }.p0e1 .uo5v .mrqumx3u .zscnjl2::before { color: #f43f5e; }.p0e1 .uo5v .mwx9q6tz    .zscnjl2::before { color: #a855f7; }.rmrt  .uo5v .mfq4z4o     .zscnjl2::before { color: #eab308; }.rmrt  .uo5v .mrqumx3u .zscnjl2::before { color: #ef4444; }.rmrt  .uo5v .mwx9q6tz    .zscnjl2::before { color: #f97316; }.ti0mttd  .uo5v .mfq4z4o     .zscnjl2::before { color: #38bdf8; }.ti0mttd  .uo5v .mrqumx3u .zscnjl2::before { color: #818cf8; }.ti0mttd  .uo5v .mwx9q6tz    .zscnjl2::before { color: #2dd4bf; }.nwgy .uo5v .zscnjl2::before { color: var(--accent-light) !important; }
.njpf3o .chw5ax, .njpf3o .norpenb { min-height: 780px; }
.xcz2yt2q .ydnb515e::after, .xcz2yt2q .rgfu3::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.cxiuh::before { content: '◆'; font-size: 0.5em; }