:root {
  --color-accent: #74710e;
  --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;
}
.ed92 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.wjo5z {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ko58w46c {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ll1b { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.cuxdku3 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.cuxdku3 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.cuxdku3 a:hover { color: var(--accent-light); }
.rvicj96k     .foq8q0n { border-radius: 6px; }
.rvicj96k .foq8q0n li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.rvicj96k .foq8q0n li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.cvmot  .foq8q0n li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .foq8q0n {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .fwj6e:hover .foq8q0n,
  .fwj6e:focus-within .foq8q0n { display: block; }
  .foq8q0n li a { padding: 8px 16px; font-size: 0.88rem; }
}
.i8gbf69y {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.hd82ta { display: none; }
@media (max-width: 640px) {
  .hd82ta {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .hd82ta.g6w8ybp { display: block; }
}
@media (max-width: 640px) {
  .i8gbf69y { display: block; }
  .cuxdku3 > li + li::before { display: none !important; }
  .cuxdku3 {
    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;
  }
  .cuxdku3.g6w8ybp { display: flex; }
  .cuxdku3 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .cuxdku3 li:last-child a { border-bottom: none; }
}
.dj3pgh { min-height: 480px; }
.denq1a {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.vhervc6w { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.p5lom4oi .vhervc6w { margin-left: 0; margin-right: 0; }
.pdunjla5 {
  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;
}
.frsmqmv9 .pdunjla5 { margin-top: 24px; }
.pdunjla5:hover { opacity: 0.88; }
.pwma9456 .denq1a { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.pwma9456 .vhervc6w { color: #e2e8f0; }
.pwma9456.bkfee .rqyw { text-align: center; }
.w010s1a .denq1a { color: var(--text-primary); text-shadow: none; }
.w010s1a .vhervc6w { color: var(--text-muted); }
.w010s1a .pdunjla5 { margin-top: 16px; }
.w010s1a, .w010s1a.dj3pgh { min-height: auto !important; }
.w010s1a.bkfee .rqyw { text-align: center; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.rfkffl .denq1a { color: #fff; }
.rfkffl .vhervc6w { color: rgba(255,255,255,0.85); }
.rfkffl .pdunjla5 { background: #fff; color: var(--cta); }
.rfkffl .pdunjla5:hover { opacity: 0.92; }
.sgh5 .g8uo { position: relative; overflow: hidden; }
.sgh5 .g8uo::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.yg4g .g8uo {
  animation: hg-breathe 7s ease-in-out infinite;
}
.tlgo .g8uo { position: relative; overflow: hidden; }
.tlgo .g8uo::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;
}
.jzhrqxy .g8uo { position: relative; overflow: hidden; }
.jzhrqxy .g8uo::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;
}
.tc7tjno .g8uo {
  animation: hg-fadein 1.2s ease-out both;
}
.g8uo {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.xml6qsbi {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.o08o8a {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.kw9yrx {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.g8uo .denq1a { text-shadow: none; color: var(--text-primary); }
.g8uo .vhervc6w { color: var(--text-muted); }
body.r1i147x .denq1a {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.bmpuxk .denq1a {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.dj3pgh.rfkffl .denq1a,
section.rfkffl .denq1a {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.g8uo.bkfee .xml6qsbi { align-items: center; text-align: center; }
.g8uo.p5lom4oi   .xml6qsbi { align-items: flex-start; text-align: left; }
.grb12 .o08o8a { position: relative; }
.grb12 .o08o8a::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.grb12.rdncqga .o08o8a::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.ij1d3u .o08o8a {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.ij1d3u .kw9yrx {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.ij1d3u.rdncqga .o08o8a { padding: 32px 0 32px 32px; }
.z8rky0p .o08o8a {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.z8rky0p .kw9yrx {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.rdncqga .xml6qsbi {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.z8rky0p.rdncqga .o08o8a { padding: 40px 16px 40px 48px; }
.dj3pgh .trz80jd {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.trz80jd .q2cxf.tfq6d {
  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;
}
.trz80jd .q2cxf.tfq6d:hover { opacity: 0.85; }
.ui3cge .o08o8a {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .g8uo { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .g8uo:not(.ui3cge) .o08o8a { display: none !important; }
  .ui3cge .o08o8a { padding: 16px; }
  .xml6qsbi  { padding: 36px 24px; }
  .g8uo~.pq0ob,.rdncqga~.pq0ob{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .dj3pgh, .g8uo { min-height: 320px !important; }
  .denq1a { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .zz0hyhp,
  .xxtv,
  .bbb2r5au { grid-template-columns: 1fr !important; }

  

  
  .d3uifqw7 { display: flex !important; flex-direction: column !important; }
  .d3uifqw7 .rqyw { display: contents; }
  .d3uifqw7 .m746mr { order: 0; }
  .d3uifqw7 .denq1a { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .d3uifqw7 .zz0hyhp { order: 2; padding: 0 16px 12px !important; }
  .d3uifqw7 .vhervc6w { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .frsmqmv9 .rqyw { display: flex; flex-direction: column; }
  .frsmqmv9 .rqyw .denq1a { order: 1; }
  .frsmqmv9 .rqyw .bbb2r5au { order: 2; margin: 8px 0 24px !important; }
  .frsmqmv9 .rqyw .vhervc6w { order: 3; }
  .frsmqmv9 .rqyw .pdunjla5 { order: 4; align-self: center; margin-top: 0; }

  
  .g8uo.ui3cge {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .g8uo.ui3cge .xml6qsbi { display: contents; padding: 0; }
  .g8uo.ui3cge .xml6qsbi .denq1a { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .g8uo.ui3cge .o08o8a { order: 2; padding: 12px 16px; }
  .g8uo.ui3cge .xml6qsbi .vhervc6w { order: 3; padding: 0 24px; margin: 0 auto; }
  .g8uo.ui3cge .xml6qsbi .pdunjla5 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.qvcpbbx { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.mvduzqa { width: 100%; height: auto; display: block; border-radius: 10px; }
.f4u6lzx .qvcpbbx        { border-radius: 16px; }
.f4u6lzx .mvduzqa  { border-radius: 16px; }
.a357mg .qvcpbbx         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.a357mg .mvduzqa   { border-radius: 8px; }
.iwco3h { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.sujwu { width: 100%; padding: 32px 0; position: relative; }
.m1hajy { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.kpoz5 .sujwu:nth-child(even) { background: var(--bg-surface); }
.kpoz5 .sujwu:nth-child(odd)  { background: var(--bg-page); }
.wcwfsd .sujwu:nth-child(even) { background: var(--bg-card); }
.wcwfsd .sujwu:nth-child(odd)  { background: var(--bg-page); }
.kpoz5 .sujwu:nth-child(odd)  .m1hajy { background: var(--bg-card); border-radius: 6px; }
.kpoz5 .sujwu:nth-child(even) .m1hajy { background: var(--bg-raised); border-radius: 6px; }
.wcwfsd .sujwu:nth-child(odd)  .m1hajy { background: var(--bg-card); border-radius: 6px; }
.wcwfsd .sujwu:nth-child(even) .m1hajy { background: var(--bg-raised); border-radius: 6px; }
.kpoz5 .sujwu:nth-child(even) .z7qprcac .ika49,
.wcwfsd .sujwu:nth-child(even) .z7qprcac .ika49 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.kpoz5 .sujwu:nth-child(odd) .z7qprcac .ika49,
.wcwfsd .sujwu:nth-child(odd) .z7qprcac .ika49 { background: var(--bg-card-inner); }
.kpoz5 .sujwu:nth-child(even) .ww7xify .ika49:nth-child(odd),
.wcwfsd .sujwu:nth-child(even) .ww7xify .ika49:nth-child(odd)  { background: var(--bg-card); }
.kpoz5 .sujwu:nth-child(even) .ww7xify .ika49:nth-child(even),
.wcwfsd .sujwu:nth-child(even) .ww7xify .ika49:nth-child(even) { background: var(--bg-card-inner); }
h1.bwgyxdco { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.bwgyxdco {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.qj83zkfb { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.qizfdor h2.bwgyxdco {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.lyo4ne73 h2.bwgyxdco {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.e0ofgf8l h2.bwgyxdco {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.g1j8bi h2.bwgyxdco::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.y84qx2v h2.bwgyxdco {
  color: var(--text-primary); font-size: 1.7rem;
}
.rx96 h2.bwgyxdco::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.n99opj h2.bwgyxdco {
  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;
}
.dqb0hb6 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .dqb0hb6 { display: none; } }
.jq51 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.mfxail { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.grm9dxc {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.bcwfsv8 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.q915 { padding-left: 20px; }
.q915 li { margin-bottom: 6px; }
.q915 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.q915 a:hover { color: var(--accent-light); }
.gvxovyh .bcwfsv8 { display: none; }
.svabaz .bcwfsv8 { display: none; }
.svabaz .q915 { padding-left: 0; list-style: none; }
.svabaz .q915 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.svabaz .q915 a { font-size: 0.92rem; }
.cmxy .grm9dxc { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.cmxy .bcwfsv8 { display: none; }
.cmxy .q915 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.cmxy .q915 li { margin-bottom: 0; }
.cmxy .q915 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;
}
.cmxy .q915 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.qmx63 .grm9dxc { padding: 20px 20px 16px; }
.qmx63 .q915 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.qmx63 .q915 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.qmx63 .q915 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;
}
.qmx63 .q915 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;
}
.qmx63 .q915 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.qmx63 .q915 a:focus,
.qmx63 .q915 a:focus-visible,
.qmx63 .q915 a:target { outline: none; }
.qmx63 .q915 li:target a { border-color: var(--border); color: var(--text-muted); }
.ka3q .grm9dxc { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ka3q .bcwfsv8 { display: none; }
.ka3q .q915 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ka3q .q915 li { margin-bottom: 0; }
.ka3q .q915 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ka3q .q915 li:last-child::after { content: ""; margin-right: 0; }
.ka3q .q915 a { font-size: 0.9rem; }
.ika49 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.z7qprcac .ika49 { background: var(--bg-card); }
.ww7xify .ika49:nth-child(odd)  { background: var(--bg-card); }
.ww7xify .ika49:nth-child(even) { background: var(--bg-raised); }
.lster .ika49 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.lster .ika49:last-child { border-bottom: none; }
.lster h3.qj83zkfb { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.h7u2w .ika49 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.h7u2w .ika49 + .ika49 { margin-top: 4px; }
.eihtlyv .ika49 { background: none; border-radius: 0; padding: 12px 0; }
.eihtlyv .ika49 + .ika49 { border-top: 1px solid var(--border-section); }
.onnsu { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.pq61 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.ts323 { color: var(--text-body); margin-bottom: 10px; }
.l2ez1, .vkfb3q4u { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.l2ez1 li, .vkfb3q4u li { margin-bottom: 6px; }
.vkfb3q4u li { list-style: decimal; }
.gb1y     .l2ez1 { list-style-type: "● "; }
.blm89m6  .l2ez1 { list-style-type: "■ "; }
.cmos .l2ez1 { list-style-type: "◆ "; }
.n15u7j    .l2ez1 { list-style-type: "★ "; }
.gb1y     .g9jw3gg2 { list-style-type: "● "; }
.blm89m6  .g9jw3gg2 { list-style-type: "■ "; }
.cmos .g9jw3gg2 { list-style-type: "◆ "; }
.n15u7j    .g9jw3gg2 { list-style-type: "★ "; }
.gb1y    .l2ez1 li::marker, .gb1y    .g9jw3gg2 li::marker,
.blm89m6 .l2ez1 li::marker, .blm89m6 .g9jw3gg2 li::marker,
.cmos .l2ez1 li::marker, .cmos .g9jw3gg2 li::marker,
.n15u7j   .l2ez1 li::marker, .n15u7j   .g9jw3gg2 li::marker {
  color: var(--cta); font-size: 1em;
}
.gb1y .vkfb3q4u,
.blm89m6 .vkfb3q4u,
.cmos .vkfb3q4u,
.n15u7j .vkfb3q4u {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.gb1y .vkfb3q4u li,
.blm89m6 .vkfb3q4u li,
.cmos .vkfb3q4u li,
.n15u7j .vkfb3q4u li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.gb1y .vkfb3q4u li::before,
.blm89m6 .vkfb3q4u li::before,
.cmos .vkfb3q4u li::before,
.n15u7j .vkfb3q4u 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;
}
.gb1y     .vkfb3q4u li::before { border-radius: 50%; }
.blm89m6  .vkfb3q4u li::before { border-radius: 3px; }
.cmos .vkfb3q4u li::before { border-radius: 3px; }
.n15u7j    .vkfb3q4u li::before { border-radius: 50%; }
.vw3dic8 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.wl4xl .vw3dic8,
.hf0u .vw3dic8 { background: transparent; border: none; border-radius: 0; }
.vo29 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.vo29 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.vo29 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.vo29 tr:hover td { background: var(--bg-hover); }
.ocva .vo29 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.a3o99f4 .vo29 { border: 1px solid var(--border-alt); }
.a3o99f4 .vo29 th,
.a3o99f4 .vo29 td { border: 1px solid var(--border-alt); }
.sckcmdo .vo29 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.sckcmdo .vo29 td { border-bottom: none; }
.sckcmdo .vo29 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.j3gef93 .vo29 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ogzbrg .vw3dic8 {
  overflow: hidden;
}
.ogzbrg .vo29 th { border-bottom: 1px solid var(--border-alt); }
.ogzbrg .vo29 tr:last-child td { border-bottom: none; }
.oweb0 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.vtag7 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.d1yk8njb { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.cez4mt { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.oxelj { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.g9jw3gg2 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.g9jw3gg2 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%}
.fvxqrs .cez4mt { background: transparent; text-align: center; }
.wjxwjxj .d1yk8njb {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.e11zx .d1yk8njb {
  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);
}
.zet1c .vtag7 { display: grid; grid-template-columns: auto 1fr; }
.zet1c .d1yk8njb {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.zet1c .cez4mt { grid-column: 2; }
.zet1c .oxelj,
.zet1c .g9jw3gg2 { grid-column: 1 / -1; }
.qoxu70 .vtag7 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.qoxu70 .d1yk8njb {
  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);
}
.qoxu70 .cez4mt { grid-column: 2; }
.qoxu70 .oxelj,
.qoxu70 .g9jw3gg2 { grid-column: 1 / -1; }
.iyr4 .vtag7 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.iyr4 .cez4mt { background: none; color: var(--accent-light); font-weight: 700; }
.d10s .vtag7 { 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); }
.d10s .cez4mt { background: none; color: var(--accent-light); font-weight: 700; }
.oym43d .vtag7 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.oym43d .vtag7:last-child { border-bottom: none; }
.oym43d .cez4mt { background: none; color: var(--accent-light); font-weight: 700; }
.sylas .vtag7 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.sylas .cez4mt { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.m5aefj .oweb0 { counter-reset: card-n; }
.m5aefj .vtag7  { counter-increment: card-n; }
.m5aefj .cez4mt { display: flex; align-items: center; gap: 10px; }
.m5aefj .cez4mt::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;
}
.gi90wpi .vtag7 { background: var(--bg-surface); border: 1px solid var(--border); }
.gi90wpi .cez4mt { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.vvt6gy71 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.ycy2oe8z  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.bkho { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.tr86l6lb { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.vvt6gy71 strong { color: var(--text-primary); font-size: 0.95rem; }
.vvt6gy71 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.rw4tkomn { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.izrv0hv, .ybiz { border-radius: 8px; padding: 14px; }
.izrv0hv { background: var(--bg-pros); }
.ybiz { background: var(--bg-cons); }
.uh9s { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.izrv0hv .uh9s { color: var(--c-pros-label); }
.ybiz .uh9s { color: #f87171; }
.izrv0hv ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ybiz ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.mvduzqa { width: 100%; height: auto; border-radius: 10px; display: block; }
.tfq6d {
  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;
}
.tfq6d:hover { opacity: 0.85; }
.tkyw .tfq6d  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.tkyw .tfq6d:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zymx1wq .tfq6d  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.zymx1wq .tfq6d:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.qag2 .pdunjla5 { border-radius: 50px; }
.qag2 .tfq6d  { border-radius: 50px; }
.po4bopmh .pdunjla5 { padding-left: 22px; padding-right: 22px; }
.po4bopmh .tfq6d  { padding-left: 12px; padding-right: 12px; }
.r0unr3lv .pdunjla5 { padding-left: 44px; padding-right: 44px; }
.r0unr3lv .tfq6d  { padding-left: 24px; padding-right: 24px; }
.jj0z1x1 .pdunjla5 { padding-left: 56px; padding-right: 56px; }
.jj0z1x1 .tfq6d  { padding-left: 32px; padding-right: 32px; }
.fbdl1x14   .pdunjla5::after, .fbdl1x14   .tfq6d::after,
.vpxh3f6n .pdunjla5::after, .vpxh3f6n .tfq6d::after,
.efgqi    .pdunjla5::after, .efgqi    .tfq6d::after,
.uv8c4    .pdunjla5::after, .uv8c4    .tfq6d::after,
.qxzsrdg    .pdunjla5::after, .qxzsrdg    .tfq6d::after,
.muq8nhi     .pdunjla5::after, .muq8nhi     .tfq6d::after,
.ae7q    .pdunjla5::after, .ae7q    .tfq6d::after,
.vgf7haut   .pdunjla5::after, .vgf7haut   .tfq6d::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;
}
.fbdl1x14 .pdunjla5::after, .fbdl1x14 .tfq6d::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");
}
.vpxh3f6n .pdunjla5::after, .vpxh3f6n .tfq6d::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");
}
.efgqi .pdunjla5::after, .efgqi .tfq6d::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");
}
.uv8c4 .pdunjla5::after, .uv8c4 .tfq6d::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");
}
.qxzsrdg .pdunjla5::after, .qxzsrdg .tfq6d::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");
}
.muq8nhi .pdunjla5::after, .muq8nhi .tfq6d::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");
}
.ae7q .pdunjla5::after, .ae7q .tfq6d::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");
}
.vgf7haut .pdunjla5::after, .vgf7haut .tfq6d::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");
}
.syty   .mmoqmx::after, .syty   .c592xt::after,
.t9255skl .mmoqmx::after, .t9255skl .c592xt::after,
.o9yirj    .mmoqmx::after, .o9yirj    .c592xt::after,
.f0giz    .mmoqmx::after, .f0giz    .c592xt::after,
.vv9na2w    .mmoqmx::after, .vv9na2w    .c592xt::after,
.clwdrmvm     .mmoqmx::after, .clwdrmvm     .c592xt::after,
.odkdkzo    .mmoqmx::after, .odkdkzo    .c592xt::after,
.ek5yk7   .mmoqmx::after, .ek5yk7   .c592xt::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;
}
.syty .mmoqmx::after, .syty .c592xt::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");
}
.t9255skl .mmoqmx::after, .t9255skl .c592xt::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");
}
.o9yirj .mmoqmx::after, .o9yirj .c592xt::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");
}
.f0giz .mmoqmx::after, .f0giz .c592xt::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");
}
.vv9na2w .mmoqmx::after, .vv9na2w .c592xt::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");
}
.clwdrmvm .mmoqmx::after, .clwdrmvm .c592xt::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");
}
.odkdkzo .mmoqmx::after, .odkdkzo .c592xt::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");
}
.ek5yk7 .mmoqmx::after, .ek5yk7 .c592xt::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");
}
.qm90hgw .dejarrt   { background: rgba(128,128,128,.12); }
.q2cxf.tfq6d {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .t0mrer {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .t0mrer::before    { grid-area: rank;   }
  .pwfl           { grid-area: ident;  }
  .d9um     { grid-area: rating; min-width: 0; width: auto; }
  .frn4           { grid-area: pills;  }
  .q2cxf             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .t0mrer {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .t0mrer::before    { justify-self: center; }
  .pwfl           { width: 100%; }
  .d9um     { justify-self: center; }
  .frn4           { grid-template-columns: 1fr; }
}
.xbmk8    .esrjtbyi li::before { content: "◆"; }
.xbmk8    .qsv5l92 li::before { content: "▲"; }
@media (min-width: 860px) {
  .thzxs .fex2d {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .thzxs .tbw8lxu { margin: 0; }
}
.iiuf6z1 .tbw8lxu { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.iiuf6z1 .lxlib { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.iiuf6z1 .wl4xl { padding: 14px 16px; }
.iiuf6z1 .qqvt { border-radius: 4px; }
.iiuf6z1 .a8zl1w { border-radius: 0; }
.hf0u .rw4tkomn { gap: 10px; }
.hf0u .izrv0hv, .hf0u .ybiz { padding: 12px; }
.hf0u .izrv0hv ul, .hf0u .ybiz ul { margin: 4px 0 0; padding-left: 18px; }
.hf0u .izrv0hv li, .hf0u .ybiz li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .ztkmnu { grid-template-columns: 1fr; }
  .msemiba { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .msemiba .zc9o9lt { width: 72px; height: 50px; }
  .msemiba .ksu0qo05 { max-width: 180px; }
  .msemiba .bmhnr { width: auto; }
}
@media (max-width: 720px) {
  .nc2kmxvi { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .h3topa { padding: 16px; }
  .gdtrp .wnfm { min-width: 50%; }
}
.c3z1e .rw4tkomn { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .xkrea4oc { grid-template-columns: 1fr; }
  .yaawtr { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .sz9e { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .vpe99tz8 { flex-wrap: wrap; padding: 16px; }
}
.xl688 .rw4tkomn { gap: 8px; }
.xl688 .izrv0hv, .xl688 .ybiz { padding: 8px; }
@media (max-width: 480px) {
  .t8o4fnqo { flex-direction: column; align-items: stretch; }
}
.l7br .bmhnr .tfq6d { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .xjuz { flex-direction: column; align-items: stretch; gap: 10px; }
  .l7br .bmhnr { text-align: center; }
}
@media (max-width: 720px) {
  .ksv9trl { grid-template-columns: 1fr; }
  .nmugxeb { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .x3lw { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .szzjqm { grid-template-columns: 1fr; }
  .owh68i { width: 100px; height: 100px; margin: 16px auto; }
  .f5lh { font-size: 1.4rem; }
  .wbf6l4x { justify-content: center; }
  .pi193jgp .wnfm { min-width: 50%; }
}
.eqxzjuwd .rw4tkomn { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .c78lj1kg { flex-wrap: wrap; padding: 14px 16px; }
  .kbjz { padding: 12px 16px; }
  .eqxzjuwd .rw4tkomn { margin: 0 16px; }
  .eqxzjuwd .u7bq { padding: 0 16px; }
  .jog3 { padding: 12px 16px; }
}
.ea9pqo .upiba { gap: 0; }
.ea9pqo .t0mrer {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.ea9pqo .t0mrer:last-child { border-bottom: none; }
.ea9pqo .t0mrer:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.ea9pqo .t0mrer:nth-child(even):hover { background: var(--bg-hover); }
.zotcp8bl .frn4 .iai3kym6 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.c7es3j .ionlik {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.y6zct { margin: 16px 0; }
.s1331ng { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.s1331ng summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.s1331ng summary::after { content: "+"; color: var(--accent-light); }
.s1331ng[open] summary::after { content: "−"; }
.s1331ng p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.sujwu { margin-bottom: 0; }
.bbqta h2.bwgyxdco { color: var(--text-primary); border-color: var(--accent-light); }
.q2ya h2.bwgyxdco { color: var(--text-primary); border-color: var(--accent-light); }
.itslbic .ycy2oe8z     { background: #052e16; border-color: #10b981; }
.itslbic .bkho    { background: #1e1036; border-color: #a855f7; }
.itslbic .vvt6gy71 strong  { color: #f1f5f9; }
.itslbic .vvt6gy71 p       { color: #cbd5e1; }
.itslbic .c8wyfxk    .ycy2oe8z     .tr86l6lb::before,
.itslbic .zjippuf  .ycy2oe8z     .tr86l6lb::before,
.itslbic .c60s8q08  .ycy2oe8z     .tr86l6lb::before,
.itslbic .j3va8h9l .ycy2oe8z     .tr86l6lb::before { color: #10b981; }
.itslbic .c8wyfxk    .kv0f1hv .tr86l6lb::before,
.itslbic .zjippuf  .kv0f1hv .tr86l6lb::before,
.itslbic .c60s8q08  .kv0f1hv .tr86l6lb::before,
.itslbic .j3va8h9l .kv0f1hv .tr86l6lb::before { color: #f43f5e; }
.itslbic .c8wyfxk    .bkho    .tr86l6lb::before,
.itslbic .zjippuf  .bkho    .tr86l6lb::before,
.itslbic .c60s8q08  .bkho    .tr86l6lb::before,
.itslbic .j3va8h9l .bkho    .tr86l6lb::before { color: #a855f7; }
.q9vx7ynt .ycy2oe8z     { background: #2d2000; border-color: #eab308; }
.q9vx7ynt .bkho    { background: #2d1600; border-color: #f97316; }
.q9vx7ynt .vvt6gy71 strong  { color: #f1f5f9; }
.q9vx7ynt .vvt6gy71 p       { color: #cbd5e1; }
.q9vx7ynt .c8wyfxk    .ycy2oe8z     .tr86l6lb::before,
.q9vx7ynt .zjippuf  .ycy2oe8z     .tr86l6lb::before,
.q9vx7ynt .c60s8q08  .ycy2oe8z     .tr86l6lb::before,
.q9vx7ynt .j3va8h9l .ycy2oe8z     .tr86l6lb::before { color: #eab308; }
.q9vx7ynt .c8wyfxk    .kv0f1hv .tr86l6lb::before,
.q9vx7ynt .zjippuf  .kv0f1hv .tr86l6lb::before,
.q9vx7ynt .c60s8q08  .kv0f1hv .tr86l6lb::before,
.q9vx7ynt .j3va8h9l .kv0f1hv .tr86l6lb::before { color: #ef4444; }
.q9vx7ynt .c8wyfxk    .bkho    .tr86l6lb::before,
.q9vx7ynt .zjippuf  .bkho    .tr86l6lb::before,
.q9vx7ynt .c60s8q08  .bkho    .tr86l6lb::before,
.q9vx7ynt .j3va8h9l .bkho    .tr86l6lb::before { color: #f97316; }
.wzlx3w4 .ycy2oe8z     { background: #0c1a2e; border-color: #38bdf8; }
.wzlx3w4 .kv0f1hv { background: #12103a; border-color: #818cf8; }
.wzlx3w4 .bkho    { background: #0a2020; border-color: #2dd4bf; }
.wzlx3w4 .vvt6gy71 strong  { color: #f1f5f9; }
.wzlx3w4 .vvt6gy71 p       { color: #cbd5e1; }
.wzlx3w4 .c8wyfxk    .ycy2oe8z     .tr86l6lb::before,
.wzlx3w4 .zjippuf  .ycy2oe8z     .tr86l6lb::before,
.wzlx3w4 .c60s8q08  .ycy2oe8z     .tr86l6lb::before,
.wzlx3w4 .j3va8h9l .ycy2oe8z     .tr86l6lb::before { color: #38bdf8; }
.wzlx3w4 .c8wyfxk    .kv0f1hv .tr86l6lb::before,
.wzlx3w4 .zjippuf  .kv0f1hv .tr86l6lb::before,
.wzlx3w4 .c60s8q08  .kv0f1hv .tr86l6lb::before,
.wzlx3w4 .j3va8h9l .kv0f1hv .tr86l6lb::before { color: #818cf8; }
.wzlx3w4 .c8wyfxk    .bkho    .tr86l6lb::before,
.wzlx3w4 .zjippuf  .bkho    .tr86l6lb::before,
.wzlx3w4 .c60s8q08  .bkho    .tr86l6lb::before,
.wzlx3w4 .j3va8h9l .bkho    .tr86l6lb::before { color: #2dd4bf; }
.brawcaba .ycy2oe8z     { background: var(--accent-bg); border-color: var(--accent-light); }
.brawcaba .bkho    { background: var(--accent-bg); border-color: var(--accent-pale); }
.brawcaba .c8wyfxk    .tr86l6lb::before,
.brawcaba .zjippuf  .tr86l6lb::before,
.brawcaba .c60s8q08  .tr86l6lb::before,
.brawcaba .j3va8h9l .tr86l6lb::before { color: var(--accent-light) !important; }
.zrdeq77h::before,
.q1xlwdk::before { margin-right: 5px; }
.v53m23 .izrv0hv ul li,
.v53m23 .izrv0hv .zrdeq77h { color: #22c55e; }
.v53m23 .ybiz ul li,
.v53m23 .ybiz .q1xlwdk { color: #ef4444; }
.zb11 .izrv0hv { background: var(--bg-pros); }
.zb11 .ybiz { background: var(--bg-cons); }
.zb11 .izrv0hv .zrdeq77h { color: var(--c-pros-label); }
.zb11 .ybiz .q1xlwdk { color: var(--c-cons); }
.zb11 .izrv0hv ul li,
.zb11 .esrjtbyi li            { color: var(--c-pros); }
.zb11 .ybiz ul li,
.zb11 .qsv5l92 li            { color: var(--c-cons); }
.z6ors .izrv0hv { background: var(--bg-pros); }
.z6ors .ybiz { background: var(--bg-cons); }
.z6ors .izrv0hv .zrdeq77h { color: var(--c-pros-label); }
.z6ors .ybiz .q1xlwdk { color: var(--c-cons); }
.z6ors .izrv0hv ul li,
.z6ors .ybiz ul li,
.z4njev .zrdeq77h::before { content: "✓ "; }
.z4njev .q1xlwdk::before { content: "✗ "; }
.wul9i .zrdeq77h::before { content: "→ "; }
.wul9i .q1xlwdk::before { content: "← "; }
.xefvhw .zrdeq77h::before { content: "★ "; }
.xefvhw .q1xlwdk::before { content: "✕ "; }
.xbmk8 .zrdeq77h::before { content: "◆ "; }
.xbmk8 .q1xlwdk::before { content: "▲ "; }
.s6otr .vvt6gy71 { background: transparent; border-left: none; border: 1.5px solid; }
.s6otr .ycy2oe8z     { border-color: var(--c-tip-border); }
.s6otr .bkho    { border-color: #60a5fa; }
.s6otr .vvt6gy71 strong { color: var(--text-primary); }
.s6otr .vvt6gy71 p      { color: var(--text-muted); }
.g6yzp .vvt6gy71 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.g6yzp .ycy2oe8z     { border-top-color: var(--c-tip-border); }
.g6yzp .bkho    { border-top-color: #60a5fa; }
.hbf96z .vvt6gy71 { border-left: none; border-radius: 8px; }
.hbf96z .ycy2oe8z     { background: #065f46; }
.hbf96z .bkho    { background: #1e3a8a; }
.hbf96z .vvt6gy71 strong,
.hbf96z .vvt6gy71 p { color: #fff; }
.hbf96z .tr86l6lb::before { color: rgba(255,255,255,0.85) !important; }
.itslbic.hbf96z .ycy2oe8z,
.itslbic .hbf96z .ycy2oe8z     { background: #052e16; }
.itslbic.hbf96z .bkho,
.itslbic .hbf96z .bkho    { background: #1e1036; }
.q9vx7ynt.hbf96z .ycy2oe8z,
.q9vx7ynt .hbf96z .ycy2oe8z      { background: #2d2000; }
.q9vx7ynt.hbf96z .bkho,
.q9vx7ynt .hbf96z .bkho     { background: #2d1600; }
.wzlx3w4.hbf96z .ycy2oe8z,
.wzlx3w4 .hbf96z .ycy2oe8z      { background: #0c1a2e; }
.wzlx3w4.hbf96z .kv0f1hv,
.wzlx3w4 .hbf96z .kv0f1hv  { background: #12103a; }
.wzlx3w4.hbf96z .bkho,
.wzlx3w4 .hbf96z .bkho     { background: #0a2020; }
.lgzd .vvt6gy71 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.lgzd .ycy2oe8z     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.lgzd .kv0f1hv { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.lgzd .bkho    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.lgzd .vvt6gy71 strong { color: var(--text-primary); }
.lgzd .vvt6gy71 p      { color: var(--text-muted); }
.gl59m .vvt6gy71 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.c8wyfxk .tr86l6lb,
.zjippuf .tr86l6lb,
.c60s8q08 .tr86l6lb,
.j3va8h9l .tr86l6lb { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.c8wyfxk .tr86l6lb::before,
.zjippuf .tr86l6lb::before,
.c60s8q08 .tr86l6lb::before,
.j3va8h9l .tr86l6lb::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.c8wyfxk .ycy2oe8z     .tr86l6lb::before { content: "✦"; color: var(--c-tip-border); }
.c8wyfxk .kv0f1hv .tr86l6lb::before { content: "▲"; color: var(--c-warn-border); }
.c8wyfxk .bkho    .tr86l6lb::before { content: "◉"; color: #60a5fa; }
.zjippuf .ycy2oe8z     .tr86l6lb::before { content: "★"; color: var(--c-tip-border); }
.zjippuf .kv0f1hv .tr86l6lb::before { content: "◆"; color: var(--c-warn-border); }
.zjippuf .bkho    .tr86l6lb::before { content: "●"; color: #60a5fa; }
.c60s8q08 .ycy2oe8z     .tr86l6lb::before { content: "▶"; color: var(--c-tip-border); }
.c60s8q08 .kv0f1hv .tr86l6lb::before { content: "■"; color: var(--c-warn-border); }
.c60s8q08 .bkho    .tr86l6lb::before { content: "▸"; color: #60a5fa; }
.j3va8h9l .ycy2oe8z     .tr86l6lb::before { content: "→"; color: var(--c-tip-border); }
.j3va8h9l .kv0f1hv .tr86l6lb::before { content: "⬥"; color: var(--c-warn-border); }
.j3va8h9l .bkho    .tr86l6lb::before { content: "◈"; color: #60a5fa; }
.au5psui .z7qprcac .ika49,
.au5psui .ww7xify .ika49  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.au5psui .vtag7                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.au5psui .vw3dic8          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.au5psui .grm9dxc                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.m2d2ft .z7qprcac .ika49,
.m2d2ft .ww7xify .ika49,
.m2d2ft .vtag7,
.m2d2ft .t0mrer,
.m2d2ft .tbw8lxu,
.m2d2ft .vw3dic8,
.m2d2ft .grm9dxc,
.m2d2ft .gl59m .vvt6gy71 { box-shadow: none; }
.jmipxc   body, .jmipxc   { font-size: 0.9rem; }
.jmipxc   .ts323, .jmipxc .onnsu, .jmipxc .pq61,
.jmipxc   .jq51, .jmipxc .mfxail { font-size: 0.9rem; }
.jmipxc   .l2ez1, .jmipxc .vkfb3q4u { font-size: 0.9rem; }
.b2fg   .ts323, .b2fg .onnsu, .b2fg .pq61,
.b2fg   .jq51, .b2fg .mfxail { font-size: 0.95rem; }
.b2fg   .l2ez1, .b2fg .vkfb3q4u { font-size: 0.95rem; }
.tamgu   .ts323, .tamgu .onnsu, .tamgu .pq61,
.tamgu   .jq51, .tamgu .mfxail { font-size: 1.08rem; }
.tamgu   .l2ez1, .tamgu .vkfb3q4u { font-size: 1.05rem; }
.tamgu   .vo29 { font-size: 0.97rem; }
.vhcqn7au .denq1a      { font-size: 3.2rem; }
.vhcqn7au h2.bwgyxdco { font-size: 1.9rem; }
.vhcqn7au h3.qj83zkfb     { font-size: 1.4rem; }
.tldfrf49 .denq1a      { font-size: 3.8rem; }
.tldfrf49 h2.bwgyxdco { font-size: 2.2rem; }
.tldfrf49 h3.qj83zkfb     { font-size: 1.6rem; }
.sujwu + .sujwu { position: relative; }
.ib7ife   .sujwu + .sujwu::before,
.hjwg  .sujwu + .sujwu::before,
.cp1zmz   .sujwu + .sujwu::before,
.nj05a69   .sujwu + .sujwu::before,
.p3n45x2i   .sujwu + .sujwu::before,
.tgg4dd .sujwu + .sujwu::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.ib7ife .sujwu + .sujwu::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.hjwg .sujwu + .sujwu::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.cp1zmz .sujwu + .sujwu::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;
}
.nj05a69 .sujwu + .sujwu::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.lh6o .sujwu { margin-bottom: 16px; }
.lh6o .sujwu + .sujwu { margin-top: 0; }
.lh6o .m1hajy { padding-top: 0; padding-bottom: 0; }
.p3n45x2i .sujwu + .sujwu::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.tgg4dd .sujwu + .sujwu::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.lajl5ofp .sujwu + .sujwu::before,
.dgqom .sujwu + .sujwu::before,
.t7si .sujwu + .sujwu::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%;
}
.kpoz5 .lajl5ofp .sujwu:nth-child(even)::before,
.kpoz5 .dgqom .sujwu:nth-child(even)::before,
.kpoz5 .t7si .sujwu:nth-child(even)::before { background: var(--bg-surface); }
.wcwfsd .lajl5ofp .sujwu:nth-child(even)::before,
.wcwfsd .dgqom .sujwu:nth-child(even)::before,
.wcwfsd .t7si .sujwu:nth-child(even)::before { background: var(--bg-card); }
.lajl5ofp .sujwu + .sujwu::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");
}
.dgqom .sujwu + .sujwu::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");
}
.t7si .sujwu + .sujwu::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");
}
.t8i7l .xml6qsbi,
.zk367 .xml6qsbi { padding-bottom: 60px; }
.hwj708 .xml6qsbi { padding-bottom: 70px; }
.jcbqmy .pwma9456:not(.rfkffl) .m746mr { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.wjuqin .g8uo { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.jcbqmy .rfkffl { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.jcbqmy .bjs39dr { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.jcbqmy .g8uo { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.tly7 .g8uo { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.q33sy .g8uo { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ffqu7xix .g8uo { background: var(--accent-bg); }
.h79e7s37 .qvcpbbx { float: left; width: 38%; margin: 0 28px 16px 0; }
.h79e7s37 .qvcpbbx .mvduzqa { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.h79e7s37 .m1hajy::after { content: ''; display: block; clear: both; }
.xhds .qvcpbbx { float: right; width: 38%; margin: 0 0 16px 28px; }
.xhds .qvcpbbx .mvduzqa { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xhds .m1hajy::after { content: ''; display: block; clear: both; }
.wlk4 .sujwu:nth-child(odd)  .qvcpbbx { float: left;  width: 38%; margin: 0 28px 16px 0; }
.wlk4 .sujwu:nth-child(even) .qvcpbbx { float: right; width: 38%; margin: 0 0 16px 28px; }
.wlk4 .qvcpbbx .mvduzqa { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wlk4 .m1hajy::after { content: ''; display: block; clear: both; }
.h79e7s37 .oweb0,
.xhds .oweb0,
.wlk4 .oweb0,
@media (max-width: 900px) {
  .h79e7s37 .qvcpbbx,
  .xhds .qvcpbbx,
  .wlk4 .sujwu:nth-child(odd)  .qvcpbbx,
  .wlk4 .sujwu:nth-child(even) .qvcpbbx {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .h79e7s37 .qvcpbbx .mvduzqa,
  .xhds .qvcpbbx .mvduzqa,
  .wlk4 .qvcpbbx .mvduzqa {
    max-height: none !important;
  }
}
.h79e7s37 .l2ez1,
.h79e7s37 .vkfb3q4u,
.xhds .l2ez1,
.xhds .vkfb3q4u,
.wlk4 .l2ez1,
.wlk4 .vkfb3q4u { overflow: hidden; }
@media (max-width: 640px) {
  .h79e7s37 .qvcpbbx,
  .xhds .qvcpbbx,
  .wlk4 .qvcpbbx { float: none; width: 100%; margin: 0 0 16px 0; }
}
.q2m4xkfv .iwco3h,
.q2m4xkfv .m1hajy,
.q2m4xkfv .axy2lyvx  { max-width: 1100px; }
.eg1r8 .iwco3h,
.eg1r8 .m1hajy,
.eg1r8 .axy2lyvx  { max-width: 1200px; }
.g74cswh8 .iwco3h,
.g74cswh8 .m1hajy,
.g74cswh8 .axy2lyvx  { max-width: 1320px; }
.g74cswh8 { --content-mw: 1320px; }
.mqwvoq { font-size: 0.82rem; color: var(--text-muted); }
.h0y1 { display: flex; align-items: center; }
.kblsbx {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.dyhowi { display: flex; align-items: center; }
.pktse { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.pktse:hover { text-decoration: underline; }
.rddyk43 { margin: 0 3px; opacity: 0.45; }
.rddyk43::before { content: '/'; }
.a7vj8 { padding: 2px 5px; color: var(--text-main); }
.bhel2yop .mqwvoq {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.bhel2yop .h0y1 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.lab88 .mqwvoq {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.lab88 .h0y1 { padding: 0 0 0 12px; }
.b4ic .h0y1 { padding: 0 16px; }
.b4ic .mqwvoq {
  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);
}
.b4ic .iwco3h { padding-top: 28px; }
@media (max-width: 720px) {
  .zzdbk { margin-top: 18px; padding: 0 16px; }
  .b4ic .iwco3h { padding-top: 16px; }
}
.q2m4xkfv.bhel2yop .h0y1 { max-width: 1100px; }
.eg1r8.bhel2yop .h0y1 { max-width: 1200px; }
.g74cswh8.bhel2yop .h0y1 { max-width: 1320px; }
.g74cswh8 .zzdbk { max-width: 1320px; }
.rw7587hu .sujwu { padding-top: 16px; padding-bottom: 16px; }
.vvskpt8b .sujwu { padding-top: 24px; padding-bottom: 24px; }
.f2aql .sujwu { padding-top: 40px; padding-bottom: 40px; }
.ahe0v .sujwu { padding-top: 52px; padding-bottom: 52px; }
.bg8fyd .sujwu:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.bg8fyd .sujwu:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.bg8fyd .sujwu:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.bg8fyd .sujwu:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.lmai2 .m1hajy { padding-top: 10px;  padding-bottom: 10px; }
.mkju .m1hajy { padding-top: 18px;  padding-bottom: 18px; }
.m793 .m1hajy { padding-top: 36px;  padding-bottom: 36px; }
.nevnq2 .m1hajy { padding-top: 48px;  padding-bottom: 48px; }
.xzwsnr h2.bwgyxdco { font-weight: 600; }
.xzwsnr h3.qj83zkfb     { font-weight: 600; }
.qkagl8al h2.bwgyxdco { font-weight: 800; }
.qkagl8al h3.qj83zkfb     { font-weight: 700; }
.yk5k h2.bwgyxdco { font-weight: 900; }
.yk5k h3.qj83zkfb     { font-weight: 800; }
.yk5k .vvt6gy71 strong,
.yk5k .vvt6gy71 strong { font-weight: 600; }
.mmoqmx {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.i8upps .mmoqmx { display: none; }
@media (max-width: 640px) {
  .ej5o { display: none; }
  .mmoqmx {
    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;
  }
}
.mmoqmx { background: var(--cta) !important; color: #fff !important; border: none !important; }
.mmoqmx:hover { opacity: 0.85; }
.j1aqx .mmoqmx { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.tzed9da2 .mmoqmx,
.qitvm  .mmoqmx { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.tzed9da2 .mmoqmx:hover,
.qitvm  .mmoqmx:hover { opacity: 0.88; }
.j1aqx.tzed9da2 .mmoqmx,
.j1aqx.qitvm  .mmoqmx { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.c592xt {
  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;
}
.c592xt:hover { transform: translateY(-2px); opacity: 0.92; }
.c592xt { background: var(--cta) !important; color: #fff !important; border: none !important; }
.hzo4 .c592xt { display: none; }
.lmln5p .c592xt { right: 32px; }
.ls31  .c592xt { left: 32px; }
@media (max-width: 480px) {
  .lmln5p .c592xt { right: 20px; bottom: 20px; }
  .ls31  .c592xt { left: 20px; bottom: 20px; }
}
.ox7j4cfs { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.axy2lyvx { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.gqntqd { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ywubu { color: var(--text-dim); font-size: 0.8rem; }
.c5gx { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.c5gx img { height: 26px; width: auto; object-fit: contain; }
.n5k8tg { display: flex; flex-direction: column; gap: 6px; }
.n5k8tg a, .boo8 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.n5k8tg a:hover, .boo8 a:hover { color: var(--accent-light); }
.n5k8tg .qind { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.jr3ktvj .axy2lyvx { text-align: center; }
.jr3ktvj .gqntqd { margin-top: 0; }
.j85e { margin-top: 10px; }
.j85e a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .axy2lyvx { padding-left: 16px; padding-right: 16px; }
  .v5ejw1 .axy2lyvx { padding: 20px 16px; }
  .boo8 { gap: 4px 12px; }
  .gqntqd { font-size: 0.78rem; }
}
.a1y3 .r47i4v5w .c5gx { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.a1y3 .gqntqd { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.a1y3 .ywubu { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .a1y3 .k9n76e { grid-template-columns: 1fr 1fr; } .a1y3 .r47i4v5w { grid-column: 1 / -1; } }
@media (max-width: 480px) { .a1y3 .k9n76e { grid-template-columns: 1fr; } }
.wfkhm5y .c5gx { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.wfkhm5y .gqntqd { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .wfkhm5y .phiaph1 { gap: 12px; } .wfkhm5y .c5gx { margin-right: 0; width: 100%; } }
.u2tbnbh .kdjo .c5gx { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.u2tbnbh .gqntqd { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.u2tbnbh .ywubu { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .u2tbnbh .d8t7nzbl { grid-template-columns: 1fr 1fr; } .u2tbnbh .kdjo { grid-column: 1 / -1; } }
@media (max-width: 480px) { .u2tbnbh .d8t7nzbl { grid-template-columns: 1fr; } }
.ux8zr7 .xbnuyc55 { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.ux8zr7 .n5k8tg { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .ux8zr7 .xbnuyc55 { grid-template-columns: 1fr 1fr; } .ux8zr7 .ygmzrml:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ux8zr7 .xbnuyc55 { grid-template-columns: 1fr; } }
.x3b5l .xbnuyc55 { grid-template-columns: 1fr 2fr; }
.x3b5l .ixlt .n5k8tg { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .x3b5l .xbnuyc55 { grid-template-columns: 1fr; } }
.nv95dav .axy2lyvx { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.nqvu8d6e .ed92      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.nqvu8d6e .ox7j4cfs { background: var(--bg-page); border-top-color: var(--border-alt); }
.p7y43u .ed92      { background: #0d1117; border-bottom-color: #21262d; }
.p7y43u .ko58w46c { color: var(--accent-light); }
.p7y43u .cuxdku3 { --msep-color: #8b949e; }
.p7y43u .cuxdku3 a { color: #8b949e; }
.p7y43u .cuxdku3 a:hover { color: var(--accent-light); }
.p7y43u .i8gbf69y { color: #8b949e; }
.p7y43u .ox7j4cfs { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.p7y43u .gqntqd,
.p7y43u .ywubu { color: #6e7681; }
.p7y43u .n5k8tg a, .p7y43u .boo8 a,
.p7y43u .c5gx { color: #e6edf3; }
.p7y43u .n5k8tg a:hover, .p7y43u .boo8 a:hover,
@media (max-width: 640px) {
  .p7y43u .cuxdku3 { background: #0d1117; border-top-color: #21262d; }
  .p7y43u .cuxdku3 li a { border-bottom-color: #21262d; }
}
.eojj3l .ed92      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.eojj3l .ko58w46c { color: var(--accent-light); }
.eojj3l .cuxdku3 { --msep-color: #475569; }
.eojj3l .cuxdku3 a { color: #475569; }
.eojj3l .cuxdku3 a:hover { color: var(--accent-light); }
.eojj3l .i8gbf69y { color: #64748b; }
.eojj3l .ox7j4cfs { background: #f0f4f8; border-top-color: #cbd5e1; }
.eojj3l .gqntqd,
.eojj3l .ywubu { color: #64748b; }
.eojj3l .n5k8tg a, .eojj3l .boo8 a,
.eojj3l .j3i9v a, .eojj3l .c5gx { color: #374151; }
.eojj3l .n5k8tg a:hover, .eojj3l .boo8 a:hover,
@media (max-width: 640px) {
  .eojj3l .cuxdku3 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .eojj3l .cuxdku3 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.tzed9da2 .ed92      { background: var(--accent); border-bottom-color: var(--accent-light); }
.tzed9da2 .ko58w46c { color: #fff; }
.tzed9da2 .cuxdku3 { --msep-color: rgba(255,255,255,0.82); }
.tzed9da2 .cuxdku3 a { color: rgba(255,255,255,0.82); }
.tzed9da2 .cuxdku3 a:hover { color: #fff; }
.tzed9da2 .i8gbf69y { color: rgba(255,255,255,0.9); }
.tzed9da2 .ox7j4cfs { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.tzed9da2 .gqntqd,
.tzed9da2 .ywubu { color: rgba(255,255,255,0.72); }
.tzed9da2 .n5k8tg a, .tzed9da2 .boo8 a,
.tzed9da2 .j3i9v a, .tzed9da2 .c5gx { color: #fff; }
.tzed9da2 .n5k8tg a:hover, .tzed9da2 .boo8 a:hover,
@media (max-width: 640px) {
  .tzed9da2 .cuxdku3 { background: var(--accent); border-top-color: var(--accent-light); }
  .tzed9da2 .cuxdku3 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.qitvm .ed92 {
  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);
}
.qitvm .ox7j4cfs {
  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) {
  .qitvm .cuxdku3 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.som3r3 .wjo5z { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.vzt6og .wjo5z { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ho19 .wjo5z { min-height: 72px; height: auto; }
.bywrp .wjo5z { min-height: 84px; height: auto; }
.v5ejw1 .wjo5z { max-width: none; padding: 0 32px; }
.v5ejw1 .axy2lyvx  { max-width: none; padding: 24px 32px; }
.k7cp.eg1r8 .wjo5z { max-width: 1200px; }
.k7cp.g74cswh8 .wjo5z { max-width: 1320px; }
.wp05dfz   .ko58w46c, .wp05dfz   .c5gx { text-transform: capitalize; }
.r9nh .ko58w46c, .r9nh .c5gx { text-transform: lowercase; }
.vltl3 .ko58w46c, .vltl3 .c5gx { text-transform: uppercase; letter-spacing: 0.06em; }
.gxpzuj, .qgscg {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.dw6f .gxpzuj,
.dw6f .qgscg { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.pyfadqpl .gxpzuj,
.pyfadqpl .qgscg { 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; }
.jqk2j6iv .gxpzuj,
.jqk2j6iv .qgscg { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.imi6 .gxpzuj,
.imi6 .qgscg { 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; }
.kuutc   .cuxdku3 a { font-weight: 500; }
.oemf4l0i .cuxdku3 a { font-weight: 600; }
.wyu4j     .cuxdku3 a { font-weight: 700; }
.xyou62    .cuxdku3 a { font-weight: 800; letter-spacing: 0.01em; }
.x7yu22     .cuxdku3 > li + li::before,
.mx2n    .cuxdku3 > li + li::before,
.tlh0i    .cuxdku3 > li + li::before,
.u76nu4q .cuxdku3 > li + li::before,
.hd3qhf8h .cuxdku3 > li + li::before,
.un8ilg7  .cuxdku3 > li + li::before,
.bz9pghb    .cuxdku3 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.x7yu22     .cuxdku3 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.mx2n    .cuxdku3 > li + li::before { content: "|"; }
.tlh0i    .cuxdku3 > li + li::before { content: "—"; }
.u76nu4q .cuxdku3 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.hd3qhf8h .cuxdku3 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.un8ilg7  .cuxdku3 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.bz9pghb    .cuxdku3 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .fvj67cem .i8gbf69y,
  .npqv33pa .i8gbf69y,
  .kvcg0 .i8gbf69y,
  .bcymr .i8gbf69y,
  .xop0h .i8gbf69y {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .fvj67cem .i8gbf69y::before,
  .npqv33pa .i8gbf69y::before,
  .kvcg0 .i8gbf69y::before,
  .bcymr .i8gbf69y::before,
  .xop0h .i8gbf69y::before { content: ""; display: block; flex-shrink: 0; }

  
  .fvj67cem .i8gbf69y::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;
  }

  
  .npqv33pa .i8gbf69y::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;
  }

  
  .kvcg0 .i8gbf69y::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;
  }

  
  .bcymr .i8gbf69y::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;
  }

  
  .xop0h .i8gbf69y::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) {
  .t7fmor6z .i8gbf69y {
    padding: 5px 14px;
  }
  .t7fmor6z .cuxdku3 {
    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;
  }
  .t7fmor6z .cuxdku3 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .t7fmor6z .cuxdku3 li a:hover { background: var(--bg-raised); }
  .t7fmor6z .hd82ta,
  .i14bkwtj .hd82ta,
  .go4pj3 .hd82ta { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .k1mocyv1 .i8gbf69y {
    padding: 5px 10px;
  }
  .k1mocyv1 .cuxdku3 {
    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);
  }
  .k1mocyv1 .cuxdku3.g6w8ybp { transform: translateX(0); }
  .k1mocyv1 .cuxdku3 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .k1mocyv1 .cuxdku3 li:last-child a { border-bottom: none; }
  .tzed9da2 .cuxdku3,
  .p7y43u .cuxdku3 { background: var(--accent) !important; }
  .tzed9da2 .cuxdku3 li a,
  .p7y43u .cuxdku3 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .go4pj3 .i8gbf69y {
    padding: 5px 10px;
  }
  .go4pj3 .cuxdku3 {
    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);
  }
  .go4pj3 .cuxdku3::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .go4pj3 .cuxdku3.g6w8ybp { transform: translateY(0); }
  .go4pj3 .cuxdku3 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .styxdt .i8gbf69y {
    padding: 5px 10px;
  }
  .styxdt .cuxdku3 {
    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;
  }
  .styxdt .cuxdku3.g6w8ybp { opacity: 1; pointer-events: auto; }
  .styxdt .cuxdku3 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .xo9jg     .i8gbf69y { border-radius: 0 !important; }
  .sy64s   .i8gbf69y { border-radius: 8px !important; }
  .r4fny .i8gbf69y { border-radius: 50% !important; }
  .tox0w   .i8gbf69y { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .hv50mcp .tgvoua { flex-direction: column; align-items: stretch; }
  .hv50mcp .ytmn8 { flex-direction: row; min-width: auto; }
  .hv50mcp .dm6ezuo { align-items: flex-start; text-align: left; }
}
.r87tzj5u,
.r87tzj5u.sujwu,
.kpoz5 .r87tzj5u,
.gz6l1 .r87tzj5u,
.wcwfsd .r87tzj5u,
.gnzhwl .r87tzj5u {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.bq3fin {
  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;
}
.hc5i5w { flex: 1 1 280px; min-width: 0; }
.wvj6o {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.cjjf {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.tjstood2 {
  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;
}
.tjstood2:hover { transform: translateY(-1px); opacity: 0.95; }
.q1cunc1 .bq3fin {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.q1cunc1 .wvj6o { color: var(--cta); }
.q1cunc1 .cjjf { color: var(--text-body); }
.q1cunc1 .tjstood2 {
  background: var(--cta) !important;
  color: #fff !important;
}
.k4nip0z3 .bq3fin {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.k4nip0z3 .wvj6o { color: var(--text-primary); }
.k4nip0z3 .cjjf { color: var(--text-body); }
.k4nip0z3 .tjstood2 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .bq3fin {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .hc5i5w { flex: 0 0 auto; }
  .wvj6o { font-size: 1.2rem; }
  .tjstood2 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.lwcikis .ll1b { height: 36px; }
.aw21mv .ll1b { height: 60px; max-width: 200px; }
.xkuuk1y2 .ll1b { height: 56px; max-width: 180px; }
.m6fucuo3    .ionlik, .m6fucuo3    .iyx815 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.zotcp8bl .iai3kym6 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .hjnf045d .upiba {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .hjnf045d .t0mrer {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .hjnf045d .t0mrer { padding: 40px 16px 20px; }
  .hjnf045d .iai3kym6 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .hjnf045d .q2cxf { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .nn8ju7 .t0mrer {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .nn8ju7 .t0mrer::before {
    position: absolute; top: 14px; left: 14px;
  }
  .nn8ju7 .pwfl {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .nn8ju7 .xzuv { white-space: normal; text-align: center; font-size: 1.2rem; }
  .nn8ju7 .iai3kym6 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .nn8ju7 .q2cxf { width: 100%; min-width: 0; }
  .nn8ju7 .ionlik { min-width: 0; }
}
.i7ucx .s1331ng {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.i7ucx .s1331ng summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.i7ucx .s1331ng p { padding: 0 2px 16px; }
.yxu3jbn .s1331ng { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.yxu3jbn .s1331ng summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.yxu3jbn .s1331ng summary::after { content: "›"; font-size: 1.2em; }
.yxu3jbn .s1331ng[open] summary::after { content: "‹"; }
.yxu3jbn .s1331ng p { padding: 10px 22px 4px; }
.p0o58cpd .s1331ng {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.p0o58cpd .s1331ng summary { color: var(--text-primary); padding-left: 16px; }
.p0o58cpd .s1331ng summary::after { content: "›"; font-size: 1.1em; }
.p0o58cpd .s1331ng[open] summary::after { content: "‹"; }
.p0o58cpd .s1331ng p { padding-left: 16px; }
.v6yfmpw .y6zct { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.v6yfmpw .s1331ng {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.v6yfmpw .s1331ng:last-child { border-bottom: none; }
.v6yfmpw .s1331ng summary { color: var(--text-primary); border-radius: 0; }
.v6yfmpw .s1331ng summary::after { content: "›"; font-size: 1.1em; }
.v6yfmpw .s1331ng[open] summary::after { content: "‹"; }
.l9ddgc .s1331ng { overflow: hidden; }
.l9ddgc .s1331ng summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.l9ddgc .s1331ng summary::after { color: rgba(255,255,255,.75); }
.l9ddgc .s1331ng[open] summary { border-radius: 0; }
.wklpto3v { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ykkss3t5 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.peim {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.rd4qjpw1 { color: var(--text-muted); font-size: 1.05rem; }
.mqozon {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ryqv {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ihs0sqy4 { margin-bottom: 20px; }
.ynzj3 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.k4p3y9 {
  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;
}
.k4p3y9:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.cd1or { resize: vertical; min-height: 130px; }
.x86x9j { width: 100%; margin-top: 8px; }
.o04txz {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.uwps6tq {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.zeq8 { color: var(--text-muted); line-height: 1.75; }
.oideu1t { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.oideu1t li { margin-bottom: 6px; }
.g8zzs7ru { max-width: 760px; margin: 0 auto; }
.wjqesevj { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.y8x2 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.y8x2:last-child { border-bottom: none; }
.y8x2 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.y8x2 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ldhk7 { max-width: 760px; margin: 0 auto; }
.qaw3 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.h13zevm ul.oideu1t { margin: 0; }
.ljh1lpj { max-width: 900px; margin: 0 auto; }
.t32r { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.t32r:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.t32r .qaw3 { margin: 0; font-size: 1rem; }
.t32r .cya7kkn p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .t32r { grid-template-columns: 1fr; gap: 10px; } }
.dkaj .qaw3 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.t99umnne .oideu1t { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .fty4u { grid-template-columns: 1fr; } }
.id1v7u ul.oideu1t { margin: 0; }
.wk97y4sm .oideu1t,
.u9svwu .oideu1t,
.hvay1 .oideu1t,
.jm85z0sv .oideu1t {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .vqcb4o7 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .jxqifm9 { grid-template-columns: 1fr; } .d7mams6i { position: static; text-align: center; } }
@media (max-width: 860px) { .ijfc7 { grid-template-columns: 1fr; } }
.jm85z0sv .oideu1t { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .zr9mgdy { flex-direction: column; text-align: center; } .s5baeol { grid-template-columns: 1fr; } }
.fc4b5yzf .peim { color: var(--accent-light); }
.pqpyre .peim { font-size: 2rem; }
.pqpyre .rd4qjpw1 { max-width: 680px; }
.n731uoim .peim { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.n731uoim .rd4qjpw1  { margin: 0; }
@media (max-width: 640px) { .n731uoim { flex-direction: column; } }
.mzyq .peim { color: var(--accent-light); }
.yqf4 .peim { color: #fff; }
.yqf4 .rd4qjpw1  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .ubae05jo { grid-template-columns: 1fr; } }
.m75h .k4p3y9 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.m75h .k4p3y9:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.xqbhp .k4p3y9 { background: var(--bg-raised); border-color: transparent; }
.xqbhp .k4p3y9:focus { background: var(--bg-card); border-color: var(--accent-light); }
.i796 .k4p3y9 { border-radius: 100px; padding: 11px 20px; }
.i796 .cd1or { border-radius: 14px; }
@media (max-width: 640px) { .herwv { grid-template-columns: 1fr; } }
.k10jc{position:relative;overflow:visible}
.gbuo8fx4 .xgq9ueld{display:block}
.y5dnj .g8uo~.pq0ob,
.y5dnj .g8uo~.pq0ob .zh9vqj,
.g8uo~.pq0ob,.rdncqga~.pq0ob{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}
.g8uo~.pq0ob .zh9vqj{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.imnv{--date-bg:transparent}
.irixqi .sqwdcb7c::before{content:""}
.nuwfvdz .dqenc6uz{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .dqenc6uz{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .s9wb{max-width:100%}
}
.bixani .vw3dic8{margin:0}
@media (max-width:560px){
  .s01vx{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) {
  .br4wkeze { padding: 28px 18px 20px; }
  .u6r7n9v3 { font-size: 1.2rem; }
  .wwfhw { max-width: 220px; max-height: 80px; }
}
.xik47  .y409c78 { border-radius: 6px; }
.xtzq .bq3fin {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .y409c78 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.zgj6awhk {
  margin: 28px 0 24px;
}
.zgj6awhk .sujwu {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.zgj6awhk .m1hajy {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.zgj6awhk .bq3fin {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .wjo5z { flex-direction: row-reverse; }
[dir="rtl"] .cuxdku3 { flex-direction: row-reverse; }
[dir="rtl"] .lmln5p .c592xt { right: auto; left: 32px; }
[dir="rtl"] .ls31  .c592xt { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .lmln5p .c592xt { right: auto; left: 20px; }
  [dir="rtl"] .ls31  .c592xt { left: auto;  right: 20px; }
}
[dir="rtl"] .h79e7s37 .qvcpbbx  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .xhds .qvcpbbx { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .g8uo,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .l2ez1, [dir="rtl"] .vkfb3q4u { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .izrv0hv { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .ybiz { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .vvt6gy71 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .bq3fin { direction: rtl; }
[dir="rtl"] .mqwvoq { direction: rtl; }
[dir="rtl"] .grm9dxc { direction: rtl; }
[dir="rtl"] .q915 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .gb1y .vkfb3q4u,
[dir="rtl"] .blm89m6 .vkfb3q4u,
[dir="rtl"] .cmos .vkfb3q4u,
[dir="rtl"] .n15u7j .vkfb3q4u {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .gb1y .vkfb3q4u li::before,
[dir="rtl"] .blm89m6 .vkfb3q4u li::before,
[dir="rtl"] .cmos .vkfb3q4u li::before,
[dir="rtl"] .n15u7j .vkfb3q4u li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .g8uo.p5lom4oi .xml6qsbi { align-items: flex-end; text-align: right; }
[dir="rtl"] .g8uo.bkfee .xml6qsbi { text-align: center; }
[dir="rtl"] .g8uo .xml6qsbi { text-align: right; }
[dir="rtl"] .m1hajy,
[dir="rtl"] .jq51,
[dir="rtl"] .mfxail,
[dir="rtl"] .dqb0hb6,
[dir="rtl"] .ryqv,
[dir="rtl"] .ynzj3,
[dir="rtl"] .k4p3y9,
[dir="rtl"] .cd1or { text-align: right; direction: rtl; }
[dir="rtl"] .i796 .k4p3y9,
[dir="rtl"] .m75h .k4p3y9 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #74710e;
  --brand:           #74710e;
  --brand-light:     #585510;
  --brand-pale:      #7b7820;
  --grad-start:      #c5c017;
  --grad-end:        #dbd63f;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #74710e;
  --cta-light:       #514f07;
  --cta-hover:       #3d3b07;
  --bg-page:         #f8f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f5f3;
  --bg-raised:       #f1f1ed;
  --bg-hover:        #f6f5f3;
  --border:          #e9e9e1;
  --border-alt:      #dddccf;
  --border-section:  #e9e9e1;
  --text-primary:    #1b1b17;
  --text-muted:      #616150;
  --text-body:       #37372e;
  --text-sub:        #535345;
  --text-faint:      #8b8a73;
  --text-dim:        #a2a28f;
  --text-label:      #6f6f5c;
  --text-value:      #454539;
  --accent-bg:       #f4f3e0;
  --accent-bg-light: #f0eec6;
  --bg-tip:          #f0f9f1;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f8f9;
  --bg-pros:         #f0f9f1;
  --bg-cons:         #faf4f3;
  --c-pros:          #0c9621;
  --c-cons:          #9f3421;
  --c-pros-label:    #0eb328;
  --c-tip-border:    #10c62c;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9621;
}
:root { --logo-bg-opacity: 80%; }
body, button, input { font-family: "Maven Pro", sans-serif; }
.quxtgc6 .tr86l6lb { font-size: 0; width: 1.2rem; flex-shrink: 0; }.quxtgc6 .tr86l6lb::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.quxtgc6 .ycy2oe8z     .tr86l6lb::before { content: "";  color: var(--c-tip-border); }.quxtgc6 .kv0f1hv .tr86l6lb::before { content: ""; color: var(--c-warn-border); }.quxtgc6 .bkho    .tr86l6lb::before { content: ""; color: #60a5fa; }.itslbic .quxtgc6 .ycy2oe8z     .tr86l6lb::before { color: #10b981; }.itslbic .quxtgc6 .kv0f1hv .tr86l6lb::before { color: #f43f5e; }.itslbic .quxtgc6 .bkho    .tr86l6lb::before { color: #a855f7; }.q9vx7ynt  .quxtgc6 .ycy2oe8z     .tr86l6lb::before { color: #eab308; }.q9vx7ynt  .quxtgc6 .kv0f1hv .tr86l6lb::before { color: #ef4444; }.q9vx7ynt  .quxtgc6 .bkho    .tr86l6lb::before { color: #f97316; }.wzlx3w4  .quxtgc6 .ycy2oe8z     .tr86l6lb::before { color: #38bdf8; }.wzlx3w4  .quxtgc6 .kv0f1hv .tr86l6lb::before { color: #818cf8; }.wzlx3w4  .quxtgc6 .bkho    .tr86l6lb::before { color: #2dd4bf; }.brawcaba .quxtgc6 .tr86l6lb::before { color: var(--accent-light) !important; }
.ngmhz .dj3pgh, .ngmhz .g8uo { min-height: 520px; }
.u0r1 .pdunjla5::after, .u0r1 .tfq6d::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; }
.rddyk43::before { content: '›'; font-size: 1.1em; }