:root {
  --color-accent: #3e8b34;
  --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;
}
.h2av0my {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.db8y4 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ztlv {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.zgvyk7 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.pxsolkac { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.pxsolkac a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.pxsolkac a:hover { color: var(--accent-light); }
.uq3zba  .btlbi { border-radius: 14px; }
.uq3zba .btlbi li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.uq3zba .btlbi li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.ks6u0vf9  .btlbi li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .btlbi {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .no75:hover .btlbi,
  .no75:focus-within .btlbi { display: block; }
  .btlbi li a { padding: 8px 16px; font-size: 0.88rem; }
}
.y50ofi {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.wlxf1f4d { display: none; }
@media (max-width: 640px) {
  .wlxf1f4d {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .wlxf1f4d.xw6p6rt { display: block; }
}
@media (max-width: 640px) {
  .y50ofi { display: block; }
  .pxsolkac > li + li::before { display: none !important; }
  .pxsolkac {
    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;
  }
  .pxsolkac.xw6p6rt { display: flex; }
  .pxsolkac li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .pxsolkac li:last-child a { border-bottom: none; }
}
.j3tnf { min-height: 480px; }
.s8w5b {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.x3naka8a { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.dtiqv .x3naka8a { margin-left: 0; margin-right: 0; }
.hje62 {
  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;
}
.u06l31 .hje62 { margin-top: 24px; }
.hje62:hover { opacity: 0.88; }
.laoz {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.ogrdhz {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.laoz .d61jzcxn {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.laoz .s8w5b { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.laoz .x3naka8a { color: #e2e8f0; }
.laoz.lmp4 .d61jzcxn { text-align: center; }
.laoz.dtiqv   .d61jzcxn { text-align: left; }
.tpt6g .d61jzcxn {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.tpt6g .s8w5b { color: var(--text-primary); text-shadow: none; }
.tpt6g .x3naka8a { color: var(--text-muted); }
.tpt6g .hje62 { margin-top: 16px; }
.tpt6g, .tpt6g.j3tnf { min-height: auto !important; }
.tpt6g.lmp4 .d61jzcxn { text-align: center; }
.tpt6g.dtiqv   .d61jzcxn { text-align: left; }
.tpt6g~.phe60zg{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}
.tpt6g~.phe60zg .uyz6fx{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}
.mzfdm {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.ena92q3 .mzfdm,
.ena92q3 .mzfdm::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.cdmpi26l .mzfdm,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.ydl9ezsh .mzfdm,
.ydl9ezsh .laoz .ogrdhz {
  overflow: hidden;
}
.ydl9ezsh .mzfdm::after,
.ydl9ezsh .laoz .ogrdhz::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.xqol .mzfdm,
.xqol .yn667egu {
  position: relative; overflow: hidden;
}
.xqol .mzfdm::after,
.xqol .yn667egu::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.xqol .laoz .ogrdhz {
  overflow: hidden;
}
.xqol .laoz .ogrdhz::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.duvddq .mzfdm,
.duvddq .laoz .ogrdhz {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.ena92q3 .laoz .ogrdhz {
  overflow: hidden;
}
.ena92q3 .laoz .ogrdhz::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.cdmpi26l .laoz .ogrdhz {
  animation: hg-breathe 10s ease-in-out infinite;
}
.mzfdm .ogrdhz {
  background: none;
}
.mzfdm .s8w5b { color: #fff; }
.mzfdm .x3naka8a { color: rgba(255,255,255,0.85); }
.mzfdm .hje62 { background: #fff; color: var(--cta); }
.mzfdm .hje62:hover { opacity: 0.92; }
.xqol .qa9klpb { position: relative; overflow: hidden; }
.xqol .qa9klpb::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.qa9klpb .s8w5b { text-shadow: none; color: var(--text-primary); }
.qa9klpb .x3naka8a { color: var(--text-muted); }
body.a3h3o2u .s8w5b {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.yfy4 .s8w5b {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.j3tnf.mzfdm .s8w5b,
section.mzfdm .s8w5b {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.qa9klpb.dtiqv   .brbfwng { align-items: flex-start; text-align: left; }
.j3tnf .vv7x4x {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.vv7x4x .imjn1.mo2s1v2n {
  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;
}
.vv7x4x .imjn1.mo2s1v2n:hover { opacity: 0.85; }
.ay9g94jd .d61jzcxn { padding-bottom: 24px; }
.u06l31 .d61jzcxn { max-width: 1100px; }
@media (max-width: 700px) {
  .qa9klpb { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .qa9klpb:not(.csjr) .wcag6qbd { display: none !important; }
  .csjr .wcag6qbd { padding: 16px; }
  .brbfwng  { padding: 36px 24px; }
  .qa9klpb~.phe60zg,.pyhj79~.phe60zg{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .j3tnf, .qa9klpb { min-height: 320px !important; }
  .s8w5b { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ipsj,
  .eulx38x,
  .orw8 { grid-template-columns: 1fr !important; }

  

  
  .ay9g94jd { display: flex !important; flex-direction: column !important; }
  .ay9g94jd .d61jzcxn { display: contents; }
  .ay9g94jd .ogrdhz { order: 0; }
  .ay9g94jd .s8w5b { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ay9g94jd .ipsj { order: 2; padding: 0 16px 12px !important; }
  .ay9g94jd .x3naka8a { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .u06l31 .d61jzcxn { display: flex; flex-direction: column; }
  .u06l31 .d61jzcxn .s8w5b { order: 1; }
  .u06l31 .d61jzcxn .orw8 { order: 2; margin: 8px 0 24px !important; }
  .u06l31 .d61jzcxn .x3naka8a { order: 3; }
  .u06l31 .d61jzcxn .hje62 { order: 4; align-self: center; margin-top: 0; }

  
  .qa9klpb.csjr {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .qa9klpb.csjr .brbfwng { display: contents; padding: 0; }
  .qa9klpb.csjr .brbfwng .s8w5b { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .qa9klpb.csjr .wcag6qbd { order: 2; padding: 12px 16px; }
  .qa9klpb.csjr .brbfwng .x3naka8a { order: 3; padding: 0 24px; margin: 0 auto; }
  .qa9klpb.csjr .brbfwng .hje62 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.e0xl { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.a6aw { width: 100%; height: auto; display: block; border-radius: 10px; }
.rc2gf .e0xl        { border-radius: 16px; }
.rc2gf .a6aw  { border-radius: 16px; }
.ps9b4t .e0xl         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ps9b4t .a6aw   { border-radius: 8px; }
.qomm06 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.aqs5ho { width: 100%; padding: 32px 0; position: relative; }
.qsd2l { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.w45p22 .aqs5ho:nth-child(even) { background: var(--bg-surface); }
.w45p22 .aqs5ho:nth-child(odd)  { background: var(--bg-page); }
.lav1gb8 .aqs5ho:nth-child(even) { background: var(--bg-card); }
.lav1gb8 .aqs5ho:nth-child(odd)  { background: var(--bg-page); }
.w45p22 .aqs5ho:nth-child(odd)  .qsd2l { background: var(--bg-card); border-radius: 6px; }
.w45p22 .aqs5ho:nth-child(even) .qsd2l { background: var(--bg-raised); border-radius: 6px; }
.lav1gb8 .aqs5ho:nth-child(odd)  .qsd2l { background: var(--bg-card); border-radius: 6px; }
.lav1gb8 .aqs5ho:nth-child(even) .qsd2l { background: var(--bg-raised); border-radius: 6px; }
.w45p22 .aqs5ho:nth-child(even) .c159i .fea8,
.lav1gb8 .aqs5ho:nth-child(even) .c159i .fea8 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.w45p22 .aqs5ho:nth-child(odd) .c159i .fea8,
.lav1gb8 .aqs5ho:nth-child(odd) .c159i .fea8 { background: var(--bg-card-inner); }
.w45p22 .aqs5ho:nth-child(even) .pbdkis .fea8:nth-child(odd),
.lav1gb8 .aqs5ho:nth-child(even) .pbdkis .fea8:nth-child(odd)  { background: var(--bg-card); }
.w45p22 .aqs5ho:nth-child(even) .pbdkis .fea8:nth-child(even),
.lav1gb8 .aqs5ho:nth-child(even) .pbdkis .fea8:nth-child(even) { background: var(--bg-card-inner); }
h1.f9wc5j { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.f9wc5j {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.linyj { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.o0ul h2.f9wc5j {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.slx39qe h2.f9wc5j {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.xym5bwot h2.f9wc5j {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ur78q h2.f9wc5j::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.rpb8gl h2.f9wc5j {
  color: var(--text-primary); font-size: 1.7rem;
}
.a9ke5 h2.f9wc5j::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.xzugw h2.f9wc5j {
  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;
}
.b6renmw { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .b6renmw { display: none; } }
.ii0vxez7 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.uhfer5 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.lalrb65 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.gvjm3r { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.oh0yc { padding-left: 20px; }
.oh0yc li { margin-bottom: 6px; }
.oh0yc a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.oh0yc a:hover { color: var(--accent-light); }
.vf1euy .gvjm3r { display: none; }
.kow49d6s .gvjm3r { display: none; }
.kow49d6s .oh0yc { padding-left: 0; list-style: none; }
.kow49d6s .oh0yc li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.kow49d6s .oh0yc a { font-size: 0.92rem; }
.q99v8x .lalrb65 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.q99v8x .gvjm3r { display: none; }
.q99v8x .oh0yc { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.q99v8x .oh0yc li { margin-bottom: 0; }
.q99v8x .oh0yc 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;
}
.q99v8x .oh0yc a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.wunihnk .lalrb65 { padding: 20px 20px 16px; }
.wunihnk .oh0yc {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.wunihnk .oh0yc li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.wunihnk .oh0yc 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;
}
.wunihnk .oh0yc 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;
}
.wunihnk .oh0yc a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.wunihnk .oh0yc a:focus,
.wunihnk .oh0yc a:focus-visible,
.wunihnk .oh0yc a:target { outline: none; }
.wunihnk .oh0yc li:target a { border-color: var(--border); color: var(--text-muted); }
.bm34 .lalrb65 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.bm34 .gvjm3r { display: none; }
.bm34 .oh0yc { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.bm34 .oh0yc li { margin-bottom: 0; }
.bm34 .oh0yc li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.bm34 .oh0yc li:last-child::after { content: ""; margin-right: 0; }
.bm34 .oh0yc a { font-size: 0.9rem; }
.fea8 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.c159i .fea8 { background: var(--bg-card); }
.pbdkis .fea8:nth-child(odd)  { background: var(--bg-card); }
.pbdkis .fea8:nth-child(even) { background: var(--bg-raised); }
.dmeo .fea8 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.dmeo .fea8:last-child { border-bottom: none; }
.dmeo h3.linyj { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.aebaq .fea8 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.aebaq .fea8 + .fea8 { margin-top: 4px; }
.fvzd .fea8 { background: none; border-radius: 0; padding: 12px 0; }
.fvzd .fea8 + .fea8 { border-top: 1px solid var(--border-section); }
.v1egy { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.lmnbgc3 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.pze6fc9 { color: var(--text-body); margin-bottom: 10px; }
.tgv7q, .o41x { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.tgv7q li, .o41x li { margin-bottom: 6px; }
.o41x li { list-style: decimal; }
.n883e     .tgv7q { list-style-type: "● "; }
.ekn9  .tgv7q { list-style-type: "■ "; }
.t8eam .tgv7q { list-style-type: "◆ "; }
.egdi    .tgv7q { list-style-type: "★ "; }
.n883e     .u1mw { list-style-type: "● "; }
.ekn9  .u1mw { list-style-type: "■ "; }
.t8eam .u1mw { list-style-type: "◆ "; }
.egdi    .u1mw { list-style-type: "★ "; }
.n883e    .tgv7q li::marker, .n883e    .u1mw li::marker,
.ekn9 .tgv7q li::marker, .ekn9 .u1mw li::marker,
.t8eam .tgv7q li::marker, .t8eam .u1mw li::marker,
.egdi   .tgv7q li::marker, .egdi   .u1mw li::marker {
  color: var(--cta); font-size: 1em;
}
.n883e .o41x,
.ekn9 .o41x,
.t8eam .o41x,
.egdi .o41x {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.n883e .o41x li,
.ekn9 .o41x li,
.t8eam .o41x li,
.egdi .o41x li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.n883e .o41x li::before,
.ekn9 .o41x li::before,
.t8eam .o41x li::before,
.egdi .o41x 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;
}
.n883e     .o41x li::before { border-radius: 50%; }
.ekn9  .o41x li::before { border-radius: 3px; }
.t8eam .o41x li::before { border-radius: 3px; }
.egdi    .o41x li::before { border-radius: 50%; }
.thzbw { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.j0rvip .thzbw,
.srq0 .thzbw { background: transparent; border: none; border-radius: 0; }
.hp79nma { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.hp79nma th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.hp79nma td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.hp79nma tr:hover td { background: var(--bg-hover); }
.xz7ko .hp79nma tbody tr:nth-child(even) td { background: var(--bg-surface); }
.jwad2b .hp79nma { border: 1px solid var(--border-alt); }
.jwad2b .hp79nma th,
.jwad2b .hp79nma td { border: 1px solid var(--border-alt); }
.hvbodh .hp79nma th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.hvbodh .hp79nma td { border-bottom: none; }
.hvbodh .hp79nma tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.lc4w .hp79nma th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.n2q1wnt .thzbw {
  overflow: hidden;
}
.n2q1wnt .hp79nma th { border-bottom: 1px solid var(--border-alt); }
.n2q1wnt .hp79nma tr:last-child td { border-bottom: none; }
.gxube { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.vpz2jqh { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.jacg02d { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ex0kmto5 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.h2cgq8 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.u1mw { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.u1mw 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%}
.en0q .ex0kmto5 { background: transparent; text-align: center; }
.nfxrvp2 .jacg02d {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.a49n .jacg02d {
  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);
}
.y7bms .vpz2jqh { display: grid; grid-template-columns: auto 1fr; }
.y7bms .jacg02d {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.y7bms .ex0kmto5 { grid-column: 2; }
.y7bms .h2cgq8,
.y7bms .u1mw { grid-column: 1 / -1; }
.vq50fdf2 .vpz2jqh { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.vq50fdf2 .jacg02d {
  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);
}
.vq50fdf2 .ex0kmto5 { grid-column: 2; }
.vq50fdf2 .h2cgq8,
.vq50fdf2 .u1mw { grid-column: 1 / -1; }
.ir7c .vpz2jqh { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.ir7c .ex0kmto5 { background: none; color: var(--accent-light); font-weight: 700; }
.ab3p5op5 .vpz2jqh { 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); }
.ab3p5op5 .ex0kmto5 { background: none; color: var(--accent-light); font-weight: 700; }
.n4x5ra .vpz2jqh { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.n4x5ra .vpz2jqh:last-child { border-bottom: none; }
.n4x5ra .ex0kmto5 { background: none; color: var(--accent-light); font-weight: 700; }
.m61igunh .vpz2jqh { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.m61igunh .ex0kmto5 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ujmdrz9 .gxube { counter-reset: card-n; }
.ujmdrz9 .vpz2jqh  { counter-increment: card-n; }
.ujmdrz9 .ex0kmto5 { display: flex; align-items: center; gap: 10px; }
.ujmdrz9 .ex0kmto5::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;
}
.fzoyzd .vpz2jqh { background: var(--bg-surface); border: 1px solid var(--border); }
.fzoyzd .ex0kmto5 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.hcztc { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.hq0b0  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.mxny { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.k01ym { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.cxk96eg { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.hcztc strong { color: var(--text-primary); font-size: 0.95rem; }
.hcztc p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.a6aw { width: 100%; height: auto; border-radius: 10px; display: block; }
.mo2s1v2n {
  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;
}
.mo2s1v2n:hover { opacity: 0.85; }
.de5cm3kc .mo2s1v2n  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.de5cm3kc .mo2s1v2n:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.q6c8a .mo2s1v2n  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.q6c8a .mo2s1v2n:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.y1xbjq .hje62 { border-radius: 50px; }
.y1xbjq .mo2s1v2n  { border-radius: 50px; }
.kogcs .hje62 { padding-left: 22px; padding-right: 22px; }
.kogcs .mo2s1v2n  { padding-left: 12px; padding-right: 12px; }
.v4wbturf .hje62 { padding-left: 44px; padding-right: 44px; }
.v4wbturf .mo2s1v2n  { padding-left: 24px; padding-right: 24px; }
.oydmgfz .hje62 { padding-left: 56px; padding-right: 56px; }
.oydmgfz .mo2s1v2n  { padding-left: 32px; padding-right: 32px; }
.bdc8n   .hje62::after, .bdc8n   .mo2s1v2n::after,
.r4oen763 .hje62::after, .r4oen763 .mo2s1v2n::after,
.ux5g    .hje62::after, .ux5g    .mo2s1v2n::after,
.t40vt    .hje62::after, .t40vt    .mo2s1v2n::after,
.krtfw    .hje62::after, .krtfw    .mo2s1v2n::after,
.buyg     .hje62::after, .buyg     .mo2s1v2n::after,
.eqg96r    .hje62::after, .eqg96r    .mo2s1v2n::after,
.td0w7uxr   .hje62::after, .td0w7uxr   .mo2s1v2n::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;
}
.bdc8n .hje62::after, .bdc8n .mo2s1v2n::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");
}
.r4oen763 .hje62::after, .r4oen763 .mo2s1v2n::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");
}
.ux5g .hje62::after, .ux5g .mo2s1v2n::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");
}
.t40vt .hje62::after, .t40vt .mo2s1v2n::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");
}
.krtfw .hje62::after, .krtfw .mo2s1v2n::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");
}
.buyg .hje62::after, .buyg .mo2s1v2n::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");
}
.eqg96r .hje62::after, .eqg96r .mo2s1v2n::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");
}
.td0w7uxr .hje62::after, .td0w7uxr .mo2s1v2n::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");
}
.agkl   .tf0yx::after, .agkl   .i036p8::after,
.nbij7 .tf0yx::after, .nbij7 .i036p8::after,
.c5kyqr34    .tf0yx::after, .c5kyqr34    .i036p8::after,
.o7mr    .tf0yx::after, .o7mr    .i036p8::after,
.gkkh    .tf0yx::after, .gkkh    .i036p8::after,
.a1a814p     .tf0yx::after, .a1a814p     .i036p8::after,
.zayuu66l    .tf0yx::after, .zayuu66l    .i036p8::after,
.gg1dm6   .tf0yx::after, .gg1dm6   .i036p8::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;
}
.agkl .tf0yx::after, .agkl .i036p8::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");
}
.nbij7 .tf0yx::after, .nbij7 .i036p8::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");
}
.c5kyqr34 .tf0yx::after, .c5kyqr34 .i036p8::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");
}
.o7mr .tf0yx::after, .o7mr .i036p8::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");
}
.gkkh .tf0yx::after, .gkkh .i036p8::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");
}
.a1a814p .tf0yx::after, .a1a814p .i036p8::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");
}
.zayuu66l .tf0yx::after, .zayuu66l .i036p8::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");
}
.gg1dm6 .tf0yx::after, .gg1dm6 .i036p8::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");
}
.bxf50x .zc1su4   { background: rgba(128,128,128,.12); }
.imjn1.mo2s1v2n {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .siov {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .siov::before    { grid-area: rank;   }
  .obx8g           { grid-area: ident;  }
  .xetr321     { grid-area: rating; min-width: 0; width: auto; }
  .rrsc           { grid-area: pills;  }
  .imjn1             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .siov {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .siov::before    { justify-self: center; }
  .obx8g           { width: 100%; }
  .xetr321     { justify-self: center; }
  .rrsc           { grid-template-columns: 1fr; }
}
.vyro  .ix0bkv li::before { content: "★"; }
.vyro  .y3rc0s li::before { content: "✕"; }
@media (min-width: 860px) {
  .hfxw2anm .xp1sx2od {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .hfxw2anm .sbntxa { margin: 0; }
}
.v8ji .nbttqpwo { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.v8ji .ojrxrozf h3 { color: var(--accent-light); }
.v8ji .xgw2m { background: var(--bg-page); border: 1px solid var(--border); }
@media (max-width: 720px) {
  .crbc0k { grid-template-columns: 1fr; }
  .mkai { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .mkai .wk1vi8 { width: 72px; height: 50px; }
  .mkai .htttd6w5 { max-width: 180px; }
  .mkai .d2jmr { width: auto; }
}
@media (max-width: 720px) {
  .xfi1a { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .glsd4v9y { padding: 16px; }
  .oyosfua .w2v99s { min-width: 50%; }
}
@media (max-width: 860px) {
  .fg41l { grid-template-columns: 1fr; }
  .e6m0 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .k5rtjcwk { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .isda { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .lw6f0pe2 { flex-direction: column; align-items: stretch; }
}
.pwdz .d2jmr .mo2s1v2n { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .c4jw { flex-direction: column; align-items: stretch; gap: 10px; }
  .pwdz .d2jmr { text-align: center; }
}
@media (max-width: 720px) {
  .kvhvz { grid-template-columns: 1fr; }
  .hp6zc { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .bupidj4 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .g2kvxxme { grid-template-columns: 1fr; }
  .ukroup5i { width: 100px; height: 100px; margin: 16px auto; }
  .xet4 { font-size: 1.4rem; }
  .w02xdt { justify-content: center; }
  .c30r73p .w2v99s { min-width: 50%; }
}
@media (max-width: 540px) {
  .lnhb3u { flex-wrap: wrap; padding: 14px 16px; }
  .vwj6n { padding: 12px 16px; }
  .rpq15z .dibz { margin: 0 16px; }
  .rpq15z .mjhb { padding: 0 16px; }
  .kqkuhsi { padding: 12px 16px; }
}
.zk564 .ki7vxcr { gap: 0; }
.zk564 .siov {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.zk564 .siov:last-child { border-bottom: none; }
.zk564 .siov:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.zk564 .siov:nth-child(even):hover { background: var(--bg-hover); }
.bf07 .rrsc .effyy {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.pyw99 .th03kri {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.by1lyqm { margin: 16px 0; }
.nql00h8a { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.nql00h8a summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.nql00h8a summary::after { content: "+"; color: var(--accent-light); }
.nql00h8a[open] summary::after { content: "−"; }
.nql00h8a p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.aqs5ho { margin-bottom: 0; }
.ke3nv7wd h2.f9wc5j { color: var(--text-primary); border-color: var(--accent-light); }
.r54jw8 h2.f9wc5j { color: var(--text-primary); border-color: var(--accent-light); }
.mhob .hq0b0     { background: #052e16; border-color: #10b981; }
.mhob .mxny { background: #2d0a1e; border-color: #f43f5e; }
.mhob .k01ym    { background: #1e1036; border-color: #a855f7; }
.mhob .hcztc strong  { color: #f1f5f9; }
.mhob .hcztc p       { color: #cbd5e1; }
.mhob .ipgasnqq    .hq0b0     .cxk96eg::before,
.mhob .prc8k0aa  .hq0b0     .cxk96eg::before,
.mhob .zbssocs  .hq0b0     .cxk96eg::before,
.mhob .r84e6 .hq0b0     .cxk96eg::before { color: #10b981; }
.mhob .ipgasnqq    .mxny .cxk96eg::before,
.mhob .prc8k0aa  .mxny .cxk96eg::before,
.mhob .zbssocs  .mxny .cxk96eg::before,
.mhob .r84e6 .mxny .cxk96eg::before { color: #f43f5e; }
.mhob .ipgasnqq    .k01ym    .cxk96eg::before,
.mhob .prc8k0aa  .k01ym    .cxk96eg::before,
.mhob .zbssocs  .k01ym    .cxk96eg::before,
.mhob .r84e6 .k01ym    .cxk96eg::before { color: #a855f7; }
.ysoskwyn .hq0b0     { background: #2d2000; border-color: #eab308; }
.ysoskwyn .mxny { background: #2d0b0b; border-color: #ef4444; }
.ysoskwyn .k01ym    { background: #2d1600; border-color: #f97316; }
.ysoskwyn .hcztc strong  { color: #f1f5f9; }
.ysoskwyn .hcztc p       { color: #cbd5e1; }
.ysoskwyn .ipgasnqq    .hq0b0     .cxk96eg::before,
.ysoskwyn .prc8k0aa  .hq0b0     .cxk96eg::before,
.ysoskwyn .zbssocs  .hq0b0     .cxk96eg::before,
.ysoskwyn .r84e6 .hq0b0     .cxk96eg::before { color: #eab308; }
.ysoskwyn .ipgasnqq    .mxny .cxk96eg::before,
.ysoskwyn .prc8k0aa  .mxny .cxk96eg::before,
.ysoskwyn .zbssocs  .mxny .cxk96eg::before,
.ysoskwyn .r84e6 .mxny .cxk96eg::before { color: #ef4444; }
.ysoskwyn .ipgasnqq    .k01ym    .cxk96eg::before,
.ysoskwyn .prc8k0aa  .k01ym    .cxk96eg::before,
.ysoskwyn .zbssocs  .k01ym    .cxk96eg::before,
.ysoskwyn .r84e6 .k01ym    .cxk96eg::before { color: #f97316; }
.hv0c3q .hq0b0     { background: #0c1a2e; border-color: #38bdf8; }
.hv0c3q .mxny { background: #12103a; border-color: #818cf8; }
.hv0c3q .k01ym    { background: #0a2020; border-color: #2dd4bf; }
.hv0c3q .hcztc strong  { color: #f1f5f9; }
.hv0c3q .hcztc p       { color: #cbd5e1; }
.hv0c3q .ipgasnqq    .hq0b0     .cxk96eg::before,
.hv0c3q .prc8k0aa  .hq0b0     .cxk96eg::before,
.hv0c3q .zbssocs  .hq0b0     .cxk96eg::before,
.hv0c3q .r84e6 .hq0b0     .cxk96eg::before { color: #38bdf8; }
.hv0c3q .ipgasnqq    .mxny .cxk96eg::before,
.hv0c3q .prc8k0aa  .mxny .cxk96eg::before,
.hv0c3q .zbssocs  .mxny .cxk96eg::before,
.hv0c3q .r84e6 .mxny .cxk96eg::before { color: #818cf8; }
.hv0c3q .ipgasnqq    .k01ym    .cxk96eg::before,
.hv0c3q .prc8k0aa  .k01ym    .cxk96eg::before,
.hv0c3q .zbssocs  .k01ym    .cxk96eg::before,
.hv0c3q .r84e6 .k01ym    .cxk96eg::before { color: #2dd4bf; }
.iq99p .hq0b0     { background: var(--accent-bg); border-color: var(--accent-light); }
.iq99p .mxny { background: var(--accent-bg-light); border-color: var(--accent-light); }
.iq99p .k01ym    { background: var(--accent-bg); border-color: var(--accent-pale); }
.iq99p .ipgasnqq    .cxk96eg::before,
.iq99p .prc8k0aa  .cxk96eg::before,
.iq99p .zbssocs  .cxk96eg::before,
.iq99p .r84e6 .cxk96eg::before { color: var(--accent-light) !important; }
.ytl4 .acufsr93 { background: var(--bg-pros); }
.ytl4 .u61ohze { background: var(--bg-cons); }
.ytl4 .acufsr93 .ocls { color: var(--c-pros-label); }
.ytl4 .u61ohze .hl78 { color: var(--c-cons); }
.ytl4 .acufsr93 ul li,
.ytl4 .ix0bkv li          { color: var(--c-pros); }
.ytl4 .u61ohze ul li,
.ytl4 .y3rc0s li          { color: var(--c-cons); }
.vyro .ocls::before { content: "★ "; }
.vyro .hl78::before { content: "✕ "; }
.ly96n8 .hcztc { background: transparent; border-left: none; border: 1.5px solid; }
.ly96n8 .hq0b0     { border-color: var(--c-tip-border); }
.ly96n8 .mxny { border-color: var(--c-warn-border); }
.ly96n8 .k01ym    { border-color: #60a5fa; }
.ly96n8 .hcztc strong { color: var(--text-primary); }
.ly96n8 .hcztc p      { color: var(--text-muted); }
.wyov .hcztc { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.wyov .hq0b0     { border-top-color: var(--c-tip-border); }
.wyov .mxny { border-top-color: var(--c-warn-border); }
.wyov .k01ym    { border-top-color: #60a5fa; }
.xjyk0o3 .hcztc { border-left: none; border-radius: 8px; }
.xjyk0o3 .hq0b0     { background: #065f46; }
.xjyk0o3 .mxny { background: #92400e; }
.xjyk0o3 .k01ym    { background: #1e3a8a; }
.xjyk0o3 .hcztc strong,
.xjyk0o3 .hcztc p { color: #fff; }
.xjyk0o3 .cxk96eg::before { color: rgba(255,255,255,0.85) !important; }
.mhob.xjyk0o3 .hq0b0,
.mhob .xjyk0o3 .hq0b0     { background: #052e16; }
.mhob.xjyk0o3 .mxny,
.mhob .xjyk0o3 .mxny { background: #2d0a1e; }
.mhob.xjyk0o3 .k01ym,
.mhob .xjyk0o3 .k01ym    { background: #1e1036; }
.ysoskwyn.xjyk0o3 .hq0b0,
.ysoskwyn .xjyk0o3 .hq0b0      { background: #2d2000; }
.ysoskwyn.xjyk0o3 .mxny,
.ysoskwyn .xjyk0o3 .mxny  { background: #2d0b0b; }
.ysoskwyn.xjyk0o3 .k01ym,
.ysoskwyn .xjyk0o3 .k01ym     { background: #2d1600; }
.hv0c3q.xjyk0o3 .hq0b0,
.hv0c3q .xjyk0o3 .hq0b0      { background: #0c1a2e; }
.hv0c3q.xjyk0o3 .mxny,
.hv0c3q .xjyk0o3 .mxny  { background: #12103a; }
.hv0c3q.xjyk0o3 .k01ym,
.hv0c3q .xjyk0o3 .k01ym     { background: #0a2020; }
.gnizbb .hcztc { border-left: none; border-radius: 6px; padding: 10px 14px; }
.gnizbb .hq0b0     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.gnizbb .mxny { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.gnizbb .k01ym    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.gnizbb .hcztc strong { color: var(--text-primary); }
.gnizbb .hcztc p      { color: var(--text-muted); }
.rhqv .hcztc { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ipgasnqq .cxk96eg,
.prc8k0aa .cxk96eg,
.zbssocs .cxk96eg,
.r84e6 .cxk96eg { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ipgasnqq .cxk96eg::before,
.prc8k0aa .cxk96eg::before,
.zbssocs .cxk96eg::before,
.r84e6 .cxk96eg::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ipgasnqq .hq0b0     .cxk96eg::before { content: "✦"; color: var(--c-tip-border); }
.ipgasnqq .mxny .cxk96eg::before { content: "▲"; color: var(--c-warn-border); }
.ipgasnqq .k01ym    .cxk96eg::before { content: "◉"; color: #60a5fa; }
.prc8k0aa .hq0b0     .cxk96eg::before { content: "★"; color: var(--c-tip-border); }
.prc8k0aa .mxny .cxk96eg::before { content: "◆"; color: var(--c-warn-border); }
.prc8k0aa .k01ym    .cxk96eg::before { content: "●"; color: #60a5fa; }
.zbssocs .hq0b0     .cxk96eg::before { content: "▶"; color: var(--c-tip-border); }
.zbssocs .mxny .cxk96eg::before { content: "■"; color: var(--c-warn-border); }
.zbssocs .k01ym    .cxk96eg::before { content: "▸"; color: #60a5fa; }
.r84e6 .hq0b0     .cxk96eg::before { content: "→"; color: var(--c-tip-border); }
.r84e6 .mxny .cxk96eg::before { content: "⬥"; color: var(--c-warn-border); }
.r84e6 .k01ym    .cxk96eg::before { content: "◈"; color: #60a5fa; }
.g97uqb3 .c159i .fea8,
.g97uqb3 .pbdkis .fea8  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.g97uqb3 .vpz2jqh                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.g97uqb3 .thzbw          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.g97uqb3 .lalrb65                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.m5pyz .c159i .fea8,
.m5pyz .pbdkis .fea8,
.m5pyz .vpz2jqh,
.m5pyz .siov,
.m5pyz .sbntxa,
.m5pyz .thzbw,
.m5pyz .lalrb65,
.m5pyz .rhqv .hcztc { box-shadow: none; }
.exljno   .pze6fc9, .exljno .v1egy, .exljno .lmnbgc3,
.exljno   .ii0vxez7, .exljno .uhfer5 { font-size: 0.9rem; }
.exljno   .tgv7q, .exljno .o41x { font-size: 0.9rem; }
.w9lkr   .pze6fc9, .w9lkr .v1egy, .w9lkr .lmnbgc3,
.w9lkr   .ii0vxez7, .w9lkr .uhfer5 { font-size: 0.95rem; }
.w9lkr   .tgv7q, .w9lkr .o41x { font-size: 0.95rem; }
.p7d1   .pze6fc9, .p7d1 .v1egy, .p7d1 .lmnbgc3,
.p7d1   .ii0vxez7, .p7d1 .uhfer5 { font-size: 1.08rem; }
.p7d1   .tgv7q, .p7d1 .o41x { font-size: 1.05rem; }
.p7d1   .hp79nma { font-size: 0.97rem; }
.n0b0j7 .s8w5b      { font-size: 3.2rem; }
.n0b0j7 h2.f9wc5j { font-size: 1.9rem; }
.n0b0j7 h3.linyj     { font-size: 1.4rem; }
.iidz1pbe .s8w5b      { font-size: 3.8rem; }
.iidz1pbe h2.f9wc5j { font-size: 2.2rem; }
.iidz1pbe h3.linyj     { font-size: 1.6rem; }
.aqs5ho + .aqs5ho { position: relative; }
.s6flud9   .aqs5ho + .aqs5ho::before,
.wsyz  .aqs5ho + .aqs5ho::before,
.cqcewk   .aqs5ho + .aqs5ho::before,
.nl3me20   .aqs5ho + .aqs5ho::before,
.r0zbtvsz   .aqs5ho + .aqs5ho::before,
.r1ewpla .aqs5ho + .aqs5ho::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.s6flud9 .aqs5ho + .aqs5ho::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.wsyz .aqs5ho + .aqs5ho::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.cqcewk .aqs5ho + .aqs5ho::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;
}
.nl3me20 .aqs5ho + .aqs5ho::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.k8qcxzr .aqs5ho { margin-bottom: 16px; }
.k8qcxzr .aqs5ho + .aqs5ho { margin-top: 0; }
.k8qcxzr .qsd2l { padding-top: 0; padding-bottom: 0; }
.r0zbtvsz .aqs5ho + .aqs5ho::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.r1ewpla .aqs5ho + .aqs5ho::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.o3bpa35c .aqs5ho + .aqs5ho::before,
.qpjx .aqs5ho + .aqs5ho::before,
.cnmc4fc8 .aqs5ho + .aqs5ho::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%;
}
.w45p22 .o3bpa35c .aqs5ho:nth-child(even)::before,
.w45p22 .qpjx .aqs5ho:nth-child(even)::before,
.w45p22 .cnmc4fc8 .aqs5ho:nth-child(even)::before { background: var(--bg-surface); }
.lav1gb8 .o3bpa35c .aqs5ho:nth-child(even)::before,
.lav1gb8 .qpjx .aqs5ho:nth-child(even)::before,
.lav1gb8 .cnmc4fc8 .aqs5ho:nth-child(even)::before { background: var(--bg-card); }
.o3bpa35c .aqs5ho + .aqs5ho::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");
}
.qpjx .aqs5ho + .aqs5ho::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");
}
.cnmc4fc8 .aqs5ho + .aqs5ho::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");
}
.mcexpguc .laoz,
.h2j04a55 .laoz,
.mej8jbp .laoz { overflow: hidden; }
.mcexpguc .d61jzcxn,
.h2j04a55 .d61jzcxn { margin-bottom: 60px; }
.mej8jbp .d61jzcxn { margin-bottom: 70px; }
.mcexpguc .brbfwng,
.mcexpguc .laoz::before,
.h2j04a55 .laoz::before,
.mej8jbp .laoz::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.mcexpguc .laoz::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");
}
.h2j04a55 .laoz::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");
}
.mej8jbp .laoz::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.tkkddwv0 .laoz:not(.mzfdm) .ogrdhz { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.b10a8 .laoz:not(.mzfdm) .ogrdhz { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.d1f8kfr  .laoz:not(.mzfdm) .ogrdhz { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.b0wr8hqq  .laoz:not(.mzfdm) .ogrdhz { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.tkkddwv0 .mzfdm { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.tkkddwv0 .yn667egu { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.tkkddwv0 .qa9klpb { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.b10a8 .mzfdm { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.d1f8kfr .mzfdm { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.b0wr8hqq .mzfdm { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.w1ook .mzfdm { background: var(--accent); }
.w1ook .mzfdm .ogrdhz { background: none; }
.w1ook .laoz:not(.mzfdm) .ogrdhz { background: rgba(0,0,0,0.6); }
.wihm3one .e0xl { float: left; width: 38%; margin: 0 28px 16px 0; }
.wihm3one .e0xl .a6aw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wihm3one .qsd2l::after { content: ''; display: block; clear: both; }
.dms6 .e0xl { float: right; width: 38%; margin: 0 0 16px 28px; }
.dms6 .e0xl .a6aw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.dms6 .qsd2l::after { content: ''; display: block; clear: both; }
.tbi79 .aqs5ho:nth-child(odd)  .e0xl { float: left;  width: 38%; margin: 0 28px 16px 0; }
.tbi79 .aqs5ho:nth-child(even) .e0xl { float: right; width: 38%; margin: 0 0 16px 28px; }
.tbi79 .e0xl .a6aw { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.tbi79 .qsd2l::after { content: ''; display: block; clear: both; }
.wihm3one .gxube,
.dms6 .gxube,
.dms6 .ki7vxcr,
.tbi79 .gxube,
@media (max-width: 900px) {
  .wihm3one .e0xl,
  .dms6 .e0xl,
  .tbi79 .aqs5ho:nth-child(odd)  .e0xl,
  .tbi79 .aqs5ho:nth-child(even) .e0xl {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .wihm3one .e0xl .a6aw,
  .dms6 .e0xl .a6aw,
  .tbi79 .e0xl .a6aw {
    max-height: none !important;
  }
}
.wihm3one .tgv7q,
.wihm3one .o41x,
.dms6 .tgv7q,
.dms6 .o41x,
.tbi79 .tgv7q,
.tbi79 .o41x { overflow: hidden; }
@media (max-width: 640px) {
  .wihm3one .e0xl,
  .dms6 .e0xl,
  .tbi79 .e0xl { float: none; width: 100%; margin: 0 0 16px 0; }
}
.zd22ulwl .qomm06,
.zd22ulwl .qsd2l,
.zd22ulwl .ilii  { max-width: 1100px; }
.t6lku .qomm06,
.t6lku .qsd2l,
.t6lku .ilii  { max-width: 1200px; }
.t6lku { --content-mw: 1200px; }
.c22o8ar .qomm06,
.c22o8ar .qsd2l,
.c22o8ar .ilii  { max-width: 1320px; }
.qsmzl3 { font-size: 0.82rem; color: var(--text-muted); }
.ubnz { display: flex; align-items: center; }
.rp8w {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ffoubkpu { display: flex; align-items: center; }
.juqicsf { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.juqicsf:hover { text-decoration: underline; }
.jh6b { margin: 0 3px; opacity: 0.45; }
.jh6b::before { content: '/'; }
.i71c2 { padding: 2px 5px; color: var(--text-main); }
.zq0iwn28 .qsmzl3 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.zq0iwn28 .ubnz { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.mlk3e .qsmzl3 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.mlk3e .ubnz { padding: 0 0 0 12px; }
.qy46h5t .ubnz { padding: 0 16px; }
.qy46h5t .qsmzl3 {
  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);
}
.qy46h5t .qomm06 { padding-top: 28px; }
@media (max-width: 720px) {
  .eod42 { margin-top: 18px; padding: 0 16px; }
  .qy46h5t .qomm06 { padding-top: 16px; }
}
.zd22ulwl.zq0iwn28 .ubnz { max-width: 1100px; }
.t6lku.zq0iwn28 .ubnz { max-width: 1200px; }
.c22o8ar.zq0iwn28 .ubnz { max-width: 1320px; }
.t6lku .eod42 { max-width: 1200px; }
.d7xa70un .aqs5ho { padding-top: 16px; padding-bottom: 16px; }
.exktivz4 .aqs5ho { padding-top: 24px; padding-bottom: 24px; }
.adwnc .aqs5ho { padding-top: 40px; padding-bottom: 40px; }
.kzma8 .aqs5ho { padding-top: 52px; padding-bottom: 52px; }
.xbyjr .aqs5ho:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.xbyjr .aqs5ho:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.xbyjr .aqs5ho:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.xbyjr .aqs5ho:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.f6efha4 .qsd2l { padding-top: 10px;  padding-bottom: 10px; }
.qdn6t .qsd2l { padding-top: 18px;  padding-bottom: 18px; }
.p2ib .qsd2l { padding-top: 36px;  padding-bottom: 36px; }
.cysz3nc1 .qsd2l { padding-top: 48px;  padding-bottom: 48px; }
.vjm5ji h2.f9wc5j { font-weight: 600; }
.vjm5ji h3.linyj     { font-weight: 600; }
.dfh1g26 { font-weight: 500; }
.dfh1g26 h2.f9wc5j { font-weight: 800; }
.dfh1g26 h3.linyj     { font-weight: 700; }
.hjbv2d h2.f9wc5j { font-weight: 900; }
.hjbv2d h3.linyj     { font-weight: 800; }
.hjbv2d .hcztc strong,
.hjbv2d .hcztc strong { font-weight: 600; }
.tf0yx {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.ym11d .tf0yx { display: none; }
@media (max-width: 640px) {
  .jiadk7 { display: none; }
  .tf0yx {
    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;
  }
}
.tf0yx { background: var(--cta) !important; color: #fff !important; border: none !important; }
.tf0yx:hover { opacity: 0.85; }
.pvo4gua .tf0yx { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.aya7f .tf0yx,
.rekz05p7  .tf0yx { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.aya7f .tf0yx:hover,
.rekz05p7  .tf0yx:hover { opacity: 0.88; }
.pvo4gua.aya7f .tf0yx,
.pvo4gua.rekz05p7  .tf0yx { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.i036p8 {
  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;
}
.i036p8:hover { transform: translateY(-2px); opacity: 0.92; }
.i036p8 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.co5lb18 .i036p8 { display: none; }
.a5hdc75s .i036p8 { right: 32px; }
.eqjtisny  .i036p8 { left: 32px; }
@media (max-width: 480px) {
  .a5hdc75s .i036p8 { right: 20px; bottom: 20px; }
  .eqjtisny  .i036p8 { left: 20px; bottom: 20px; }
}
.ran0 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ilii { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.m1qw { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.hcvjt { color: var(--text-dim); font-size: 0.8rem; }
.t5w4o1c { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.t5w4o1c img { height: 26px; width: auto; object-fit: contain; }
.qxeg0 { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.x82k0 .ilii { text-align: center; }
.x82k0 .m1qw { margin-top: 0; }
.ojjz { margin-top: 10px; }
.ojjz a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ilii { padding-left: 16px; padding-right: 16px; }
  .c2wt .ilii { padding: 20px 16px; }
  .icv5x { gap: 4px 12px; }
  .m1qw { font-size: 0.78rem; }
}
.z7fx .f3gaalsv .t5w4o1c { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.z7fx .qxeg0 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.z7fx .q6eeq6 { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.z7fx .q6eeq6 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.z7fx .q6eeq6 a:hover { color: var(--accent-light); }
.z7fx .m1qw { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.z7fx .hcvjt { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .z7fx .zyi35g { grid-template-columns: 1fr 1fr; } .z7fx .f3gaalsv { grid-column: 1 / -1; } }
@media (max-width: 480px) { .z7fx .zyi35g { grid-template-columns: 1fr; } }
.qv60hhx .t5w4o1c { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.qv60hhx .m1qw { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .qv60hhx .l0tk1z1x { gap: 12px; } .qv60hhx .t5w4o1c { margin-right: 0; width: 100%; } }
.rn3vf .c8t9c { 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; }
.rn3vf .ic7l .t5w4o1c { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.rn3vf .qxeg0 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.rn3vf .u55f { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.rn3vf .q6eeq6 { display: flex; flex-direction: column; gap: 9px; }
.rn3vf .q6eeq6 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.rn3vf .q6eeq6 a:hover { color: var(--accent-light); }
.rn3vf .gio322 { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.rn3vf .m1qw { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.rn3vf .hcvjt { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .rn3vf .c8t9c { grid-template-columns: 1fr 1fr; } .rn3vf .ic7l { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rn3vf .c8t9c { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .vda9 .baks { grid-template-columns: 1fr 1fr; } .vda9 .pqpdk:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vda9 .baks { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .gowhl1 .baks { grid-template-columns: 1fr; } }
.vv86wgrw .ilii { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.q4a1m .h2av0my      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.q4a1m .ran0 { background: var(--bg-page); border-top-color: var(--border-alt); }
.n4ttq7 .h2av0my      { background: #0d1117; border-bottom-color: #21262d; }
.n4ttq7 .ztlv { color: var(--accent-light); }
.n4ttq7 .pxsolkac { --msep-color: #8b949e; }
.n4ttq7 .pxsolkac a { color: #8b949e; }
.n4ttq7 .pxsolkac a:hover { color: var(--accent-light); }
.n4ttq7 .y50ofi { color: #8b949e; }
.n4ttq7 .ran0 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.n4ttq7 .m1qw,
.n4ttq7 .hcvjt { color: #6e7681; }
.n4ttq7 .q6eeq6 a, .n4ttq7 .ywf5e11n a,
.n4ttq7 .t5w4o1c { color: #e6edf3; }
.n4ttq7 .q6eeq6 a:hover, .n4ttq7 .ywf5e11n a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .n4ttq7 .pxsolkac { background: #0d1117; border-top-color: #21262d; }
  .n4ttq7 .pxsolkac li a { border-bottom-color: #21262d; }
}
.lo1rg .h2av0my      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.lo1rg .ztlv { color: var(--accent-light); }
.lo1rg .pxsolkac { --msep-color: #475569; }
.lo1rg .pxsolkac a { color: #475569; }
.lo1rg .pxsolkac a:hover { color: var(--accent-light); }
.lo1rg .y50ofi { color: #64748b; }
.lo1rg .ran0 { background: #f0f4f8; border-top-color: #cbd5e1; }
.lo1rg .m1qw,
.lo1rg .hcvjt { color: #64748b; }
.lo1rg .q6eeq6 a, .lo1rg .ywf5e11n a,
.lo1rg .o7icu80b a, .lo1rg .t5w4o1c { color: #374151; }
.lo1rg .q6eeq6 a:hover, .lo1rg .ywf5e11n a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .lo1rg .pxsolkac { background: #f0f4f8; border-top-color: #cbd5e1; }
  .lo1rg .pxsolkac li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.aya7f .h2av0my      { background: var(--accent); border-bottom-color: var(--accent-light); }
.aya7f .ztlv { color: #fff; }
.aya7f .pxsolkac { --msep-color: rgba(255,255,255,0.82); }
.aya7f .pxsolkac a { color: rgba(255,255,255,0.82); }
.aya7f .pxsolkac a:hover { color: #fff; }
.aya7f .y50ofi { color: rgba(255,255,255,0.9); }
.aya7f .ran0 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.aya7f .m1qw,
.aya7f .hcvjt { color: rgba(255,255,255,0.72); }
.aya7f .q6eeq6 a, .aya7f .ywf5e11n a,
.aya7f .o7icu80b a, .aya7f .t5w4o1c { color: #fff; }
.aya7f .qxeg0, .aya7f .u55f { color: rgba(255,255,255,0.7); }
.aya7f .q6eeq6 a:hover, .aya7f .ywf5e11n a:hover { color: #fff; }
@media (max-width: 640px) {
  .aya7f .pxsolkac { background: var(--accent); border-top-color: var(--accent-light); }
  .aya7f .pxsolkac li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.rekz05p7 .h2av0my {
  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);
}
.rekz05p7 .ran0 {
  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) {
  .rekz05p7 .pxsolkac {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.fzfb6dlp .db8y4 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ir1uaznt .db8y4 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.zpjqc4h .db8y4 { min-height: 72px; height: auto; }
.rlk3qzd .db8y4 { min-height: 84px; height: auto; }
.c2wt .db8y4 { max-width: none; padding: 0 32px; }
.c2wt .ilii  { max-width: none; padding: 24px 32px; }
.shukn.t6lku .db8y4 { max-width: 1200px; }
.shukn.c22o8ar .db8y4 { max-width: 1320px; }
.k5rtacqi   .ztlv, .k5rtacqi   .t5w4o1c { text-transform: capitalize; }
.hhsokui .ztlv, .hhsokui .t5w4o1c { text-transform: lowercase; }
.jtdxyjx .ztlv, .jtdxyjx .t5w4o1c { text-transform: uppercase; letter-spacing: 0.06em; }
.kyxpuv6, .kt292 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.q9448 .kyxpuv6,
.q9448 .kt292 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.c8ay .kyxpuv6,
.c8ay .kt292 { 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; }
.t0q4 .kyxpuv6,
.t0q4 .kt292 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.el65n .kyxpuv6,
.el65n .kt292 { 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; }
.m07e   .pxsolkac a { font-weight: 500; }
.u0d451b .pxsolkac a { font-weight: 600; }
.hadu09     .pxsolkac a { font-weight: 700; }
.crlw3e    .pxsolkac a { font-weight: 800; letter-spacing: 0.01em; }
.iuoka     .pxsolkac > li + li::before,
.lbahcf    .pxsolkac > li + li::before,
.zpdh7ww    .pxsolkac > li + li::before,
.iqkw .pxsolkac > li + li::before,
.yxt2 .pxsolkac > li + li::before,
.p5pzobx  .pxsolkac > li + li::before,
.mbjgp    .pxsolkac > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.iuoka     .pxsolkac > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.lbahcf    .pxsolkac > li + li::before { content: "|"; }
.zpdh7ww    .pxsolkac > li + li::before { content: "—"; }
.iqkw .pxsolkac > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.yxt2 .pxsolkac > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.p5pzobx  .pxsolkac > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.mbjgp    .pxsolkac > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .a1ri3 .y50ofi,
  .ex57e .y50ofi,
  .a9l2z .y50ofi,
  .o47g .y50ofi,
  .haanynqd .y50ofi {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .a1ri3 .y50ofi::before,
  .ex57e .y50ofi::before,
  .a9l2z .y50ofi::before,
  .o47g .y50ofi::before,
  .haanynqd .y50ofi::before { content: ""; display: block; flex-shrink: 0; }

  
  .a1ri3 .y50ofi::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;
  }

  
  .ex57e .y50ofi::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;
  }

  
  .a9l2z .y50ofi::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;
  }

  
  .o47g .y50ofi::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;
  }

  
  .haanynqd .y50ofi::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) {
  .p8ipl .y50ofi {
    padding: 5px 14px;
  }
  .p8ipl .pxsolkac {
    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;
  }
  .p8ipl .pxsolkac li a {
    border-bottom: none; padding: 10px 22px;
  }
  .p8ipl .pxsolkac li a:hover { background: var(--bg-raised); }
  .p8ipl .wlxf1f4d,
  .o02yyyr .wlxf1f4d,
  .o6ealvv .wlxf1f4d { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .yagn6ys .y50ofi {
    padding: 5px 10px;
  }
  .yagn6ys .pxsolkac {
    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);
  }
  .yagn6ys .pxsolkac.xw6p6rt { transform: translateX(0); }
  .yagn6ys .pxsolkac li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .yagn6ys .pxsolkac li:last-child a { border-bottom: none; }
  .aya7f .pxsolkac,
  .n4ttq7 .pxsolkac { background: var(--accent) !important; }
  .aya7f .pxsolkac li a,
  .n4ttq7 .pxsolkac li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .o6ealvv .y50ofi {
    padding: 5px 10px;
  }
  .o6ealvv .pxsolkac {
    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);
  }
  .o6ealvv .pxsolkac::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .o6ealvv .pxsolkac.xw6p6rt { transform: translateY(0); }
  .o6ealvv .pxsolkac li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .r1kc .y50ofi {
    padding: 5px 10px;
  }
  .r1kc .pxsolkac {
    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;
  }
  .r1kc .pxsolkac.xw6p6rt { opacity: 1; pointer-events: auto; }
  .r1kc .pxsolkac li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .tkktm     .y50ofi { border-radius: 0 !important; }
  .y79hthe   .y50ofi { border-radius: 8px !important; }
  .ld3o31i .y50ofi { border-radius: 50% !important; }
  .i1kugtbb   .y50ofi { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .sv8a .y3diqn { flex-direction: column; align-items: stretch; }
  .sv8a .f0qsh7s { flex-direction: row; min-width: auto; }
  .sv8a .xoot5hgf { align-items: flex-start; text-align: left; }
}
.hk5zvq,
.hk5zvq.aqs5ho,
.w45p22 .hk5zvq,
.tqq1 .hk5zvq,
.lav1gb8 .hk5zvq,
.fdwy6bvz .hk5zvq {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.e12ubn {
  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;
}
.j2ey6c0d { flex: 1 1 280px; min-width: 0; }
.bzmp {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.sqh0 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.bocay6 {
  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;
}
.bocay6:hover { transform: translateY(-1px); opacity: 0.95; }
.dk69n7 .e12ubn {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.dk69n7 .bzmp { color: var(--cta); }
.dk69n7 .sqh0 { color: var(--text-body); }
.dk69n7 .bocay6 {
  background: var(--cta) !important;
  color: #fff !important;
}
.v4nob .e12ubn {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.v4nob .bzmp { color: var(--text-primary); }
.v4nob .sqh0 { color: var(--text-body); }
.v4nob .bocay6 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .e12ubn {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .j2ey6c0d { flex: 0 0 auto; }
  .bzmp { font-size: 1.2rem; }
  .bocay6 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.fi31vrc .zgvyk7 { height: 36px; }
.lmfkrhg .zgvyk7 { height: 60px; max-width: 200px; }
.wm9ims24 .zgvyk7 { height: 56px; max-width: 180px; }
.yht10     .th03kri, .yht10     .as0jz { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.bf07 .effyy {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .djrq67 .ki7vxcr {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .djrq67 .siov {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .djrq67 .siov { padding: 40px 16px 20px; }
  .djrq67 .effyy {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .djrq67 .imjn1 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .zme3pha9 .siov {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .zme3pha9 .siov::before {
    position: absolute; top: 14px; left: 14px;
  }
  .zme3pha9 .obx8g {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .zme3pha9 .bd0jwb8 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .zme3pha9 .effyy {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .zme3pha9 .imjn1 { width: 100%; min-width: 0; }
  .zme3pha9 .th03kri { min-width: 0; }
}
.q464lp .nql00h8a {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.q464lp .nql00h8a summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.q464lp .nql00h8a p { padding: 0 2px 16px; }
.r88smh .nql00h8a { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.r88smh .nql00h8a summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.r88smh .nql00h8a summary::after { content: "›"; font-size: 1.2em; }
.r88smh .nql00h8a[open] summary::after { content: "‹"; }
.r88smh .nql00h8a p { padding: 10px 22px 4px; }
.fulvl .nql00h8a {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.fulvl .nql00h8a summary { color: var(--text-primary); padding-left: 16px; }
.fulvl .nql00h8a summary::after { content: "›"; font-size: 1.1em; }
.fulvl .nql00h8a[open] summary::after { content: "‹"; }
.fulvl .nql00h8a p { padding-left: 16px; }
.cf237au2 .by1lyqm { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.cf237au2 .nql00h8a {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.cf237au2 .nql00h8a:last-child { border-bottom: none; }
.cf237au2 .nql00h8a summary { color: var(--text-primary); border-radius: 0; }
.cf237au2 .nql00h8a summary::after { content: "›"; font-size: 1.1em; }
.cf237au2 .nql00h8a[open] summary::after { content: "‹"; }
.fcc71 .nql00h8a { overflow: hidden; }
.fcc71 .nql00h8a summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.fcc71 .nql00h8a summary::after { color: rgba(255,255,255,.75); }
.fcc71 .nql00h8a[open] summary { border-radius: 0; }
.b3v74 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.xbeqf {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.sjfpjgtl {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.sdcx9e { color: var(--text-muted); font-size: 1.05rem; }
.cyuuqn {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.upnx8j { margin-bottom: 20px; }
.zzax {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.xg3efvp {
  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;
}
.xg3efvp:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.ao1yk { resize: vertical; min-height: 130px; }
.p408mm3 { width: 100%; margin-top: 8px; }
.pz6t39u {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.y9u8a {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.rp5rn { color: var(--text-muted); line-height: 1.75; }
.zow84p8f { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.zow84p8f li { margin-bottom: 6px; }
.a3jgjzr { max-width: 760px; margin: 0 auto; }
.zywg1he { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.x6jj { max-width: 760px; margin: 0 auto; }
.retq { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.pm8qq6h ul.zow84p8f { margin: 0; }
.rw7ox12f .retq { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .rw7ox12f { grid-template-columns: 1fr; gap: 10px; } }
.fz8r68 { max-width: 640px; margin: 0 auto; text-align: center; }
.izx8q { margin-bottom: 48px; }
.izx8q .retq { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.izx8q p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ttsqk6 .zow84p8f { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .e89n8gio { grid-template-columns: 1fr; } }
.t2ns76a { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.t2ns76a:hover .scodl { color: var(--accent-light); text-decoration: underline; }
.zpr2s23t { color: inherit; text-decoration: none; }
.zpr2s23t:hover { color: var(--accent-light); text-decoration: underline; }
.wk1ku2g6 { display: inline-block; line-height: 0; }
.yiitr1 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.r3am { margin-bottom: 48px; }
.dt2j { max-width: 760px; margin: 0 auto; }
.dql0osq7 { text-align: center; }
.sz1s { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.sz1s:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.npvs8ox { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.sz1s p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.sz1s ul.zow84p8f { margin: 0; }
.zlgb { color: var(--text-muted); line-height: 1.75; }
.dql0osq7 .zow84p8f,
.z8ye .zow84p8f,
.vgk5 .zow84p8f,
.aovu8 .zow84p8f {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.dql0osq7 .sz1s,
.z8ye .sz1s { text-align: left; }
.dql0osq7 .npvs8ox,
.z8ye .npvs8ox { text-align: center; }
.v88o23 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.sex4 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.j4gm12t5 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.uxpq { margin-top: 12px; }
.mb3csm3 { 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; }
.mb3csm3:hover { border-bottom-color: var(--accent-light); }
.scthf7 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.scthf7 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.qcxs1u3 { width: 200px; height: 200px; }
.c85hhc { border-radius: 10px; }
.ybrh { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.r2ih { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .er7jj { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.lrlby0 { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.lrlby0 .j4gm12t5, .lrlby0 .sex4 { max-width: 640px; }
.w808q8 .v88o23 { font-size: 1.6rem; margin-top: 18px; }
.gntssgq .j4gm12t5 { margin-bottom: 28px; }
@media (max-width: 860px) { .lmwo { grid-template-columns: 1fr; } .w808q8 { position: static; text-align: center; } }
.axvex7v .scthf7 { margin: 0 auto 18px; }
.axvex7v .ybrh { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .zn3g { grid-template-columns: 1fr; } }
.c3ivl32h .v88o23 { font-size: 1.6rem; margin-bottom: 6px; }
.aovu8 .zow84p8f { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .c3ivl32h { flex-direction: column; text-align: center; } .ekwby { grid-template-columns: 1fr; } }
.hqyw .v88o23 { font-size: 1.35rem; margin: 0 0 4px; }
.hqyw .ybrh { margin: 0; }
.m777hir { max-width: 760px; margin: 0 auto; }
.qbgdqfu { position: relative; padding-left: 28px; }
.qbgdqfu::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.jtywcz { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.jtywcz:last-child { padding-bottom: 0; }
.llng2v9 { 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; }
.ctck h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.ctck p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.l0sb98 .sjfpjgtl { color: var(--accent-light); }
.n85wasa .sjfpjgtl { font-size: 2rem; }
.n85wasa .sdcx9e { max-width: 680px; }
.cozwehe2 .sjfpjgtl { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.cozwehe2 .sdcx9e  { margin: 0; }
@media (max-width: 640px) { .cozwehe2 { flex-direction: column; } }
.tbdpt5 .sjfpjgtl { color: var(--accent-light); }
.iw1pv {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.iw1pv .sjfpjgtl { color: #fff; }
.iw1pv .sdcx9e  { color: rgba(255,255,255,0.85); }
.okzecgly { max-width: 680px; margin: 0 auto; }
.enjxcw {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .enjxcw { grid-template-columns: 1fr; } }
.pk674hb2 .xg3efvp {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.pk674hb2 .xg3efvp:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.mde26 .xg3efvp { background: var(--bg-raised); border-color: transparent; }
.mde26 .xg3efvp:focus { background: var(--bg-card); border-color: var(--accent-light); }
.vcww60q .xg3efvp { border-radius: 100px; padding: 11px 20px; }
.vcww60q .ao1yk { border-radius: 14px; }
@media (max-width: 640px) { .vr5r { grid-template-columns: 1fr; } }
.gwpi { counter-reset: priv-count; }
.t2u2o0 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.t2u2o0:last-child { border-bottom: none; }
.qr44ncu4 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.t2u2o0 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.t2u2o0 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.kx3kvcib { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.kx3kvcib li { margin-bottom: 6px; }
.wja9{display:none}
.wja9:empty,.uyz6fx:empty{display:none}
.zk29{position:relative;overflow:visible}
.wgh8q .phe60zg,.umt3 .phe60zg,
.zi944faz .phe60zg,.rfykdoo .phe60zg,
.f5l7z .phe60zg,.kfzqvsne .phe60zg{display:block}
.kzx1b3 .dlpwwne{display:block}
.wgh8q .phe60zg,.umt3 .phe60zg,
.zi944faz .phe60zg,.rfykdoo .phe60zg,
.f5l7z .phe60zg{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}
.wgh8q .phe60zg .uyz6fx,.umt3 .phe60zg .uyz6fx,
.zi944faz .phe60zg .uyz6fx,.rfykdoo .phe60zg .uyz6fx,
.f5l7z .phe60zg .uyz6fx{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}
.wgh8q .c6jgr71,.umt3 .c6jgr71,
.zi944faz .c6jgr71,.rfykdoo .c6jgr71,
.f5l7z .c6jgr71{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.wgh8q .phe60zg,.umt3 .phe60zg{top:12px}
.wgh8q .phe60zg .uyz6fx{margin-right:auto}
.umt3 .phe60zg .uyz6fx{margin-left:auto}
.umt3 .phe60zg{text-align:right}
.zi944faz .phe60zg,.rfykdoo .phe60zg{bottom:12px}
.zi944faz .phe60zg .uyz6fx{margin-right:auto}
.rfykdoo .phe60zg .uyz6fx{margin-left:auto}
.rfykdoo .phe60zg{text-align:right}
.f5l7z .phe60zg{position:relative;margin-top:16px}
.f5l7z .phe60zg .uyz6fx{margin:0 auto}
.kfzqvsne .phe60zg{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.kfzqvsne .phe60zg .uyz6fx{margin:0}
.kfzqvsne .qa9klpb~.phe60zg,
.kfzqvsne .pyhj79~.phe60zg{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.kfzqvsne .qa9klpb~.phe60zg .uyz6fx,
.kfzqvsne .pyhj79~.phe60zg .uyz6fx{justify-content:flex-start}
.qa9klpb~.phe60zg,.pyhj79~.phe60zg{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}
.qa9klpb~.phe60zg .uyz6fx{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.pyhj79~.phe60zg .uyz6fx{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.dlpwwne .uyz6fx{margin:0 0 12px}
.uyz6fx{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.vk67iv{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.scodl{font-weight:600;color:var(--text-heading);opacity:1}
.eaga25k::before{content:"·";margin:0 2px;opacity:.5}
.c6jgr71{white-space:nowrap}
.jfivqyy .vk67iv{display:none}
.urbixtl .c6jgr71{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.urbixtl .eaga25k::before{content:""}
.xmw7t0ue .c6jgr71{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}
.xmw7t0ue .eaga25k::before{content:""}
.ycliz5i .uyz6fx{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.imh1x8d6 .c6jgr71{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.imh1x8d6 .eaga25k::before{content:""}
.iv0o0g .c6jgr71{color: var(--accent-light);opacity:1;font-weight:500}
.ycwo .c6jgr71{border-bottom:1px solid currentColor;padding-bottom:2px}
.q7ucb .uyz6fx{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.nyyaf{--date-bg:transparent}
.vj9ez .eaga25k::before{content:""}
.pryesb .eaga25k::before{content:"•";opacity:.4}
.pryesb .c6jgr71 + .c6jgr71::before{content:"•";margin-right:6px;opacity:.4}
.pmt1u .eaga25k::before{content:"/";opacity:.35}
.pmt1u .c6jgr71 + .c6jgr71::before{content:"/";margin-right:6px;opacity:.35}
.lmecm86i .eaga25k::before{content:"|";opacity:.3}
.lmecm86i .c6jgr71 + .c6jgr71::before{content:"|";margin-right:6px;opacity:.3}
.k7jh8p .eaga25k::before{content:"—";opacity:.3}
.k7jh8p .c6jgr71 + .c6jgr71::before{content:"—";margin-right:6px;opacity:.3}
.vy9h0x .eaga25k::before{content:"◆";font-size:.5em;opacity:.35}
.vy9h0x .c6jgr71 + .c6jgr71::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.sd6ux .eaga25k::before{content:"·";opacity:.4}
.sd6ux .c6jgr71 + .c6jgr71::before{content:"·";margin-right:6px;opacity:.4}
.wjddr2m .eaga25k::before{content:"›";opacity:.4}
.wjddr2m .c6jgr71 + .c6jgr71::before{content:"›";margin-right:6px;opacity:.4}
.ajdyry .eaga25k::before{content:"→";opacity:.35;font-size:.85em}
.ajdyry .c6jgr71 + .c6jgr71::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.v5qc{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.tt1cdb{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.lpzr90{display:flex;flex-direction:column;gap:3px}
.mwus{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.pbuoh2iu{font-weight:700;font-size:1rem;color:var(--text-heading)}
.agya{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.gim7w .v5qc{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.olga .v5qc{border-top:3px solid var(--accent);padding-top:18px}
.cpzfx3a .v5qc{border-left:3px solid var(--accent);border-radius:0}
.l8ylcr .v5qc{padding:20px 0}
@media(max-width:640px){
  .v5qc{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .agya{max-width:100%}
}
.r35q7e .thzbw{margin:0}
@media (max-width:560px){
  .hsut{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) {
  .q2w7 { padding: 28px 18px 20px; }
  .f5wxt4p { font-size: 1.2rem; }
  .ined6sh { max-width: 220px; max-height: 80px; }
}
.ga4sv  .fd6dro { border-radius: 6px; }
.du6v .e12ubn {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .fd6dro { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.xte13 {
  margin: 28px 0 24px;
}
.xte13 .aqs5ho {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.xte13 .qsd2l {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.xte13 .e12ubn {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .db8y4 { flex-direction: row-reverse; }
[dir="rtl"] .pxsolkac { flex-direction: row-reverse; }
[dir="rtl"] .a5hdc75s .i036p8 { right: auto; left: 32px; }
[dir="rtl"] .eqjtisny  .i036p8 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .a5hdc75s .i036p8 { right: auto; left: 20px; }
  [dir="rtl"] .eqjtisny  .i036p8 { left: auto;  right: 20px; }
}
[dir="rtl"] .wihm3one .e0xl  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .dms6 .e0xl { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .tgv7q, [dir="rtl"] .o41x { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .hcztc { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .e12ubn { direction: rtl; }
[dir="rtl"] .qsmzl3 { direction: rtl; }
[dir="rtl"] .lalrb65 { direction: rtl; }
[dir="rtl"] .oh0yc { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .n883e .o41x,
[dir="rtl"] .ekn9 .o41x,
[dir="rtl"] .t8eam .o41x,
[dir="rtl"] .egdi .o41x {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .n883e .o41x li::before,
[dir="rtl"] .ekn9 .o41x li::before,
[dir="rtl"] .t8eam .o41x li::before,
[dir="rtl"] .egdi .o41x li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .laoz.dtiqv .d61jzcxn,
[dir="rtl"] .tpt6g.dtiqv .d61jzcxn,
[dir="rtl"] .mzfdm.dtiqv .d61jzcxn,
[dir="rtl"] .ay9g94jd.dtiqv .d61jzcxn,
[dir="rtl"] .u06l31.dtiqv .d61jzcxn { text-align: right; }
[dir="rtl"] .qa9klpb.dtiqv .brbfwng { align-items: flex-end; text-align: right; }
[dir="rtl"] .qsd2l,
[dir="rtl"] .ii0vxez7,
[dir="rtl"] .uhfer5,
[dir="rtl"] .b6renmw,
[dir="rtl"] .d61jzcxn { text-align: right; }
[dir="rtl"] .cyuuqn,
[dir="rtl"] .zzax,
[dir="rtl"] .j4gm12t5,
[dir="rtl"] .xg3efvp,
[dir="rtl"] .ao1yk { text-align: right; direction: rtl; }
[dir="rtl"] .vcww60q .xg3efvp,
[dir="rtl"] .pk674hb2 .xg3efvp { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #3e8b34;
  --brand:           #3e8b34;
  --brand-light:     #3c7035;
  --brand-pale:      #568750;
  --grad-start:      #65c159;
  --grad-end:        #95c98e;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #3e8b34;
  --cta-light:       #2d7125;
  --cta-hover:       #2a5e23;
  --bg-page:         #f6f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f5f4;
  --bg-raised:       #eef0ee;
  --bg-hover:        #f4f5f4;
  --border:          #e3e8e2;
  --border-alt:      #d2dbd1;
  --border-section:  #e3e8e2;
  --text-primary:    #181a18;
  --text-muted:      #555e54;
  --text-body:       #303530;
  --text-sub:        #495048;
  --text-faint:      #7a8678;
  --text-dim:        #949e93;
  --text-label:      #616b60;
  --text-value:      #3d433c;
  --accent-bg:       #e8ede7;
  --accent-bg-light: #d4e4d2;
  --bg-tip:          #f8f0f9;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f8f0f9;
  --bg-cons:         #faf5f3;
  --c-pros:          #781f84;
  --c-cons:          #9f4521;
  --c-pros-label:    #8f249c;
  --c-tip-border:    #9e28ad;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #781f84;
}
:root { --logo-bg-opacity: 42%; }
body, button, input { font-family: "Nunito Sans", sans-serif; }
.wjx40 .j3tnf, .wjx40 .qa9klpb { min-height: 320px; }
.v5qq .hje62::after, .v5qq .mo2s1v2n::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; }
.jh6b::before { content: '◆'; font-size: 0.5em; }