:root {
  --color-accent: #7f7e30;
  --color-cta: #527a41;
  --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;
}
.pcpg83k {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.p7tz9 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.eawf5 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.myzsia { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.jsq2 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.jsq2 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.jsq2 a:hover { color: var(--accent-light); }
.zgjw7j     .fxht { border-radius: 24px; padding: 8px; }
.zgjw7j .fxht li a { border-radius: 16px; }
.ficca .fxht li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .fxht {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .cfndr9v:hover .fxht,
  .cfndr9v:focus-within .fxht { display: block; }
  .fxht li a { padding: 8px 16px; font-size: 0.88rem; }
}
.cz8qn {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.q0ij { display: none; }
@media (max-width: 640px) {
  .q0ij {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .q0ij.zo3bdq9z { display: block; }
}
@media (max-width: 640px) {
  .cz8qn { display: block; }
  .jsq2 > li + li::before { display: none !important; }
  .jsq2 {
    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;
  }
  .jsq2.zo3bdq9z { display: flex; }
  .jsq2 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .jsq2 li:last-child a { border-bottom: none; }
}
.nk77jdl { min-height: 480px; }
.q0bxs {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.arscz { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.rj7ak .arscz { margin-left: 0; margin-right: 0; }
.yitvgwf {
  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;
}
.o2h6y6d5 .yitvgwf { margin-top: 24px; }
.yitvgwf:hover { opacity: 0.88; }
.eo2ge9 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.a8lar0 {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.eo2ge9 .h4nyqeg {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.eo2ge9 .q0bxs { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.eo2ge9 .arscz { color: #e2e8f0; }
.eo2ge9.j7th5fhw .h4nyqeg { text-align: center; }
.eo2ge9.rj7ak   .h4nyqeg { text-align: left; }
.td20yz .h4nyqeg {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.td20yz .q0bxs { color: var(--text-primary); text-shadow: none; }
.td20yz .arscz { color: var(--text-muted); }
.td20yz .yitvgwf { margin-top: 16px; }
.td20yz, .td20yz.nk77jdl { min-height: auto !important; }
.td20yz.j7th5fhw .h4nyqeg { text-align: center; }
.td20yz.rj7ak   .h4nyqeg { text-align: left; }
.jtl60lv {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.mk7wg5 .jtl60lv,
.mk7wg5 .jtl60lv::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.iahbjw .jtl60lv,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.caafhig2 .jtl60lv,
.caafhig2 .eo2ge9 .a8lar0 {
  overflow: hidden;
}
.caafhig2 .jtl60lv::after,
.caafhig2 .eo2ge9 .a8lar0::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.rwem4 .jtl60lv,
.rwem4 .jtl60lv::after,
@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); }
}
.rwem4 .eo2ge9 .a8lar0 {
  overflow: hidden;
}
.rwem4 .eo2ge9 .a8lar0::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.jvjs8q .jtl60lv,
.jvjs8q .eo2ge9 .a8lar0 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.mk7wg5 .eo2ge9 .a8lar0 {
  overflow: hidden;
}
.mk7wg5 .eo2ge9 .a8lar0::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.iahbjw .eo2ge9 .a8lar0 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.jtl60lv .a8lar0 {
  background: none;
}
.jtl60lv .q0bxs { color: #fff; }
.jtl60lv .arscz { color: rgba(255,255,255,0.85); }
.jtl60lv .yitvgwf { background: #fff; color: var(--cta); }
.jtl60lv .yitvgwf:hover { opacity: 0.92; }
.n80i .q0bxs { text-shadow: none; color: var(--text-primary); }
.n80i .arscz { color: var(--text-muted); }
body.i70od3 .q0bxs {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.z1cf90 .q0bxs {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.nk77jdl.jtl60lv .q0bxs,
section.jtl60lv .q0bxs {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.n80i.rj7ak   .ugz3s { align-items: flex-start; text-align: left; }
.nk77jdl .atdvd0i {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.atdvd0i .rb4z.o91jhswh {
  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;
}
.atdvd0i .rb4z.o91jhswh:hover { opacity: 0.85; }
.ruj86xs .h4nyqeg { padding-bottom: 24px; }
.o2h6y6d5 .h4nyqeg { max-width: 1100px; }
@media (max-width: 700px) {
  .n80i { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .n80i:not(.go6n) .f2jp6m { display: none !important; }
  .go6n .f2jp6m { padding: 16px; }
  .ugz3s  { padding: 36px 24px; }
  .n80i~.bpotc,.s8wvts~.bpotc{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .nk77jdl, .n80i { min-height: 320px !important; }
  .q0bxs { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .xmxvr,
  .fk39,
  .pov2c { grid-template-columns: 1fr !important; }

  

  
  .ruj86xs { display: flex !important; flex-direction: column !important; }
  .ruj86xs .h4nyqeg { display: contents; }
  .ruj86xs .a8lar0 { order: 0; }
  .ruj86xs .q0bxs { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ruj86xs .xmxvr { order: 2; padding: 0 16px 12px !important; }
  .ruj86xs .arscz { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .o2h6y6d5 .h4nyqeg { display: flex; flex-direction: column; }
  .o2h6y6d5 .h4nyqeg .q0bxs { order: 1; }
  .o2h6y6d5 .h4nyqeg .pov2c { order: 2; margin: 8px 0 24px !important; }
  .o2h6y6d5 .h4nyqeg .arscz { order: 3; }
  .o2h6y6d5 .h4nyqeg .yitvgwf { order: 4; align-self: center; margin-top: 0; }

  
  .n80i.go6n {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .n80i.go6n .ugz3s { display: contents; padding: 0; }
  .n80i.go6n .ugz3s .q0bxs { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .n80i.go6n .f2jp6m { order: 2; padding: 12px 16px; }
  .n80i.go6n .ugz3s .arscz { order: 3; padding: 0 24px; margin: 0 auto; }
  .n80i.go6n .ugz3s .yitvgwf { order: 4; align-self: center; margin: 8px 0 32px; }
}
.xtey0f { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.g8erlm { width: 100%; height: auto; display: block; border-radius: 10px; }
.wh6o .xtey0f        { border-radius: 16px; }
.wh6o .g8erlm  { border-radius: 16px; }
.d41r91 .xtey0f         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.d41r91 .g8erlm   { border-radius: 8px; }
.d1nut { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.afc3d7b { width: 100%; padding: 32px 0; position: relative; }
.mbthoulq { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.apwiq6 .afc3d7b:nth-child(even) { background: var(--bg-surface); }
.apwiq6 .afc3d7b:nth-child(odd)  { background: var(--bg-page); }
.fkfjq .afc3d7b:nth-child(even) { background: var(--bg-card); }
.fkfjq .afc3d7b:nth-child(odd)  { background: var(--bg-page); }
.apwiq6 .afc3d7b:nth-child(odd)  .mbthoulq { background: var(--bg-card); border-radius: 6px; }
.apwiq6 .afc3d7b:nth-child(even) .mbthoulq { background: var(--bg-raised); border-radius: 6px; }
.fkfjq .afc3d7b:nth-child(odd)  .mbthoulq { background: var(--bg-card); border-radius: 6px; }
.fkfjq .afc3d7b:nth-child(even) .mbthoulq { background: var(--bg-raised); border-radius: 6px; }
.apwiq6 .afc3d7b:nth-child(even) .ubkdko6 .ny1g,
.fkfjq .afc3d7b:nth-child(even) .ubkdko6 .ny1g { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.apwiq6 .afc3d7b:nth-child(odd) .ubkdko6 .ny1g,
.fkfjq .afc3d7b:nth-child(odd) .ubkdko6 .ny1g { background: var(--bg-card-inner); }
.apwiq6 .afc3d7b:nth-child(even) .injepen .ny1g:nth-child(odd),
.fkfjq .afc3d7b:nth-child(even) .injepen .ny1g:nth-child(odd)  { background: var(--bg-card); }
.apwiq6 .afc3d7b:nth-child(even) .injepen .ny1g:nth-child(even),
.fkfjq .afc3d7b:nth-child(even) .injepen .ny1g:nth-child(even) { background: var(--bg-card-inner); }
h1.vu6upup { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.vu6upup {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.jdgl { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.q6tfw h2.vu6upup {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ehll h2.vu6upup {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.cco24dkx h2.vu6upup {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.dauyti1 h2.vu6upup::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.biyuqv h2.vu6upup {
  color: var(--text-primary); font-size: 1.7rem;
}
.j1ryf h2.vu6upup::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.sbw887w h2.vu6upup {
  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;
}
.fnh9nw { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .fnh9nw { display: none; } }
.wsb6vz { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.uz8mps { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ls2r23 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.qhgxjzz { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.b2g934f8 { padding-left: 20px; }
.b2g934f8 li { margin-bottom: 6px; }
.b2g934f8 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.b2g934f8 a:hover { color: var(--accent-light); }
.vet2g6 .qhgxjzz { display: none; }
.innhwuk .qhgxjzz { display: none; }
.innhwuk .b2g934f8 { padding-left: 0; list-style: none; }
.innhwuk .b2g934f8 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.innhwuk .b2g934f8 a { font-size: 0.92rem; }
.cw9t1px0 .ls2r23 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.cw9t1px0 .qhgxjzz { display: none; }
.cw9t1px0 .b2g934f8 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.cw9t1px0 .b2g934f8 li { margin-bottom: 0; }
.cw9t1px0 .b2g934f8 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;
}
.cw9t1px0 .b2g934f8 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.l6e3cwyg .ls2r23 { padding: 20px 20px 16px; }
.l6e3cwyg .b2g934f8 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.l6e3cwyg .b2g934f8 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.l6e3cwyg .b2g934f8 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;
}
.l6e3cwyg .b2g934f8 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;
}
.l6e3cwyg .b2g934f8 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.l6e3cwyg .b2g934f8 a:focus,
.l6e3cwyg .b2g934f8 a:focus-visible,
.l6e3cwyg .b2g934f8 a:target { outline: none; }
.l6e3cwyg .b2g934f8 li:target a { border-color: var(--border); color: var(--text-muted); }
.lb9d .ls2r23 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.lb9d .qhgxjzz { display: none; }
.lb9d .b2g934f8 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.lb9d .b2g934f8 li { margin-bottom: 0; }
.lb9d .b2g934f8 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.lb9d .b2g934f8 li:last-child::after { content: ""; margin-right: 0; }
.lb9d .b2g934f8 a { font-size: 0.9rem; }
.ny1g { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ubkdko6 .ny1g { background: var(--bg-card); }
.injepen .ny1g:nth-child(odd)  { background: var(--bg-card); }
.injepen .ny1g:nth-child(even) { background: var(--bg-raised); }
.rvue .ny1g {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.rvue .ny1g:last-child { border-bottom: none; }
.rvue h3.jdgl { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.bw3zv .ny1g {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.bw3zv .ny1g + .ny1g { margin-top: 4px; }
.vtc2qw .ny1g { background: none; border-radius: 0; padding: 12px 0; }
.vtc2qw .ny1g + .ny1g { border-top: 1px solid var(--border-section); }
.wuusg { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.uyw4xa { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.vz5q { color: var(--text-body); margin-bottom: 10px; }
.ht4sm2hq, .qbkkxf { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ht4sm2hq li, .qbkkxf li { margin-bottom: 6px; }
.qbkkxf li { list-style: decimal; }
.xfe91j     .ht4sm2hq { list-style-type: "● "; }
.u71w  .ht4sm2hq { list-style-type: "■ "; }
.eyombur6 .ht4sm2hq { list-style-type: "◆ "; }
.tvpk2lb    .ht4sm2hq { list-style-type: "★ "; }
.xfe91j     .wu82 { list-style-type: "● "; }
.u71w  .wu82 { list-style-type: "■ "; }
.eyombur6 .wu82 { list-style-type: "◆ "; }
.tvpk2lb    .wu82 { list-style-type: "★ "; }
.xfe91j    .ht4sm2hq li::marker, .xfe91j    .wu82 li::marker,
.u71w .ht4sm2hq li::marker, .u71w .wu82 li::marker,
.eyombur6 .ht4sm2hq li::marker, .eyombur6 .wu82 li::marker,
.tvpk2lb   .ht4sm2hq li::marker, .tvpk2lb   .wu82 li::marker {
  color: var(--cta); font-size: 1em;
}
.xfe91j .qbkkxf,
.u71w .qbkkxf,
.eyombur6 .qbkkxf,
.tvpk2lb .qbkkxf {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.xfe91j .qbkkxf li,
.u71w .qbkkxf li,
.eyombur6 .qbkkxf li,
.tvpk2lb .qbkkxf li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.xfe91j .qbkkxf li::before,
.u71w .qbkkxf li::before,
.eyombur6 .qbkkxf li::before,
.tvpk2lb .qbkkxf 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;
}
.xfe91j     .qbkkxf li::before { border-radius: 50%; }
.u71w  .qbkkxf li::before { border-radius: 3px; }
.eyombur6 .qbkkxf li::before { border-radius: 3px; }
.tvpk2lb    .qbkkxf li::before { border-radius: 50%; }
.fjvjplx { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.d3468 .fjvjplx,
.dd9ec9 .fjvjplx { background: transparent; border: none; border-radius: 0; }
.yz4z2 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.yz4z2 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.yz4z2 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.yz4z2 tr:hover td { background: var(--bg-hover); }
.o64oa .yz4z2 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.f8f5g .yz4z2 { border: 1px solid var(--border-alt); }
.f8f5g .yz4z2 th,
.f8f5g .yz4z2 td { border: 1px solid var(--border-alt); }
.g4sovh1 .yz4z2 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.g4sovh1 .yz4z2 td { border-bottom: none; }
.g4sovh1 .yz4z2 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.d5lqa .yz4z2 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.mhyt2s60 .fjvjplx {
  overflow: hidden;
}
.mhyt2s60 .yz4z2 th { border-bottom: 1px solid var(--border-alt); }
.mhyt2s60 .yz4z2 tr:last-child td { border-bottom: none; }
.rt62v6ar { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.yo7l20bd { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.g7vk1che { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.i88ng2n { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.cp90dj2p { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.wu82 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.wu82 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%}
.csqiz .i88ng2n { background: transparent; text-align: center; }
.sapnl .g7vk1che {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.hbo7di .g7vk1che {
  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);
}
.s5o5 .yo7l20bd { display: grid; grid-template-columns: auto 1fr; }
.s5o5 .g7vk1che {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.s5o5 .i88ng2n { grid-column: 2; }
.s5o5 .cp90dj2p,
.s5o5 .wu82 { grid-column: 1 / -1; }
.d35bncn .yo7l20bd { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.d35bncn .g7vk1che {
  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);
}
.d35bncn .i88ng2n { grid-column: 2; }
.d35bncn .cp90dj2p,
.d35bncn .wu82 { grid-column: 1 / -1; }
.a9bvk .yo7l20bd { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.a9bvk .i88ng2n { background: none; color: var(--accent-light); font-weight: 700; }
.muplf .yo7l20bd { 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); }
.muplf .i88ng2n { background: none; color: var(--accent-light); font-weight: 700; }
.djt5 .yo7l20bd { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.djt5 .yo7l20bd:last-child { border-bottom: none; }
.djt5 .i88ng2n { background: none; color: var(--accent-light); font-weight: 700; }
.b8lf8km .yo7l20bd { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.b8lf8km .i88ng2n { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.mdfclt8 .rt62v6ar { counter-reset: card-n; }
.mdfclt8 .yo7l20bd  { counter-increment: card-n; }
.mdfclt8 .i88ng2n { display: flex; align-items: center; gap: 10px; }
.mdfclt8 .i88ng2n::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;
}
.x52fmxos .yo7l20bd { background: var(--bg-surface); border: 1px solid var(--border); }
.x52fmxos .i88ng2n { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.cmysv { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.xwdx  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.pzzs { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.gusi7a { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.zdt9xww { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.cmysv strong { color: var(--text-primary); font-size: 0.95rem; }
.cmysv p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.b3bod5v { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.eveft0x, .uxyy8m { border-radius: 8px; padding: 14px; }
.eveft0x { background: var(--bg-pros); }
.uxyy8m { background: var(--bg-cons); }
.me2tb { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.eveft0x .me2tb { color: var(--c-pros-label); }
.uxyy8m .me2tb { color: #f87171; }
.eveft0x ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.uxyy8m ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.g8erlm { width: 100%; height: auto; border-radius: 10px; display: block; }
.o91jhswh {
  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;
}
.o91jhswh:hover { opacity: 0.85; }
.lo14 .o91jhswh  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.lo14 .o91jhswh:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.xz2jec6 .o91jhswh  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.xz2jec6 .o91jhswh:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ppzh .yitvgwf { border-radius: 50px; }
.ppzh .o91jhswh  { border-radius: 50px; }
.bly44rk .yitvgwf { padding-left: 22px; padding-right: 22px; }
.bly44rk .o91jhswh  { padding-left: 12px; padding-right: 12px; }
.xi30s .yitvgwf { padding-left: 44px; padding-right: 44px; }
.xi30s .o91jhswh  { padding-left: 24px; padding-right: 24px; }
.se6ag0 .yitvgwf { padding-left: 56px; padding-right: 56px; }
.se6ag0 .o91jhswh  { padding-left: 32px; padding-right: 32px; }
.hky60bx7   .yitvgwf::after, .hky60bx7   .o91jhswh::after,
.q1czwt .yitvgwf::after, .q1czwt .o91jhswh::after,
.ops8nuvn    .yitvgwf::after, .ops8nuvn    .o91jhswh::after,
.aviug    .yitvgwf::after, .aviug    .o91jhswh::after,
.clh1tu0o    .yitvgwf::after, .clh1tu0o    .o91jhswh::after,
.pjybig     .yitvgwf::after, .pjybig     .o91jhswh::after,
.th4ryocz    .yitvgwf::after, .th4ryocz    .o91jhswh::after,
.yngq5ion   .yitvgwf::after, .yngq5ion   .o91jhswh::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;
}
.hky60bx7 .yitvgwf::after, .hky60bx7 .o91jhswh::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");
}
.q1czwt .yitvgwf::after, .q1czwt .o91jhswh::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");
}
.ops8nuvn .yitvgwf::after, .ops8nuvn .o91jhswh::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");
}
.aviug .yitvgwf::after, .aviug .o91jhswh::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");
}
.clh1tu0o .yitvgwf::after, .clh1tu0o .o91jhswh::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");
}
.pjybig .yitvgwf::after, .pjybig .o91jhswh::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");
}
.th4ryocz .yitvgwf::after, .th4ryocz .o91jhswh::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");
}
.yngq5ion .yitvgwf::after, .yngq5ion .o91jhswh::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");
}
.iallv15t   .gklh28q::after, .iallv15t   .dpnqh0::after,
.vfhcbxd .gklh28q::after, .vfhcbxd .dpnqh0::after,
.bu68z    .gklh28q::after, .bu68z    .dpnqh0::after,
.coz0xb    .gklh28q::after, .coz0xb    .dpnqh0::after,
.bdwyn    .gklh28q::after, .bdwyn    .dpnqh0::after,
.jnu5     .gklh28q::after, .jnu5     .dpnqh0::after,
.tepr5    .gklh28q::after, .tepr5    .dpnqh0::after,
.fkvif9   .gklh28q::after, .fkvif9   .dpnqh0::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;
}
.iallv15t .gklh28q::after, .iallv15t .dpnqh0::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");
}
.vfhcbxd .gklh28q::after, .vfhcbxd .dpnqh0::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");
}
.bu68z .gklh28q::after, .bu68z .dpnqh0::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");
}
.coz0xb .gklh28q::after, .coz0xb .dpnqh0::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");
}
.bdwyn .gklh28q::after, .bdwyn .dpnqh0::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");
}
.jnu5 .gklh28q::after, .jnu5 .dpnqh0::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");
}
.tepr5 .gklh28q::after, .tepr5 .dpnqh0::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");
}
.fkvif9 .gklh28q::after, .fkvif9 .dpnqh0::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");
}
.abc56bwl .ek3p { background: var(--bg-raised); }
.rb4z.o91jhswh {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .qad3vc {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .qad3vc::before    { grid-area: rank;   }
  .qj10ux5           { grid-area: ident;  }
  .vg2bmv0     { grid-area: rating; min-width: 0; width: auto; }
  .z0mv           { grid-area: pills;  }
  .rb4z             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .qad3vc {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .qad3vc::before    { justify-self: center; }
  .qj10ux5           { width: 100%; }
  .vg2bmv0     { justify-self: center; }
  .z0mv           { grid-template-columns: 1fr; }
}
.t5xfy49k .wrjfn8v li::before { content: "→"; }
.t5xfy49k .v9ocrcv li::before { content: "–"; }
@media (min-width: 860px) {
  .uy9a .e4yivakx {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .uy9a .d74774zz { margin: 0; }
}
.xyaxp4 .d74774zz { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.xyaxp4 .idv10 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.xyaxp4 .d3468 { padding: 14px 16px; }
.xyaxp4 .m7aj7lh4 { border-radius: 4px; }
.xyaxp4 .xy91ov { border-radius: 0; }
.dd9ec9 .b3bod5v { gap: 10px; }
.dd9ec9 .eveft0x, .dd9ec9 .uxyy8m { padding: 12px; }
.dd9ec9 .eveft0x ul, .dd9ec9 .uxyy8m ul { margin: 4px 0 0; padding-left: 18px; }
.dd9ec9 .eveft0x li, .dd9ec9 .uxyy8m li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .qh0hf { grid-template-columns: 1fr; }
  .gbphwj { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .gbphwj .heqi { width: 72px; height: 50px; }
  .gbphwj .pllg3d { max-width: 180px; }
  .gbphwj .gbxuh74 { width: auto; }
}
@media (max-width: 720px) {
  .h5vz9lif { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .fivpd { padding: 16px; }
  .txyup .qrm2a { min-width: 50%; }
}
.zr4u4xlh .b3bod5v { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .vh6pn { grid-template-columns: 1fr; }
  .j0gtrdpc { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .xr45 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .w6ys57aw { flex-wrap: wrap; padding: 16px; }
}
.srty .b3bod5v { gap: 8px; }
.srty .eveft0x, .srty .uxyy8m { padding: 8px; }
@media (max-width: 480px) {
  .r12xwf0 { flex-direction: column; align-items: stretch; }
}
.a93b5bey .gbxuh74 .o91jhswh { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .u6ofayda { flex-direction: column; align-items: stretch; gap: 10px; }
  .a93b5bey .gbxuh74 { text-align: center; }
}
@media (max-width: 720px) {
  .lpgne { grid-template-columns: 1fr; }
  .tbrm1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .qvgvm0 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .p7dy { grid-template-columns: 1fr; }
  .fnty { width: 100px; height: 100px; margin: 16px auto; }
  .xqegikfv { font-size: 1.4rem; }
  .wrux7d1y { justify-content: center; }
  .gzgyl .qrm2a { min-width: 50%; }
}
.r4pgc .b3bod5v { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .p8w9h { flex-wrap: wrap; padding: 14px 16px; }
  .v59xj { padding: 12px 16px; }
  .r4pgc .b3bod5v { margin: 0 16px; }
  .r4pgc .zowj { padding: 0 16px; }
  .x3k0797o { padding: 12px 16px; }
}
.y7emp0t .qad3vc {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.fxzkq .z0mv .dk09l {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.pqv0q3 .putx21ga,
.pqv0q3 .xrnxwd,
.pqv0q3 .xrnxwd { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.pqv0q3 .xrnxwd small { display: none; }
.pqv0q3 .kjwh543 .sndwkf2,
.pqv0q3 .kjwh543 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.pqv0q3 .md6l { display: none; }
.kx6p25 { margin: 16px 0; }
.x36hg { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.x36hg summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.x36hg summary::after { content: "+"; color: var(--accent-light); }
.x36hg[open] summary::after { content: "−"; }
.x36hg p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.afc3d7b { margin-bottom: 0; }
.m2e2 h2.vu6upup { color: var(--text-primary); border-color: var(--accent-light); }
.mufr h2.vu6upup { color: var(--text-primary); border-color: var(--accent-light); }
.uedr0p .xwdx     { background: #052e16; border-color: #10b981; }
.uedr0p .pzzs { background: #2d0a1e; border-color: #f43f5e; }
.uedr0p .gusi7a    { background: #1e1036; border-color: #a855f7; }
.uedr0p .cmysv strong  { color: #f1f5f9; }
.uedr0p .cmysv p       { color: #cbd5e1; }
.uedr0p .sb4d4t    .xwdx     .zdt9xww::before,
.uedr0p .fl1vg  .xwdx     .zdt9xww::before,
.uedr0p .odyaw1nz  .xwdx     .zdt9xww::before,
.uedr0p .lkz03h1 .xwdx     .zdt9xww::before { color: #10b981; }
.uedr0p .sb4d4t    .pzzs .zdt9xww::before,
.uedr0p .fl1vg  .pzzs .zdt9xww::before,
.uedr0p .odyaw1nz  .pzzs .zdt9xww::before,
.uedr0p .lkz03h1 .pzzs .zdt9xww::before { color: #f43f5e; }
.uedr0p .sb4d4t    .gusi7a    .zdt9xww::before,
.uedr0p .fl1vg  .gusi7a    .zdt9xww::before,
.uedr0p .odyaw1nz  .gusi7a    .zdt9xww::before,
.uedr0p .lkz03h1 .gusi7a    .zdt9xww::before { color: #a855f7; }
.tne8x .xwdx     { background: #2d2000; border-color: #eab308; }
.tne8x .pzzs { background: #2d0b0b; border-color: #ef4444; }
.tne8x .gusi7a    { background: #2d1600; border-color: #f97316; }
.tne8x .cmysv strong  { color: #f1f5f9; }
.tne8x .cmysv p       { color: #cbd5e1; }
.tne8x .sb4d4t    .xwdx     .zdt9xww::before,
.tne8x .fl1vg  .xwdx     .zdt9xww::before,
.tne8x .odyaw1nz  .xwdx     .zdt9xww::before,
.tne8x .lkz03h1 .xwdx     .zdt9xww::before { color: #eab308; }
.tne8x .sb4d4t    .pzzs .zdt9xww::before,
.tne8x .fl1vg  .pzzs .zdt9xww::before,
.tne8x .odyaw1nz  .pzzs .zdt9xww::before,
.tne8x .lkz03h1 .pzzs .zdt9xww::before { color: #ef4444; }
.tne8x .sb4d4t    .gusi7a    .zdt9xww::before,
.tne8x .fl1vg  .gusi7a    .zdt9xww::before,
.tne8x .odyaw1nz  .gusi7a    .zdt9xww::before,
.tne8x .lkz03h1 .gusi7a    .zdt9xww::before { color: #f97316; }
.lvbzd62 .xwdx     { background: #0c1a2e; border-color: #38bdf8; }
.lvbzd62 .pzzs { background: #12103a; border-color: #818cf8; }
.lvbzd62 .gusi7a    { background: #0a2020; border-color: #2dd4bf; }
.lvbzd62 .cmysv strong  { color: #f1f5f9; }
.lvbzd62 .cmysv p       { color: #cbd5e1; }
.lvbzd62 .sb4d4t    .xwdx     .zdt9xww::before,
.lvbzd62 .fl1vg  .xwdx     .zdt9xww::before,
.lvbzd62 .odyaw1nz  .xwdx     .zdt9xww::before,
.lvbzd62 .lkz03h1 .xwdx     .zdt9xww::before { color: #38bdf8; }
.lvbzd62 .sb4d4t    .pzzs .zdt9xww::before,
.lvbzd62 .fl1vg  .pzzs .zdt9xww::before,
.lvbzd62 .odyaw1nz  .pzzs .zdt9xww::before,
.lvbzd62 .lkz03h1 .pzzs .zdt9xww::before { color: #818cf8; }
.lvbzd62 .sb4d4t    .gusi7a    .zdt9xww::before,
.lvbzd62 .fl1vg  .gusi7a    .zdt9xww::before,
.lvbzd62 .odyaw1nz  .gusi7a    .zdt9xww::before,
.lvbzd62 .lkz03h1 .gusi7a    .zdt9xww::before { color: #2dd4bf; }
.zyum .xwdx     { background: var(--accent-bg); border-color: var(--accent-light); }
.zyum .pzzs { background: var(--accent-bg-light); border-color: var(--accent-light); }
.zyum .gusi7a    { background: var(--accent-bg); border-color: var(--accent-pale); }
.zyum .sb4d4t    .zdt9xww::before,
.zyum .fl1vg  .zdt9xww::before,
.zyum .odyaw1nz  .zdt9xww::before,
.zyum .lkz03h1 .zdt9xww::before { color: var(--accent-light) !important; }
.v859e0m::before,
.nhyw::before { margin-right: 5px; }
.bsgnq .eveft0x ul li,
.bsgnq .wrjfn8v li         { color: #4ade80; }
.bsgnq .eveft0x .v859e0m { color: #22c55e; }
.bsgnq .uxyy8m ul li,
.bsgnq .v9ocrcv li         { color: #f87171; }
.bsgnq .uxyy8m .nhyw { color: #ef4444; }
.npte .eveft0x { background: var(--bg-pros); }
.npte .uxyy8m { background: var(--bg-cons); }
.npte .eveft0x .v859e0m { color: var(--c-pros-label); }
.npte .uxyy8m .nhyw { color: var(--c-cons); }
.npte .eveft0x ul li,
.npte .uxyy8m ul li,
.ctvoo .eveft0x { background: var(--bg-pros); }
.ctvoo .uxyy8m { background: var(--bg-cons); }
.ctvoo .eveft0x .v859e0m { color: var(--c-pros-label); }
.ctvoo .uxyy8m .nhyw { color: var(--c-cons); }
.ctvoo .eveft0x ul li,
.ctvoo .uxyy8m ul li,
.mk0phk .v859e0m::before { content: "✓ "; }
.mk0phk .nhyw::before { content: "✗ "; }
.t5xfy49k .v859e0m::before { content: "→ "; }
.t5xfy49k .nhyw::before { content: "← "; }
.acrzf17i .v859e0m::before { content: "★ "; }
.acrzf17i .nhyw::before { content: "✕ "; }
.edphd2i .v859e0m::before { content: "◆ "; }
.edphd2i .nhyw::before { content: "▲ "; }
.i0qotm .cmysv { background: transparent; border-left: none; border: 1.5px solid; }
.i0qotm .xwdx     { border-color: var(--c-tip-border); }
.i0qotm .pzzs { border-color: var(--c-warn-border); }
.i0qotm .gusi7a    { border-color: #60a5fa; }
.i0qotm .cmysv strong { color: var(--text-primary); }
.i0qotm .cmysv p      { color: var(--text-muted); }
.ytyxb .cmysv { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ytyxb .xwdx     { border-top-color: var(--c-tip-border); }
.ytyxb .pzzs { border-top-color: var(--c-warn-border); }
.ytyxb .gusi7a    { border-top-color: #60a5fa; }
.lv9jsj7 .cmysv { border-left: none; border-radius: 8px; }
.lv9jsj7 .xwdx     { background: #065f46; }
.lv9jsj7 .pzzs { background: #92400e; }
.lv9jsj7 .gusi7a    { background: #1e3a8a; }
.lv9jsj7 .cmysv strong,
.lv9jsj7 .cmysv p { color: #fff; }
.lv9jsj7 .zdt9xww::before { color: rgba(255,255,255,0.85) !important; }
.uedr0p.lv9jsj7 .xwdx,
.uedr0p .lv9jsj7 .xwdx     { background: #052e16; }
.uedr0p.lv9jsj7 .pzzs,
.uedr0p .lv9jsj7 .pzzs { background: #2d0a1e; }
.uedr0p.lv9jsj7 .gusi7a,
.uedr0p .lv9jsj7 .gusi7a    { background: #1e1036; }
.tne8x.lv9jsj7 .xwdx,
.tne8x .lv9jsj7 .xwdx      { background: #2d2000; }
.tne8x.lv9jsj7 .pzzs,
.tne8x .lv9jsj7 .pzzs  { background: #2d0b0b; }
.tne8x.lv9jsj7 .gusi7a,
.tne8x .lv9jsj7 .gusi7a     { background: #2d1600; }
.lvbzd62.lv9jsj7 .xwdx,
.lvbzd62 .lv9jsj7 .xwdx      { background: #0c1a2e; }
.lvbzd62.lv9jsj7 .pzzs,
.lvbzd62 .lv9jsj7 .pzzs  { background: #12103a; }
.lvbzd62.lv9jsj7 .gusi7a,
.lvbzd62 .lv9jsj7 .gusi7a     { background: #0a2020; }
.adhq5yvg .cmysv { border-left: none; border-radius: 6px; padding: 10px 14px; }
.adhq5yvg .xwdx     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.adhq5yvg .pzzs { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.adhq5yvg .gusi7a    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.adhq5yvg .cmysv strong { color: var(--text-primary); }
.adhq5yvg .cmysv p      { color: var(--text-muted); }
.yjt57vb .cmysv { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.sb4d4t .zdt9xww,
.fl1vg .zdt9xww,
.odyaw1nz .zdt9xww,
.lkz03h1 .zdt9xww { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.sb4d4t .zdt9xww::before,
.fl1vg .zdt9xww::before,
.odyaw1nz .zdt9xww::before,
.lkz03h1 .zdt9xww::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.sb4d4t .xwdx     .zdt9xww::before { content: "✦"; color: var(--c-tip-border); }
.sb4d4t .pzzs .zdt9xww::before { content: "▲"; color: var(--c-warn-border); }
.sb4d4t .gusi7a    .zdt9xww::before { content: "◉"; color: #60a5fa; }
.fl1vg .xwdx     .zdt9xww::before { content: "★"; color: var(--c-tip-border); }
.fl1vg .pzzs .zdt9xww::before { content: "◆"; color: var(--c-warn-border); }
.fl1vg .gusi7a    .zdt9xww::before { content: "●"; color: #60a5fa; }
.odyaw1nz .xwdx     .zdt9xww::before { content: "▶"; color: var(--c-tip-border); }
.odyaw1nz .pzzs .zdt9xww::before { content: "■"; color: var(--c-warn-border); }
.odyaw1nz .gusi7a    .zdt9xww::before { content: "▸"; color: #60a5fa; }
.lkz03h1 .xwdx     .zdt9xww::before { content: "→"; color: var(--c-tip-border); }
.lkz03h1 .pzzs .zdt9xww::before { content: "⬥"; color: var(--c-warn-border); }
.lkz03h1 .gusi7a    .zdt9xww::before { content: "◈"; color: #60a5fa; }
.u2ktx .ubkdko6 .ny1g,
.u2ktx .injepen .ny1g  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.u2ktx .yo7l20bd                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.u2ktx .fjvjplx          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.u2ktx .ls2r23                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.c3enzb5j .ubkdko6 .ny1g,
.c3enzb5j .injepen .ny1g,
.c3enzb5j .yo7l20bd,
.c3enzb5j .qad3vc,
.c3enzb5j .d74774zz,
.c3enzb5j .fjvjplx,
.c3enzb5j .ls2r23,
.c3enzb5j .yjt57vb .cmysv { box-shadow: none; }
.vpk2dbok   .vz5q, .vpk2dbok .wuusg, .vpk2dbok .uyw4xa,
.vpk2dbok   .wsb6vz, .vpk2dbok .uz8mps { font-size: 0.9rem; }
.vpk2dbok   .ht4sm2hq, .vpk2dbok .qbkkxf { font-size: 0.9rem; }
.yaf3wjtg   .vz5q, .yaf3wjtg .wuusg, .yaf3wjtg .uyw4xa,
.yaf3wjtg   .wsb6vz, .yaf3wjtg .uz8mps { font-size: 0.95rem; }
.yaf3wjtg   .ht4sm2hq, .yaf3wjtg .qbkkxf { font-size: 0.95rem; }
.dpaccso   .vz5q, .dpaccso .wuusg, .dpaccso .uyw4xa,
.dpaccso   .wsb6vz, .dpaccso .uz8mps { font-size: 1.08rem; }
.dpaccso   .ht4sm2hq, .dpaccso .qbkkxf { font-size: 1.05rem; }
.dpaccso   .yz4z2 { font-size: 0.97rem; }
.mtbcj .q0bxs      { font-size: 3.2rem; }
.mtbcj h2.vu6upup { font-size: 1.9rem; }
.mtbcj h3.jdgl     { font-size: 1.4rem; }
.v263 .q0bxs      { font-size: 3.8rem; }
.v263 h2.vu6upup { font-size: 2.2rem; }
.v263 h3.jdgl     { font-size: 1.6rem; }
.afc3d7b + .afc3d7b { position: relative; }
.xaid0ln7   .afc3d7b + .afc3d7b::before,
.tg6x823y  .afc3d7b + .afc3d7b::before,
.nsfn   .afc3d7b + .afc3d7b::before,
.vg1zf03   .afc3d7b + .afc3d7b::before,
.kixcuzq   .afc3d7b + .afc3d7b::before,
.roxf94jw .afc3d7b + .afc3d7b::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.xaid0ln7 .afc3d7b + .afc3d7b::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.tg6x823y .afc3d7b + .afc3d7b::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.nsfn .afc3d7b + .afc3d7b::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;
}
.vg1zf03 .afc3d7b + .afc3d7b::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.up0jo .afc3d7b { margin-bottom: 16px; }
.up0jo .afc3d7b + .afc3d7b { margin-top: 0; }
.up0jo .mbthoulq { padding-top: 0; padding-bottom: 0; }
.kixcuzq .afc3d7b + .afc3d7b::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.roxf94jw .afc3d7b + .afc3d7b::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.p9b77 .afc3d7b + .afc3d7b::before,
.t8u7ru .afc3d7b + .afc3d7b::before,
.zabo5g .afc3d7b + .afc3d7b::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%;
}
.apwiq6 .p9b77 .afc3d7b:nth-child(even)::before,
.apwiq6 .t8u7ru .afc3d7b:nth-child(even)::before,
.apwiq6 .zabo5g .afc3d7b:nth-child(even)::before { background: var(--bg-surface); }
.fkfjq .p9b77 .afc3d7b:nth-child(even)::before,
.fkfjq .t8u7ru .afc3d7b:nth-child(even)::before,
.fkfjq .zabo5g .afc3d7b:nth-child(even)::before { background: var(--bg-card); }
.p9b77 .afc3d7b + .afc3d7b::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");
}
.t8u7ru .afc3d7b + .afc3d7b::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");
}
.zabo5g .afc3d7b + .afc3d7b::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");
}
.lfuq .eo2ge9,
.dfmv .eo2ge9,
.u6u1n .eo2ge9 { overflow: hidden; }
.lfuq .h4nyqeg,
.dfmv .h4nyqeg { margin-bottom: 60px; }
.u6u1n .h4nyqeg { margin-bottom: 70px; }
.lfuq .eo2ge9::before,
.dfmv .eo2ge9::before,
.u6u1n .eo2ge9::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.lfuq .eo2ge9::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");
}
.dfmv .eo2ge9::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");
}
.u6u1n .eo2ge9::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.myr2nig .eo2ge9:not(.jtl60lv) .a8lar0 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.h76zp .eo2ge9:not(.jtl60lv) .a8lar0 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.pl0mrqwm  .eo2ge9:not(.jtl60lv) .a8lar0 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.tfcrb5a7  .eo2ge9:not(.jtl60lv) .a8lar0 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.myr2nig .jtl60lv { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.h76zp .jtl60lv { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.pl0mrqwm .jtl60lv { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.tfcrb5a7 .jtl60lv { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.aaeb .jtl60lv { background: var(--accent); }
.aaeb .jtl60lv .a8lar0 { background: none; }
.aaeb .eo2ge9:not(.jtl60lv) .a8lar0 { background: rgba(0,0,0,0.6); }
.byvr0hpv .xtey0f { float: left; width: 38%; margin: 0 28px 16px 0; }
.byvr0hpv .xtey0f .g8erlm { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.byvr0hpv .mbthoulq::after { content: ''; display: block; clear: both; }
.cwu3e70w .xtey0f { float: right; width: 38%; margin: 0 0 16px 28px; }
.cwu3e70w .xtey0f .g8erlm { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.cwu3e70w .mbthoulq::after { content: ''; display: block; clear: both; }
.fdbmnmam .afc3d7b:nth-child(odd)  .xtey0f { float: left;  width: 38%; margin: 0 28px 16px 0; }
.fdbmnmam .afc3d7b:nth-child(even) .xtey0f { float: right; width: 38%; margin: 0 0 16px 28px; }
.fdbmnmam .xtey0f .g8erlm { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.fdbmnmam .mbthoulq::after { content: ''; display: block; clear: both; }
.byvr0hpv .rt62v6ar,
.cwu3e70w .rt62v6ar,
.fdbmnmam .rt62v6ar,
@media (max-width: 900px) {
  .byvr0hpv .xtey0f,
  .cwu3e70w .xtey0f,
  .fdbmnmam .afc3d7b:nth-child(odd)  .xtey0f,
  .fdbmnmam .afc3d7b:nth-child(even) .xtey0f {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .byvr0hpv .xtey0f .g8erlm,
  .cwu3e70w .xtey0f .g8erlm,
  .fdbmnmam .xtey0f .g8erlm {
    max-height: none !important;
  }
}
.byvr0hpv .ht4sm2hq,
.byvr0hpv .qbkkxf,
.cwu3e70w .ht4sm2hq,
.cwu3e70w .qbkkxf,
.fdbmnmam .ht4sm2hq,
.fdbmnmam .qbkkxf { overflow: hidden; }
@media (max-width: 640px) {
  .byvr0hpv .xtey0f,
  .cwu3e70w .xtey0f,
  .fdbmnmam .xtey0f { float: none; width: 100%; margin: 0 0 16px 0; }
}
.gio0icz .d1nut,
.gio0icz .mbthoulq,
.gio0icz .emgtc9  { max-width: 1100px; }
.u0abi05 .d1nut,
.u0abi05 .mbthoulq,
.u0abi05 .emgtc9  { max-width: 1200px; }
.m3bmld95 .d1nut,
.m3bmld95 .mbthoulq,
.m3bmld95 .emgtc9  { max-width: 1320px; }
.m3bmld95 { --content-mw: 1320px; }
.la9j { font-size: 0.82rem; color: var(--text-muted); }
.jvph { display: flex; align-items: center; }
.k62d3 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.x0q6pot { display: flex; align-items: center; }
.m7qvq1ov { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.m7qvq1ov:hover { text-decoration: underline; }
.hetub0 { margin: 0 3px; opacity: 0.45; }
.hetub0::before { content: '/'; }
.bv65ubb0 { padding: 2px 5px; color: var(--text-main); }
.ygd8t .la9j {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ygd8t .jvph { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.zrc9tl .la9j {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.zrc9tl .jvph { padding: 0 0 0 12px; }
.jkx4tgl .jvph { padding: 0 16px; }
.jkx4tgl .la9j {
  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);
}
.jkx4tgl .d1nut { padding-top: 28px; }
@media (max-width: 720px) {
  .bgkw66 { margin-top: 18px; padding: 0 16px; }
  .jkx4tgl .d1nut { padding-top: 16px; }
}
.gio0icz.ygd8t .jvph { max-width: 1100px; }
.u0abi05.ygd8t .jvph { max-width: 1200px; }
.m3bmld95.ygd8t .jvph { max-width: 1320px; }
.m3bmld95 .bgkw66 { max-width: 1320px; }
.im7r0d .afc3d7b { padding-top: 16px; padding-bottom: 16px; }
.b09e6wh .afc3d7b { padding-top: 24px; padding-bottom: 24px; }
.grqk1y .afc3d7b { padding-top: 40px; padding-bottom: 40px; }
.pxb57ed .afc3d7b { padding-top: 52px; padding-bottom: 52px; }
.of3d .afc3d7b:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.of3d .afc3d7b:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.of3d .afc3d7b:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.of3d .afc3d7b:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.m07td8 .mbthoulq { padding-top: 10px;  padding-bottom: 10px; }
.ab5s .mbthoulq { padding-top: 18px;  padding-bottom: 18px; }
.npo4ev .mbthoulq { padding-top: 36px;  padding-bottom: 36px; }
.e7qi .mbthoulq { padding-top: 48px;  padding-bottom: 48px; }
.kerix h2.vu6upup { font-weight: 600; }
.kerix h3.jdgl     { font-weight: 600; }
.jvb0ffr h2.vu6upup { font-weight: 800; }
.jvb0ffr h3.jdgl     { font-weight: 700; }
.r8odm h2.vu6upup { font-weight: 900; }
.r8odm h3.jdgl     { font-weight: 800; }
.r8odm .cmysv strong,
.r8odm .cmysv strong { font-weight: 600; }
.gklh28q {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.han3nh6 .gklh28q { display: none; }
@media (max-width: 640px) {
  .mh5bnqp { display: none; }
  .gklh28q {
    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;
  }
}
.gklh28q { background: var(--cta) !important; color: #fff !important; border: none !important; }
.gklh28q:hover { opacity: 0.85; }
.m4llfa .gklh28q { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.rre8d849 .gklh28q,
.kxpf8y  .gklh28q { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.rre8d849 .gklh28q:hover,
.kxpf8y  .gklh28q:hover { opacity: 0.88; }
.m4llfa.rre8d849 .gklh28q,
.m4llfa.kxpf8y  .gklh28q { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.dpnqh0 {
  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;
}
.dpnqh0:hover { transform: translateY(-2px); opacity: 0.92; }
.dpnqh0 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.yutvllfl .dpnqh0 { display: none; }
.g6zerwt .dpnqh0 { right: 32px; }
.q0y6jhp  .dpnqh0 { left: 32px; }
@media (max-width: 480px) {
  .g6zerwt .dpnqh0 { right: 20px; bottom: 20px; }
  .q0y6jhp  .dpnqh0 { left: 20px; bottom: 20px; }
}
.ql6gxbk2 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.emgtc9 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.c59f1em { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ok4cj { color: var(--text-dim); font-size: 0.8rem; }
.ca5q0a a, .i448 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.ca5q0a a:hover, .i448 a:hover { color: var(--accent-light); }
.i448 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.dvricm0d .emgtc9 { text-align: center; }
.dvricm0d .i448 { justify-content: center; margin-bottom: 16px; }
.dvricm0d .c59f1em { margin-top: 0; }
.c90swm { margin-top: 10px; }
.c90swm a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .emgtc9 { padding-left: 16px; padding-right: 16px; }
  .nf8siyh3 .emgtc9 { padding: 20px 16px; }
  .i448 { gap: 4px 12px; }
  .c59f1em { font-size: 0.78rem; }
}
.d4tw4jr .c59f1em { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.d4tw4jr .ok4cj { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .d4tw4jr .sr1o { grid-template-columns: 1fr 1fr; } .d4tw4jr .fkgoih4 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .d4tw4jr .sr1o { grid-template-columns: 1fr; } }
.e49ixy .c59f1em { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .e49ixy .mzfh68 { gap: 12px; } .e49ixy .caiup { margin-right: 0; width: 100%; } }
.sr94 .c59f1em { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.sr94 .ok4cj { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .sr94 .pt6it9 { grid-template-columns: 1fr 1fr; } .sr94 .c70c { grid-column: 1 / -1; } }
@media (max-width: 480px) { .sr94 .pt6it9 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .y2ooze .dbc2x4kx { grid-template-columns: 1fr 1fr; } .y2ooze .yd7tgy8:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .y2ooze .dbc2x4kx { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .gs7768sh .dbc2x4kx { grid-template-columns: 1fr; } }
.abo0l .emgtc9 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.abo0l .i448 { justify-content: center; }
.kn5htdjk .pcpg83k      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.kn5htdjk .ql6gxbk2 { background: var(--bg-page); border-top-color: var(--border-alt); }
.a05z .pcpg83k      { background: #0d1117; border-bottom-color: #21262d; }
.a05z .eawf5 { color: var(--accent-light); }
.a05z .jsq2 { --msep-color: #8b949e; }
.a05z .jsq2 a { color: #8b949e; }
.a05z .jsq2 a:hover { color: var(--accent-light); }
.a05z .cz8qn { color: #8b949e; }
.a05z .ql6gxbk2 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.a05z .c59f1em,
.a05z .ok4cj { color: #6e7681; }
.a05z .ca5q0a a, .a05z .i448 a,
.a05z .ca5q0a a:hover, .a05z .i448 a:hover,
@media (max-width: 640px) {
  .a05z .jsq2 { background: #0d1117; border-top-color: #21262d; }
  .a05z .jsq2 li a { border-bottom-color: #21262d; }
}
.alkkh .pcpg83k      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.alkkh .eawf5 { color: var(--accent-light); }
.alkkh .jsq2 { --msep-color: #475569; }
.alkkh .jsq2 a { color: #475569; }
.alkkh .jsq2 a:hover { color: var(--accent-light); }
.alkkh .cz8qn { color: #64748b; }
.alkkh .ql6gxbk2 { background: #f0f4f8; border-top-color: #cbd5e1; }
.alkkh .c59f1em,
.alkkh .ok4cj { color: #64748b; }
.alkkh .ca5q0a a, .alkkh .i448 a,
.alkkh .ca5q0a a:hover, .alkkh .i448 a:hover,
@media (max-width: 640px) {
  .alkkh .jsq2 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .alkkh .jsq2 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.rre8d849 .pcpg83k      { background: var(--accent); border-bottom-color: var(--accent-light); }
.rre8d849 .eawf5 { color: #fff; }
.rre8d849 .jsq2 { --msep-color: rgba(255,255,255,0.82); }
.rre8d849 .jsq2 a { color: rgba(255,255,255,0.82); }
.rre8d849 .jsq2 a:hover { color: #fff; }
.rre8d849 .cz8qn { color: rgba(255,255,255,0.9); }
.rre8d849 .ql6gxbk2 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.rre8d849 .c59f1em,
.rre8d849 .ok4cj { color: rgba(255,255,255,0.72); }
.rre8d849 .ca5q0a a, .rre8d849 .i448 a,
.rre8d849 .ca5q0a a:hover, .rre8d849 .i448 a:hover,
@media (max-width: 640px) {
  .rre8d849 .jsq2 { background: var(--accent); border-top-color: var(--accent-light); }
  .rre8d849 .jsq2 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.kxpf8y .pcpg83k {
  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);
}
.kxpf8y .ql6gxbk2 {
  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) {
  .kxpf8y .jsq2 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.fxd6r7y5 .p7tz9 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.pd7xf .p7tz9 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.nko6i .p7tz9 { min-height: 72px; height: auto; }
.uz3ciw .p7tz9 { min-height: 84px; height: auto; }
.nf8siyh3 .p7tz9 { max-width: none; padding: 0 32px; }
.nf8siyh3 .emgtc9  { max-width: none; padding: 24px 32px; }
.wfcylo.u0abi05 .p7tz9 { max-width: 1200px; }
.wfcylo.m3bmld95 .p7tz9 { max-width: 1320px; }
.jmrex   .eawf5, .jmrex   .caiup { text-transform: capitalize; }
.njker .eawf5, .njker .caiup { text-transform: lowercase; }
.cpg7fe .eawf5, .cpg7fe .caiup { text-transform: uppercase; letter-spacing: 0.06em; }
.l634sn, .mt3xdhgm {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.c3za .l634sn,
.p5u4b .l634sn,
.tgknbo .l634sn,
.mcoeue .l634sn,
.jimtko   .jsq2 a { font-weight: 500; }
.pn5bfdx8 .jsq2 a { font-weight: 600; }
.z2s360fs     .jsq2 a { font-weight: 700; }
.wpsfr    .jsq2 a { font-weight: 800; letter-spacing: 0.01em; }
.ruwut     .jsq2 > li + li::before,
.ebeebl    .jsq2 > li + li::before,
.efht5nuf    .jsq2 > li + li::before,
.w0mieq0 .jsq2 > li + li::before,
.bfxa .jsq2 > li + li::before,
.wmcd5v  .jsq2 > li + li::before,
.n0g2y6    .jsq2 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ruwut     .jsq2 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ebeebl    .jsq2 > li + li::before { content: "|"; }
.efht5nuf    .jsq2 > li + li::before { content: "—"; }
.w0mieq0 .jsq2 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.bfxa .jsq2 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.wmcd5v  .jsq2 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.n0g2y6    .jsq2 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .fs4k77p .cz8qn,
  .d0hejyq .cz8qn,
  .arw17xcv .cz8qn,
  .f4isf .cz8qn,
  .qkfls8 .cz8qn {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .fs4k77p .cz8qn::before,
  .d0hejyq .cz8qn::before,
  .arw17xcv .cz8qn::before,
  .f4isf .cz8qn::before,
  .qkfls8 .cz8qn::before { content: ""; display: block; flex-shrink: 0; }

  
  .fs4k77p .cz8qn::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;
  }

  
  .d0hejyq .cz8qn::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;
  }

  
  .arw17xcv .cz8qn::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;
  }

  
  .f4isf .cz8qn::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;
  }

  
  .qkfls8 .cz8qn::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) {
  .lbme14 .cz8qn {
    padding: 5px 14px;
  }
  .lbme14 .jsq2 {
    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;
  }
  .lbme14 .jsq2 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .lbme14 .jsq2 li a:hover { background: var(--bg-raised); }
  .lbme14 .q0ij,
  .hofy5ra .q0ij,
  .kg4uc2 .q0ij { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .l975 .cz8qn {
    padding: 5px 10px;
  }
  .l975 .jsq2 {
    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);
  }
  .l975 .jsq2.zo3bdq9z { transform: translateX(0); }
  .l975 .jsq2 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .l975 .jsq2 li:last-child a { border-bottom: none; }
  .rre8d849 .jsq2,
  .a05z .jsq2 { background: var(--accent) !important; }
  .rre8d849 .jsq2 li a,
  .a05z .jsq2 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .kg4uc2 .cz8qn {
    padding: 5px 10px;
  }
  .kg4uc2 .jsq2 {
    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);
  }
  .kg4uc2 .jsq2::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .kg4uc2 .jsq2.zo3bdq9z { transform: translateY(0); }
  .kg4uc2 .jsq2 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .v335bg0 .cz8qn {
    padding: 5px 10px;
  }
  .v335bg0 .jsq2 {
    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;
  }
  .v335bg0 .jsq2.zo3bdq9z { opacity: 1; pointer-events: auto; }
  .v335bg0 .jsq2 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .ubma3     .cz8qn { border-radius: 0 !important; }
  .gfdl1p7   .cz8qn { border-radius: 8px !important; }
  .zetq0y .cz8qn { border-radius: 50% !important; }
  .yyy60zhz   .cz8qn { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .fh8vq .dts6zeo9 { flex-direction: column; align-items: stretch; }
  .fh8vq .bozyowj6 { flex-direction: row; min-width: auto; }
  .fh8vq .gt3j299 { align-items: flex-start; text-align: left; }
}
.eqeaf,
.eqeaf.afc3d7b,
.apwiq6 .eqeaf,
.o1vbl3b .eqeaf,
.fkfjq .eqeaf,
.dq1zb4 .eqeaf {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.twswvxd {
  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;
}
.bl9z { flex: 1 1 280px; min-width: 0; }
.acxdd {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.kn8oixsv {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.fbd6rcl {
  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;
}
.fbd6rcl:hover { transform: translateY(-1px); opacity: 0.95; }
.j9zqkf .twswvxd {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.j9zqkf .acxdd { color: var(--cta); }
.j9zqkf .kn8oixsv { color: var(--text-body); }
.j9zqkf .fbd6rcl {
  background: var(--cta) !important;
  color: #fff !important;
}
.vlxux .twswvxd {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.vlxux .acxdd { color: var(--text-primary); }
.vlxux .kn8oixsv { color: var(--text-body); }
.vlxux .fbd6rcl {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .twswvxd {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .bl9z { flex: 0 0 auto; }
  .acxdd { font-size: 1.2rem; }
  .fbd6rcl { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.qp1ax2m1 .myzsia { height: 36px; }
.d98m .myzsia { height: 60px; max-width: 200px; }
.ep19c .myzsia { height: 56px; max-width: 180px; }
.fxzkq .dk09l {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .rxenc .wpbc {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .rxenc .qad3vc {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .rxenc .qad3vc { padding: 40px 16px 20px; }
  .rxenc .dk09l {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .rxenc .rb4z { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .h4ynzyr .qad3vc {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .h4ynzyr .qad3vc::before {
    position: absolute; top: 14px; left: 14px;
  }
  .h4ynzyr .qj10ux5 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .h4ynzyr .kjkozgn { white-space: normal; text-align: center; font-size: 1.2rem; }
  .h4ynzyr .dk09l {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .h4ynzyr .rb4z { width: 100%; min-width: 0; }
  .h4ynzyr .putx21ga { min-width: 0; }
}
.kwes .x36hg {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.kwes .x36hg summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.kwes .x36hg p { padding: 0 2px 16px; }
.ibq3b1t .x36hg { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ibq3b1t .x36hg summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ibq3b1t .x36hg summary::after { content: "›"; font-size: 1.2em; }
.ibq3b1t .x36hg[open] summary::after { content: "‹"; }
.ibq3b1t .x36hg p { padding: 10px 22px 4px; }
.ybn5bwna .x36hg {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ybn5bwna .x36hg summary { color: var(--text-primary); padding-left: 16px; }
.ybn5bwna .x36hg summary::after { content: "›"; font-size: 1.1em; }
.ybn5bwna .x36hg[open] summary::after { content: "‹"; }
.ybn5bwna .x36hg p { padding-left: 16px; }
.zjm9yv6o .kx6p25 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.zjm9yv6o .x36hg {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.zjm9yv6o .x36hg:last-child { border-bottom: none; }
.zjm9yv6o .x36hg summary { color: var(--text-primary); border-radius: 0; }
.zjm9yv6o .x36hg summary::after { content: "›"; font-size: 1.1em; }
.zjm9yv6o .x36hg[open] summary::after { content: "‹"; }
.gs1hqas0 .x36hg { overflow: hidden; }
.gs1hqas0 .x36hg summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.gs1hqas0 .x36hg summary::after { color: rgba(255,255,255,.75); }
.gs1hqas0 .x36hg[open] summary { border-radius: 0; }
.oh4h2tap { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.x1yh {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.kuircde {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.cw0k { color: var(--text-muted); font-size: 1.05rem; }
.e4iwb0 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.g2ubuz { margin-bottom: 20px; }
.lzj3m {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.v9sqzmv {
  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;
}
.v9sqzmv:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.cqx5shga { resize: vertical; min-height: 130px; }
.vxt1o { width: 100%; margin-top: 8px; }
.qdsqg3 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.lrxci {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.wuukgne { color: var(--text-muted); line-height: 1.75; }
.yvt0tw { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.yvt0tw li { margin-bottom: 6px; }
.lec32e { max-width: 760px; margin: 0 auto; }
.t43o7a { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.yi7mos { max-width: 760px; margin: 0 auto; }
.c1dagf5k { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.yphd ul.yvt0tw { margin: 0; }
.pfoo { max-width: 900px; margin: 0 auto; }
.da5v { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.da5v:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.da5v .c1dagf5k { margin: 0; font-size: 1rem; }
.da5v .rp8x6 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .da5v { grid-template-columns: 1fr; gap: 10px; } }
.fyk8a .c1dagf5k { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.oxyc94 .yvt0tw { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .dir7jisv { grid-template-columns: 1fr; } }
.qcnu9 ul.yvt0tw { margin: 0; }
.f8oe .yvt0tw,
.ynah2 .yvt0tw,
.xzktd .yvt0tw,
.yn36ghtz .yvt0tw {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .s66r { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .kw7f { grid-template-columns: 1fr; } .y8wsjw { position: static; text-align: center; } }
@media (max-width: 860px) { .dpu9uxj8 { grid-template-columns: 1fr; } }
.yn36ghtz .yvt0tw { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ihlbf { flex-direction: column; text-align: center; } .xkeg6tg { grid-template-columns: 1fr; } }
.l0lee5c .kuircde { color: var(--accent-light); }
.l6ox2db .kuircde { font-size: 2rem; }
.l6ox2db .cw0k { max-width: 680px; }
.qdx1 {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.qdx1 .kuircde { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.qdx1 .cw0k  { margin: 0; }
@media (max-width: 640px) { .qdx1 { flex-direction: column; } }
.qdj3d3 .kuircde { color: var(--accent-light); }
.xzulyqk2 .kuircde { color: #fff; }
.xzulyqk2 .cw0k  { color: rgba(255,255,255,0.85); }
.bnq0cq4y { max-width: 680px; margin: 0 auto; }
@media (max-width: 540px) { .pftzpnz { grid-template-columns: 1fr; } }
.sxuf9o { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.sxuf9o .v9sqzmv {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.sxuf9o .v9sqzmv:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.dttn39j .v9sqzmv { background: var(--bg-raised); border-color: transparent; }
.dttn39j .v9sqzmv:focus { background: var(--bg-card); border-color: var(--accent-light); }
.rt3ei31 .v9sqzmv { border-radius: 100px; padding: 11px 20px; }
.rt3ei31 .cqx5shga { border-radius: 14px; }
.keei3hsl {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.keei3hsl summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.keei3hsl summary::-webkit-details-marker { display: none; }
.keei3hsl summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.keei3hsl[open] summary::after { content: "−"; }
.f6pa4c {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .kgi3 { grid-template-columns: 1fr; } }
.d11sc { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.d11sc li { margin-bottom: 6px; }
.xmp0d{position:relative;overflow:visible}
.tpqawn9 .ebvj{display:block}
.ot6quh6h .t40a{color: var(--accent-light);opacity:1;font-weight:500}
.hdnhcnp0{--date-bg:transparent}
.al8jd .bv5j::before{content:""}
.wr88me .jl3jqs{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .jl3jqs{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .vzeuzgjj{max-width:100%}
}
.t51c .fjvjplx{margin:0}
@media (max-width:560px){
  .ykmw{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) {
  .s58w1mt { padding: 28px 18px 20px; }
  .s4tfyt { font-size: 1.2rem; }
  .ckqv3a4 { max-width: 220px; max-height: 80px; }
}
.nar1b  .jzdst { border-radius: 50%; }
.m7viv .twswvxd {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .jzdst { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.d1cwz {
  margin: 28px 0 24px;
}
.d1cwz .afc3d7b {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.d1cwz .mbthoulq {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.d1cwz .twswvxd {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .p7tz9 { flex-direction: row-reverse; }
[dir="rtl"] .jsq2 { flex-direction: row-reverse; }
[dir="rtl"] .g6zerwt .dpnqh0 { right: auto; left: 32px; }
[dir="rtl"] .q0y6jhp  .dpnqh0 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .g6zerwt .dpnqh0 { right: auto; left: 20px; }
  [dir="rtl"] .q0y6jhp  .dpnqh0 { left: auto;  right: 20px; }
}
[dir="rtl"] .byvr0hpv .xtey0f  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .cwu3e70w .xtey0f { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ht4sm2hq, [dir="rtl"] .qbkkxf { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .eveft0x { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .uxyy8m { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .cmysv { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .twswvxd { direction: rtl; }
[dir="rtl"] .la9j { direction: rtl; }
[dir="rtl"] .ls2r23 { direction: rtl; }
[dir="rtl"] .b2g934f8 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .xfe91j .qbkkxf,
[dir="rtl"] .u71w .qbkkxf,
[dir="rtl"] .eyombur6 .qbkkxf,
[dir="rtl"] .tvpk2lb .qbkkxf {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .xfe91j .qbkkxf li::before,
[dir="rtl"] .u71w .qbkkxf li::before,
[dir="rtl"] .eyombur6 .qbkkxf li::before,
[dir="rtl"] .tvpk2lb .qbkkxf li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .eo2ge9.rj7ak .h4nyqeg,
[dir="rtl"] .td20yz.rj7ak .h4nyqeg,
[dir="rtl"] .jtl60lv.rj7ak .h4nyqeg,
[dir="rtl"] .ruj86xs.rj7ak .h4nyqeg,
[dir="rtl"] .o2h6y6d5.rj7ak .h4nyqeg { text-align: right; }
[dir="rtl"] .n80i.rj7ak .ugz3s { align-items: flex-end; text-align: right; }
[dir="rtl"] .mbthoulq,
[dir="rtl"] .wsb6vz,
[dir="rtl"] .uz8mps,
[dir="rtl"] .fnh9nw,
[dir="rtl"] .h4nyqeg { text-align: right; }
[dir="rtl"] .e4iwb0,
[dir="rtl"] .lzj3m,
[dir="rtl"] .v9sqzmv,
[dir="rtl"] .cqx5shga { text-align: right; direction: rtl; }
[dir="rtl"] .rt3ei31 .v9sqzmv,
[dir="rtl"] .sxuf9o .v9sqzmv { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #7f7e30;
  --brand:           #7f7e30;
  --brand-light:     #c4c477;
  --brand-pale:      #d2d1ac;
  --grad-start:      #343414;
  --grad-end:        #6c6b29;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #527a41;
  --cta-light:       #77a364;
  --cta-hover:       #63944f;
  --bg-page:         #111107;
  --bg-surface:      #1c1c0c;
  --bg-card:         #262611;
  --bg-card-inner:   #313116;
  --bg-raised:       #3b3b1a;
  --bg-hover:        #46461f;
  --border:          #545425;
  --border-alt:      #69692f;
  --border-section:  #545425;
  --text-primary:    #e6e6e4;
  --text-muted:      #aaaaa0;
  --text-body:       #cecec9;
  --text-sub:        #aaaaa0;
  --text-faint:      #78786c;
  --text-dim:        #5e5d54;
  --text-label:      #929286;
  --text-value:      #c2c2bb;
  --accent-bg:       #232319;
  --accent-bg-light: #373624;
  --bg-tip:          #162619;
  --bg-warning:      #272115;
  --bg-info:         #162526;
  --bg-pros:         #162619;
  --bg-cons:         #261916;
  --c-pros:          #8be399;
  --c-cons:          #e69689;
  --c-pros-label:    #62d975;
  --c-tip-border:    #45d25c;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #8be399;
}
:root { --logo-bg-opacity: 58%; }
body, button, input { font-family: "Heebo", sans-serif; }
.ztml .zdt9xww { font-size: 0; width: 1.2rem; flex-shrink: 0; }.ztml .zdt9xww::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.ztml .xwdx     .zdt9xww::before { content: "";  color: var(--c-tip-border); }.ztml .pzzs .zdt9xww::before { content: ""; color: var(--c-warn-border); }.ztml .gusi7a    .zdt9xww::before { content: ""; color: #60a5fa; }.uedr0p .ztml .xwdx     .zdt9xww::before { color: #10b981; }.uedr0p .ztml .pzzs .zdt9xww::before { color: #f43f5e; }.uedr0p .ztml .gusi7a    .zdt9xww::before { color: #a855f7; }.tne8x  .ztml .xwdx     .zdt9xww::before { color: #eab308; }.tne8x  .ztml .pzzs .zdt9xww::before { color: #ef4444; }.tne8x  .ztml .gusi7a    .zdt9xww::before { color: #f97316; }.lvbzd62  .ztml .xwdx     .zdt9xww::before { color: #38bdf8; }.lvbzd62  .ztml .pzzs .zdt9xww::before { color: #818cf8; }.lvbzd62  .ztml .gusi7a    .zdt9xww::before { color: #2dd4bf; }.zyum .ztml .zdt9xww::before { color: var(--accent-light) !important; }
.i01r8t6 .nk77jdl, .i01r8t6 .n80i { min-height: 780px; }
.u515g .yitvgwf::after, .u515g .o91jhswh::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; }
.hetub0::before { content: '◆'; font-size: 0.5em; }