:root {
  --color-accent: #476d2b;
  --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;
}
.l6f28ys2 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.s1kpqqr4 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.rqd18ro {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.zhbnja { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.d988mn { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.d988mn a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.d988mn a:hover { color: var(--accent-light); }
.on4ek     .kc7xq { border-radius: 6px; }
.on4ek .kc7xq li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.on4ek .kc7xq li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.y5bm .kc7xq li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .kc7xq {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ygfek8:hover .kc7xq,
  .ygfek8:focus-within .kc7xq { display: block; }
  .kc7xq li a { padding: 8px 16px; font-size: 0.88rem; }
}
.nfnzir6 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.ubhcobq8 { display: none; }
@media (max-width: 640px) {
  .ubhcobq8 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .ubhcobq8.oc8o { display: block; }
}
@media (max-width: 640px) {
  .nfnzir6 { display: block; }
  .d988mn > li + li::before { display: none !important; }
  .d988mn {
    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;
  }
  .d988mn.oc8o { display: flex; }
  .d988mn li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .d988mn li:last-child a { border-bottom: none; }
}
.iua0j1jx { min-height: 480px; }
.xmwwhy {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.hstdq { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.zyfdhnns .hstdq { margin-left: 0; margin-right: 0; }
.nd0tm6fy {
  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;
}
.cx7mqj0r .nd0tm6fy { margin-top: 24px; }
.nd0tm6fy:hover { opacity: 0.88; }
.hngfp519 .xmwwhy { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.hngfp519 .hstdq { color: #e2e8f0; }
.hngfp519.nm7m5odc .ua78r { text-align: center; }
.csu2re .xmwwhy { color: var(--text-primary); text-shadow: none; }
.csu2re .hstdq { color: var(--text-muted); }
.csu2re .nd0tm6fy { margin-top: 16px; }
.csu2re, .csu2re.iua0j1jx { min-height: auto !important; }
.csu2re.nm7m5odc .ua78r { text-align: center; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.hexn1q5 .fc4d,
.hexn1q5 .e68ij {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.hexn1q5 .hngfp519 .tyg9kxiq {
  animation: hg-breathe 10s ease-in-out infinite;
}
.fc4d .xmwwhy { color: #fff; }
.fc4d .hstdq { color: rgba(255,255,255,0.85); }
.fc4d .nd0tm6fy { background: #fff; color: var(--cta); }
.fc4d .nd0tm6fy:hover { opacity: 0.92; }
.ut2aqcal .j79g69 { position: relative; overflow: hidden; }
.ut2aqcal .j79g69::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.hexn1q5 .j79g69 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.vnfr .j79g69 { position: relative; overflow: hidden; }
.vnfr .j79g69::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;
}
.f2ehv15m .j79g69 { position: relative; overflow: hidden; }
.f2ehv15m .j79g69::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.xaxh6c .j79g69 {
  animation: hg-fadein 1.2s ease-out both;
}
.j79g69 {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.l0kq {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.c8q8 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.q48kzpt {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.j79g69 .xmwwhy { text-shadow: none; color: var(--text-primary); }
.j79g69 .hstdq { color: var(--text-muted); }
body.xnlto0 .xmwwhy {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.e8hq .xmwwhy {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.iua0j1jx.fc4d .xmwwhy,
section.fc4d .xmwwhy {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.j79g69.nm7m5odc .l0kq { align-items: center; text-align: center; }
.j79g69.zyfdhnns   .l0kq { align-items: flex-start; text-align: left; }
.yq4l3 .c8q8 { position: relative; }
.yq4l3 .c8q8::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.yq4l3.g0txgxc9 .c8q8::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.ducxadc .c8q8 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.ducxadc .q48kzpt {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.ducxadc.g0txgxc9 .c8q8 { padding: 32px 0 32px 32px; }
.dodklfrs .c8q8 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.dodklfrs .q48kzpt {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.g0txgxc9 { grid-template-areas: "media text"; }
.g0txgxc9 .l0kq {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.dodklfrs.g0txgxc9 .c8q8 { padding: 40px 16px 40px 48px; }
.iua0j1jx .yd9t {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.yd9t .ufdlsej.fuhzg3h2 {
  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;
}
.yd9t .ufdlsej.fuhzg3h2:hover { opacity: 0.85; }
.yyinn0 .c8q8 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .j79g69 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .j79g69:not(.yyinn0) .c8q8 { display: none !important; }
  .yyinn0 .c8q8 { padding: 16px; }
  .l0kq  { padding: 36px 24px; }
  .j79g69~.v24woiye,.g0txgxc9~.v24woiye{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .iua0j1jx, .j79g69 { min-height: 320px !important; }
  .xmwwhy { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .bpo99,
  .u1rug,
  .wyottar { grid-template-columns: 1fr !important; }

  

  
  .o7r8l { display: flex !important; flex-direction: column !important; }
  .o7r8l .ua78r { display: contents; }
  .o7r8l .tyg9kxiq { order: 0; }
  .o7r8l .xmwwhy { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .o7r8l .bpo99 { order: 2; padding: 0 16px 12px !important; }
  .o7r8l .hstdq { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .cx7mqj0r .ua78r { display: flex; flex-direction: column; }
  .cx7mqj0r .ua78r .xmwwhy { order: 1; }
  .cx7mqj0r .ua78r .wyottar { order: 2; margin: 8px 0 24px !important; }
  .cx7mqj0r .ua78r .hstdq { order: 3; }
  .cx7mqj0r .ua78r .nd0tm6fy { order: 4; align-self: center; margin-top: 0; }

  
  .j79g69.yyinn0 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .j79g69.yyinn0 .l0kq { display: contents; padding: 0; }
  .j79g69.yyinn0 .l0kq .xmwwhy { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .j79g69.yyinn0 .c8q8 { order: 2; padding: 12px 16px; }
  .j79g69.yyinn0 .l0kq .hstdq { order: 3; padding: 0 24px; margin: 0 auto; }
  .j79g69.yyinn0 .l0kq .nd0tm6fy { order: 4; align-self: center; margin: 8px 0 32px; }
}
.ogjkz { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ef5n { width: 100%; height: auto; display: block; border-radius: 10px; }
.t2ck1x3 .ogjkz        { border-radius: 16px; }
.t2ck1x3 .ef5n  { border-radius: 16px; }
.kxlyx94 .ogjkz         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.kxlyx94 .ef5n   { border-radius: 8px; }
.cux2 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.rfwe7jt { width: 100%; padding: 32px 0; position: relative; }
.x0lzd { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.c7evp .rfwe7jt:nth-child(even) { background: var(--bg-surface); }
.c7evp .rfwe7jt:nth-child(odd)  { background: var(--bg-page); }
.d2jg6n7w .rfwe7jt:nth-child(even) { background: var(--bg-card); }
.d2jg6n7w .rfwe7jt:nth-child(odd)  { background: var(--bg-page); }
.c7evp .rfwe7jt:nth-child(odd)  .x0lzd { background: var(--bg-card); border-radius: 6px; }
.c7evp .rfwe7jt:nth-child(even) .x0lzd { background: var(--bg-raised); border-radius: 6px; }
.d2jg6n7w .rfwe7jt:nth-child(odd)  .x0lzd { background: var(--bg-card); border-radius: 6px; }
.d2jg6n7w .rfwe7jt:nth-child(even) .x0lzd { background: var(--bg-raised); border-radius: 6px; }
.c7evp .rfwe7jt:nth-child(even) .nn17a .fu3j5xs,
.d2jg6n7w .rfwe7jt:nth-child(even) .nn17a .fu3j5xs { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.c7evp .rfwe7jt:nth-child(odd) .nn17a .fu3j5xs,
.d2jg6n7w .rfwe7jt:nth-child(odd) .nn17a .fu3j5xs { background: var(--bg-card-inner); }
.c7evp .rfwe7jt:nth-child(even) .ubyh2k .fu3j5xs:nth-child(odd),
.d2jg6n7w .rfwe7jt:nth-child(even) .ubyh2k .fu3j5xs:nth-child(odd)  { background: var(--bg-card); }
.c7evp .rfwe7jt:nth-child(even) .ubyh2k .fu3j5xs:nth-child(even),
.d2jg6n7w .rfwe7jt:nth-child(even) .ubyh2k .fu3j5xs:nth-child(even) { background: var(--bg-card-inner); }
h1.k7v7 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.k7v7 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.i31tg { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.giejx h2.k7v7 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.kqppgya h2.k7v7 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.abp0h h2.k7v7 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.cbbhidd h2.k7v7::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.qk2seh h2.k7v7 {
  color: var(--text-primary); font-size: 1.7rem;
}
.v51zjyp2 h2.k7v7::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.qyla h2.k7v7 {
  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;
}
.j6uh { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .j6uh { display: none; } }
.n0kq { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.v6c7nrx { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ym3nz {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.fzxc { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.wbsb2 { padding-left: 20px; }
.wbsb2 li { margin-bottom: 6px; }
.wbsb2 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.wbsb2 a:hover { color: var(--accent-light); }
.gs71j2 .fzxc { display: none; }
.zjr8aai .fzxc { display: none; }
.zjr8aai .wbsb2 { padding-left: 0; list-style: none; }
.zjr8aai .wbsb2 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.zjr8aai .wbsb2 a { font-size: 0.92rem; }
.p5h2 .ym3nz { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.p5h2 .fzxc { display: none; }
.p5h2 .wbsb2 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.p5h2 .wbsb2 li { margin-bottom: 0; }
.p5h2 .wbsb2 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;
}
.p5h2 .wbsb2 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.mukoz3 .ym3nz { padding: 20px 20px 16px; }
.mukoz3 .wbsb2 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.mukoz3 .wbsb2 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.mukoz3 .wbsb2 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;
}
.mukoz3 .wbsb2 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;
}
.mukoz3 .wbsb2 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.mukoz3 .wbsb2 a:focus,
.mukoz3 .wbsb2 a:focus-visible,
.mukoz3 .wbsb2 a:target { outline: none; }
.mukoz3 .wbsb2 li:target a { border-color: var(--border); color: var(--text-muted); }
.n5seclg8 .ym3nz { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.n5seclg8 .fzxc { display: none; }
.n5seclg8 .wbsb2 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.n5seclg8 .wbsb2 li { margin-bottom: 0; }
.n5seclg8 .wbsb2 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.n5seclg8 .wbsb2 li:last-child::after { content: ""; margin-right: 0; }
.n5seclg8 .wbsb2 a { font-size: 0.9rem; }
.fu3j5xs { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.nn17a .fu3j5xs { background: var(--bg-card); }
.ubyh2k .fu3j5xs:nth-child(odd)  { background: var(--bg-card); }
.ubyh2k .fu3j5xs:nth-child(even) { background: var(--bg-raised); }
.d3fcxqu .fu3j5xs {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.d3fcxqu .fu3j5xs:last-child { border-bottom: none; }
.d3fcxqu h3.i31tg { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.e5p8 .fu3j5xs {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.e5p8 .fu3j5xs + .fu3j5xs { margin-top: 4px; }
.eqg6mil6 .fu3j5xs { background: none; border-radius: 0; padding: 12px 0; }
.eqg6mil6 .fu3j5xs + .fu3j5xs { border-top: 1px solid var(--border-section); }
.unc00c05 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.mytarz { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.hyu16 { color: var(--text-body); margin-bottom: 10px; }
.ebsq9dtm, .ccy1qy { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ebsq9dtm li, .ccy1qy li { margin-bottom: 6px; }
.ccy1qy li { list-style: decimal; }
.phdd     .ebsq9dtm { list-style-type: "● "; }
.xi3u847  .ebsq9dtm { list-style-type: "■ "; }
.blp74sc .ebsq9dtm { list-style-type: "◆ "; }
.iu99    .ebsq9dtm { list-style-type: "★ "; }
.phdd     .tzlsscze { list-style-type: "● "; }
.xi3u847  .tzlsscze { list-style-type: "■ "; }
.blp74sc .tzlsscze { list-style-type: "◆ "; }
.iu99    .tzlsscze { list-style-type: "★ "; }
.phdd    .ebsq9dtm li::marker, .phdd    .tzlsscze li::marker,
.xi3u847 .ebsq9dtm li::marker, .xi3u847 .tzlsscze li::marker,
.blp74sc .ebsq9dtm li::marker, .blp74sc .tzlsscze li::marker,
.iu99   .ebsq9dtm li::marker, .iu99   .tzlsscze li::marker {
  color: var(--cta); font-size: 1em;
}
.phdd .ccy1qy,
.xi3u847 .ccy1qy,
.blp74sc .ccy1qy,
.iu99 .ccy1qy {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.phdd .ccy1qy li,
.xi3u847 .ccy1qy li,
.blp74sc .ccy1qy li,
.iu99 .ccy1qy li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.phdd .ccy1qy li::before,
.xi3u847 .ccy1qy li::before,
.blp74sc .ccy1qy li::before,
.iu99 .ccy1qy 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;
}
.phdd     .ccy1qy li::before { border-radius: 50%; }
.xi3u847  .ccy1qy li::before { border-radius: 3px; }
.blp74sc .ccy1qy li::before { border-radius: 3px; }
.iu99    .ccy1qy li::before { border-radius: 50%; }
.vikg { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.kia8 .vikg,
.e8rl .vikg { background: transparent; border: none; border-radius: 0; }
.vyso { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.vyso th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.vyso td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.vyso tr:hover td { background: var(--bg-hover); }
.otr8h .vyso tbody tr:nth-child(even) td { background: var(--bg-surface); }
.ol8h .vyso { border: 1px solid var(--border-alt); }
.ol8h .vyso th,
.ol8h .vyso td { border: 1px solid var(--border-alt); }
.cljv3 .vyso th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.cljv3 .vyso td { border-bottom: none; }
.cljv3 .vyso tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.ixr8p00m .vyso th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.sggk8u .vikg {
  overflow: hidden;
}
.sggk8u .vyso th { border-bottom: 1px solid var(--border-alt); }
.sggk8u .vyso tr:last-child td { border-bottom: none; }
.oxj51dh { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.n3s27e { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.pp5ln2 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.owbn0xo { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.sappv5s { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.tzlsscze { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.tzlsscze 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%}
.z9vg .owbn0xo { background: transparent; text-align: center; }
.zad25r .pp5ln2 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.hoqvf9 .pp5ln2 {
  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);
}
.m9czd .n3s27e { display: grid; grid-template-columns: auto 1fr; }
.m9czd .pp5ln2 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.m9czd .owbn0xo { grid-column: 2; }
.m9czd .sappv5s,
.m9czd .tzlsscze { grid-column: 1 / -1; }
.hncszao .n3s27e { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.hncszao .pp5ln2 {
  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);
}
.hncszao .owbn0xo { grid-column: 2; }
.hncszao .sappv5s,
.hncszao .tzlsscze { grid-column: 1 / -1; }
.fpei68 .n3s27e { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.fpei68 .owbn0xo { background: none; color: var(--accent-light); font-weight: 700; }
.a2t1992r .n3s27e { 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); }
.a2t1992r .owbn0xo { background: none; color: var(--accent-light); font-weight: 700; }
.fgdj .n3s27e { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.fgdj .n3s27e:last-child { border-bottom: none; }
.fgdj .owbn0xo { background: none; color: var(--accent-light); font-weight: 700; }
.mjveow .n3s27e { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.mjveow .owbn0xo { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.gf1jyx .oxj51dh { counter-reset: card-n; }
.gf1jyx .n3s27e  { counter-increment: card-n; }
.gf1jyx .owbn0xo { display: flex; align-items: center; gap: 10px; }
.gf1jyx .owbn0xo::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;
}
.sqzb9q .n3s27e { background: var(--bg-surface); border: 1px solid var(--border); }
.sqzb9q .owbn0xo { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.jjxdu2 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.juf4cuf8  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.m7d96 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.l84rw { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.jjxdu2 strong { color: var(--text-primary); font-size: 0.95rem; }
.jjxdu2 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.ecpv0j { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.sxj1kj, .p3dkyu { border-radius: 8px; padding: 14px; }
.sxj1kj { background: var(--bg-pros); }
.p3dkyu { background: var(--bg-cons); }
.kq10ic9v { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.sxj1kj .kq10ic9v { color: var(--c-pros-label); }
.p3dkyu .kq10ic9v { color: #f87171; }
.sxj1kj ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.p3dkyu ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ef5n { width: 100%; height: auto; border-radius: 10px; display: block; }
.fuhzg3h2 {
  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;
}
.fuhzg3h2:hover { opacity: 0.85; }
.q4iz .fuhzg3h2  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.q4iz .fuhzg3h2:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.l6fa0sgs .fuhzg3h2  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.l6fa0sgs .fuhzg3h2:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.of3ivw .nd0tm6fy { border-radius: 50px; }
.of3ivw .fuhzg3h2  { border-radius: 50px; }
.vdg2wwc .nd0tm6fy { padding-left: 22px; padding-right: 22px; }
.vdg2wwc .fuhzg3h2  { padding-left: 12px; padding-right: 12px; }
.lyeecvjj .nd0tm6fy { padding-left: 44px; padding-right: 44px; }
.lyeecvjj .fuhzg3h2  { padding-left: 24px; padding-right: 24px; }
.apuxjjv .nd0tm6fy { padding-left: 56px; padding-right: 56px; }
.apuxjjv .fuhzg3h2  { padding-left: 32px; padding-right: 32px; }
.hxa7d24   .nd0tm6fy::after, .hxa7d24   .fuhzg3h2::after,
.lavw6sd .nd0tm6fy::after, .lavw6sd .fuhzg3h2::after,
.jnozik    .nd0tm6fy::after, .jnozik    .fuhzg3h2::after,
.cofu2x    .nd0tm6fy::after, .cofu2x    .fuhzg3h2::after,
.qu1515    .nd0tm6fy::after, .qu1515    .fuhzg3h2::after,
.wb3i0     .nd0tm6fy::after, .wb3i0     .fuhzg3h2::after,
.gr9s0w    .nd0tm6fy::after, .gr9s0w    .fuhzg3h2::after,
.y8l6   .nd0tm6fy::after, .y8l6   .fuhzg3h2::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;
}
.hxa7d24 .nd0tm6fy::after, .hxa7d24 .fuhzg3h2::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");
}
.lavw6sd .nd0tm6fy::after, .lavw6sd .fuhzg3h2::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");
}
.jnozik .nd0tm6fy::after, .jnozik .fuhzg3h2::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");
}
.cofu2x .nd0tm6fy::after, .cofu2x .fuhzg3h2::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");
}
.qu1515 .nd0tm6fy::after, .qu1515 .fuhzg3h2::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");
}
.wb3i0 .nd0tm6fy::after, .wb3i0 .fuhzg3h2::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");
}
.gr9s0w .nd0tm6fy::after, .gr9s0w .fuhzg3h2::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");
}
.y8l6 .nd0tm6fy::after, .y8l6 .fuhzg3h2::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");
}
.ppzwl8i   .q1cq::after, .ppzwl8i   .a16h8::after,
.x480s .q1cq::after, .x480s .a16h8::after,
.tpxyj7    .q1cq::after, .tpxyj7    .a16h8::after,
.luxxh    .q1cq::after, .luxxh    .a16h8::after,
.xjhqvt    .q1cq::after, .xjhqvt    .a16h8::after,
.wuhyaqt     .q1cq::after, .wuhyaqt     .a16h8::after,
.fne19    .q1cq::after, .fne19    .a16h8::after,
.kgn2   .q1cq::after, .kgn2   .a16h8::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;
}
.ppzwl8i .q1cq::after, .ppzwl8i .a16h8::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");
}
.x480s .q1cq::after, .x480s .a16h8::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");
}
.tpxyj7 .q1cq::after, .tpxyj7 .a16h8::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");
}
.luxxh .q1cq::after, .luxxh .a16h8::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");
}
.xjhqvt .q1cq::after, .xjhqvt .a16h8::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");
}
.wuhyaqt .q1cq::after, .wuhyaqt .a16h8::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");
}
.fne19 .q1cq::after, .fne19 .a16h8::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");
}
.kgn2 .q1cq::after, .kgn2 .a16h8::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");
}
.mq3t .ijwshg { background: var(--bg-raised); }
.ufdlsej.fuhzg3h2 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .qg3eyy {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .qg3eyy::before    { grid-area: rank;   }
  .b0cvnk           { grid-area: ident;  }
  .b5dv     { grid-area: rating; min-width: 0; width: auto; }
  .xok9kb           { grid-area: pills;  }
  .ufdlsej             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .qg3eyy {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .qg3eyy::before    { justify-self: center; }
  .b0cvnk           { width: 100%; }
  .b5dv     { justify-self: center; }
  .xok9kb           { grid-template-columns: 1fr; }
}
.lox8w .rgv7 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .zbvyp0 .t16r8 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .zbvyp0 .f9qpr7sn { margin: 0; }
}
.e8rl .ecpv0j { gap: 10px; }
.e8rl .sxj1kj, .e8rl .p3dkyu { padding: 12px; }
.e8rl .sxj1kj ul, .e8rl .p3dkyu ul { margin: 4px 0 0; padding-left: 18px; }
.e8rl .sxj1kj li, .e8rl .p3dkyu li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .m4fyuuk { grid-template-columns: 1fr; }
  .ls6yno4p { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ls6yno4p .cdv67gf8 { width: 72px; height: 50px; }
  .ls6yno4p .smgbp3 { max-width: 180px; }
  .ls6yno4p .e5kcel { width: auto; }
}
@media (max-width: 720px) {
  .oij02d { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .b7ug4h { padding: 16px; }
  .m4wb3b .wru88 { min-width: 50%; }
}
.xydr .ecpv0j { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .zfeathi { grid-template-columns: 1fr; }
  .st02deu { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .b44k75e4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .r92ef5w8 { flex-wrap: wrap; padding: 16px; }
}
.liegv .ecpv0j { gap: 8px; }
.liegv .sxj1kj, .liegv .p3dkyu { padding: 8px; }
@media (max-width: 480px) {
  .yrvo0g { flex-direction: column; align-items: stretch; }
}
.zcw6h .e5kcel .fuhzg3h2 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .nhaahena { flex-direction: column; align-items: stretch; gap: 10px; }
  .zcw6h .e5kcel { text-align: center; }
}
@media (max-width: 720px) {
  .c72e { grid-template-columns: 1fr; }
  .c8bu7nv { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .lbhhn { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .bn3o2 { grid-template-columns: 1fr; }
  .mj1fv { width: 100px; height: 100px; margin: 16px auto; }
  .xcdw59 { font-size: 1.4rem; }
  .f0v3j55 { justify-content: center; }
  .qdkhptbc .wru88 { min-width: 50%; }
}
.xkpe .ecpv0j { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .hekfe { flex-wrap: wrap; padding: 14px 16px; }
  .p0hh97 { padding: 12px 16px; }
  .xkpe .ecpv0j { margin: 0 16px; }
  .xkpe .f10zwsy { padding: 0 16px; }
  .tx5fy { padding: 12px 16px; }
}
.mzwsa0 .l1lx9xw { gap: 18px; }
.mzwsa0 .qg3eyy {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.mzwsa0 .qg3eyy:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.nmx3v6je .xok9kb .msc2x {
  background: transparent; padding: 4px 8px;
}
.nmx3v6je .xok9kb .z1edvua { font-size: .65rem; opacity: .65; }
.nmx3v6je .xok9kb .egppwvl   { font-size: 1.15rem; color: var(--accent-light); }
.eh9p261b .xyqfwc0m,
.eh9p261b .bg1nb,
.eh9p261b .bg1nb { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.eh9p261b .bg1nb small { display: none; }
.eh9p261b .pnra40z .l7ld6,
.eh9p261b .pnra40z strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.eh9p261b .b91u7 { display: none; }
.ro3vkkw { margin: 16px 0; }
.j2dnvsj { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.j2dnvsj summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.j2dnvsj summary::after { content: "+"; color: var(--accent-light); }
.j2dnvsj[open] summary::after { content: "−"; }
.j2dnvsj p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.rfwe7jt { margin-bottom: 0; }
.tgjzad0 h2.k7v7 { color: var(--text-primary); border-color: var(--accent-light); }
.xy8gux h2.k7v7 { color: var(--text-primary); border-color: var(--accent-light); }
.yzbzc5 .juf4cuf8     { background: #052e16; border-color: #10b981; }
.yzbzc5 .m7d96    { background: #1e1036; border-color: #a855f7; }
.yzbzc5 .jjxdu2 strong  { color: #f1f5f9; }
.yzbzc5 .jjxdu2 p       { color: #cbd5e1; }
.yzbzc5 .yc3ue    .juf4cuf8     .l84rw::before,
.yzbzc5 .kz7ras  .juf4cuf8     .l84rw::before,
.yzbzc5 .o5w5  .juf4cuf8     .l84rw::before,
.yzbzc5 .jexc3 .juf4cuf8     .l84rw::before { color: #10b981; }
.yzbzc5 .yc3ue    .yb1z5 .l84rw::before,
.yzbzc5 .kz7ras  .yb1z5 .l84rw::before,
.yzbzc5 .o5w5  .yb1z5 .l84rw::before,
.yzbzc5 .jexc3 .yb1z5 .l84rw::before { color: #f43f5e; }
.yzbzc5 .yc3ue    .m7d96    .l84rw::before,
.yzbzc5 .kz7ras  .m7d96    .l84rw::before,
.yzbzc5 .o5w5  .m7d96    .l84rw::before,
.yzbzc5 .jexc3 .m7d96    .l84rw::before { color: #a855f7; }
.c2ixhxx .juf4cuf8     { background: #2d2000; border-color: #eab308; }
.c2ixhxx .m7d96    { background: #2d1600; border-color: #f97316; }
.c2ixhxx .jjxdu2 strong  { color: #f1f5f9; }
.c2ixhxx .jjxdu2 p       { color: #cbd5e1; }
.c2ixhxx .yc3ue    .juf4cuf8     .l84rw::before,
.c2ixhxx .kz7ras  .juf4cuf8     .l84rw::before,
.c2ixhxx .o5w5  .juf4cuf8     .l84rw::before,
.c2ixhxx .jexc3 .juf4cuf8     .l84rw::before { color: #eab308; }
.c2ixhxx .yc3ue    .yb1z5 .l84rw::before,
.c2ixhxx .kz7ras  .yb1z5 .l84rw::before,
.c2ixhxx .o5w5  .yb1z5 .l84rw::before,
.c2ixhxx .jexc3 .yb1z5 .l84rw::before { color: #ef4444; }
.c2ixhxx .yc3ue    .m7d96    .l84rw::before,
.c2ixhxx .kz7ras  .m7d96    .l84rw::before,
.c2ixhxx .o5w5  .m7d96    .l84rw::before,
.c2ixhxx .jexc3 .m7d96    .l84rw::before { color: #f97316; }
.vlog4tko .juf4cuf8     { background: #0c1a2e; border-color: #38bdf8; }
.vlog4tko .yb1z5 { background: #12103a; border-color: #818cf8; }
.vlog4tko .m7d96    { background: #0a2020; border-color: #2dd4bf; }
.vlog4tko .jjxdu2 strong  { color: #f1f5f9; }
.vlog4tko .jjxdu2 p       { color: #cbd5e1; }
.vlog4tko .yc3ue    .juf4cuf8     .l84rw::before,
.vlog4tko .kz7ras  .juf4cuf8     .l84rw::before,
.vlog4tko .o5w5  .juf4cuf8     .l84rw::before,
.vlog4tko .jexc3 .juf4cuf8     .l84rw::before { color: #38bdf8; }
.vlog4tko .yc3ue    .yb1z5 .l84rw::before,
.vlog4tko .kz7ras  .yb1z5 .l84rw::before,
.vlog4tko .o5w5  .yb1z5 .l84rw::before,
.vlog4tko .jexc3 .yb1z5 .l84rw::before { color: #818cf8; }
.vlog4tko .yc3ue    .m7d96    .l84rw::before,
.vlog4tko .kz7ras  .m7d96    .l84rw::before,
.vlog4tko .o5w5  .m7d96    .l84rw::before,
.vlog4tko .jexc3 .m7d96    .l84rw::before { color: #2dd4bf; }
.j37hpwl .juf4cuf8     { background: var(--accent-bg); border-color: var(--accent-light); }
.j37hpwl .m7d96    { background: var(--accent-bg); border-color: var(--accent-pale); }
.j37hpwl .yc3ue    .l84rw::before,
.j37hpwl .kz7ras  .l84rw::before,
.j37hpwl .o5w5  .l84rw::before,
.j37hpwl .jexc3 .l84rw::before { color: var(--accent-light) !important; }
.suzg6go::before,
.m7d1::before { margin-right: 5px; }
.gntn3y2b .sxj1kj ul li,
.gntn3y2b .sxj1kj .suzg6go { color: #22c55e; }
.gntn3y2b .p3dkyu ul li,
.gntn3y2b .p3dkyu .m7d1 { color: #ef4444; }
.amyk .sxj1kj { background: var(--bg-pros); }
.amyk .p3dkyu { background: var(--bg-cons); }
.amyk .sxj1kj .suzg6go { color: var(--c-pros-label); }
.amyk .p3dkyu .m7d1 { color: var(--c-cons); }
.amyk .sxj1kj ul li,
.amyk .p3dkyu ul li,
.yhixyaw2 .sxj1kj { background: var(--bg-pros); }
.yhixyaw2 .p3dkyu { background: var(--bg-cons); }
.yhixyaw2 .sxj1kj .suzg6go { color: var(--c-pros-label); }
.yhixyaw2 .p3dkyu .m7d1 { color: var(--c-cons); }
.yhixyaw2 .sxj1kj ul li,
.yhixyaw2 .dz20 li          { color: var(--c-pros); }
.yhixyaw2 .p3dkyu ul li,
.yhixyaw2 .yyljext li          { color: var(--c-cons); }
.t6n7rux .suzg6go::before { content: "✓ "; }
.t6n7rux .m7d1::before { content: "✗ "; }
.wmnlvwpe .suzg6go::before { content: "→ "; }
.wmnlvwpe .m7d1::before { content: "← "; }
.agivfl .suzg6go::before { content: "★ "; }
.agivfl .m7d1::before { content: "✕ "; }
.h67qagx0 .suzg6go::before { content: "◆ "; }
.h67qagx0 .m7d1::before { content: "▲ "; }
.iynzvo .jjxdu2 { background: transparent; border-left: none; border: 1.5px solid; }
.iynzvo .juf4cuf8     { border-color: var(--c-tip-border); }
.iynzvo .m7d96    { border-color: #60a5fa; }
.iynzvo .jjxdu2 strong { color: var(--text-primary); }
.iynzvo .jjxdu2 p      { color: var(--text-muted); }
.lox8w .jjxdu2 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.lox8w .juf4cuf8     { border-top-color: var(--c-tip-border); }
.lox8w .yb1z5 { border-top-color: var(--c-warn-border); }
.lox8w .m7d96    { border-top-color: #60a5fa; }
.pkp0st .jjxdu2 { border-left: none; border-radius: 8px; }
.pkp0st .juf4cuf8     { background: #065f46; }
.pkp0st .m7d96    { background: #1e3a8a; }
.pkp0st .jjxdu2 strong,
.pkp0st .jjxdu2 p { color: #fff; }
.pkp0st .l84rw::before { color: rgba(255,255,255,0.85) !important; }
.yzbzc5.pkp0st .juf4cuf8,
.yzbzc5 .pkp0st .juf4cuf8     { background: #052e16; }
.yzbzc5.pkp0st .m7d96,
.yzbzc5 .pkp0st .m7d96    { background: #1e1036; }
.c2ixhxx.pkp0st .juf4cuf8,
.c2ixhxx .pkp0st .juf4cuf8      { background: #2d2000; }
.c2ixhxx.pkp0st .m7d96,
.c2ixhxx .pkp0st .m7d96     { background: #2d1600; }
.vlog4tko.pkp0st .juf4cuf8,
.vlog4tko .pkp0st .juf4cuf8      { background: #0c1a2e; }
.vlog4tko.pkp0st .yb1z5,
.vlog4tko .pkp0st .yb1z5  { background: #12103a; }
.vlog4tko.pkp0st .m7d96,
.vlog4tko .pkp0st .m7d96     { background: #0a2020; }
.ed1koch .jjxdu2 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ed1koch .juf4cuf8     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ed1koch .m7d96    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ed1koch .jjxdu2 strong { color: var(--text-primary); }
.ed1koch .jjxdu2 p      { color: var(--text-muted); }
.msi9 .jjxdu2 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.yc3ue .l84rw,
.kz7ras .l84rw,
.o5w5 .l84rw,
.jexc3 .l84rw { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.yc3ue .l84rw::before,
.kz7ras .l84rw::before,
.o5w5 .l84rw::before,
.jexc3 .l84rw::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.yc3ue .juf4cuf8     .l84rw::before { content: "✦"; color: var(--c-tip-border); }
.yc3ue .yb1z5 .l84rw::before { content: "▲"; color: var(--c-warn-border); }
.yc3ue .m7d96    .l84rw::before { content: "◉"; color: #60a5fa; }
.kz7ras .juf4cuf8     .l84rw::before { content: "★"; color: var(--c-tip-border); }
.kz7ras .yb1z5 .l84rw::before { content: "◆"; color: var(--c-warn-border); }
.kz7ras .m7d96    .l84rw::before { content: "●"; color: #60a5fa; }
.o5w5 .juf4cuf8     .l84rw::before { content: "▶"; color: var(--c-tip-border); }
.o5w5 .yb1z5 .l84rw::before { content: "■"; color: var(--c-warn-border); }
.o5w5 .m7d96    .l84rw::before { content: "▸"; color: #60a5fa; }
.jexc3 .juf4cuf8     .l84rw::before { content: "→"; color: var(--c-tip-border); }
.jexc3 .yb1z5 .l84rw::before { content: "⬥"; color: var(--c-warn-border); }
.jexc3 .m7d96    .l84rw::before { content: "◈"; color: #60a5fa; }
.evmg .nn17a .fu3j5xs,
.evmg .ubyh2k .fu3j5xs  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.evmg .n3s27e                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.evmg .vikg          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.evmg .ym3nz                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.dxsdjg8 .nn17a .fu3j5xs,
.dxsdjg8 .ubyh2k .fu3j5xs,
.dxsdjg8 .n3s27e,
.dxsdjg8 .qg3eyy,
.dxsdjg8 .f9qpr7sn,
.dxsdjg8 .vikg,
.dxsdjg8 .ym3nz,
.dxsdjg8 .msi9 .jjxdu2 { box-shadow: none; }
.d8u9cj0h   .hyu16, .d8u9cj0h .unc00c05, .d8u9cj0h .mytarz,
.d8u9cj0h   .n0kq, .d8u9cj0h .v6c7nrx { font-size: 0.9rem; }
.d8u9cj0h   .ebsq9dtm, .d8u9cj0h .ccy1qy { font-size: 0.9rem; }
.eexbkf   .hyu16, .eexbkf .unc00c05, .eexbkf .mytarz,
.eexbkf   .n0kq, .eexbkf .v6c7nrx { font-size: 0.95rem; }
.eexbkf   .ebsq9dtm, .eexbkf .ccy1qy { font-size: 0.95rem; }
.ty9aq   .hyu16, .ty9aq .unc00c05, .ty9aq .mytarz,
.ty9aq   .n0kq, .ty9aq .v6c7nrx { font-size: 1.08rem; }
.ty9aq   .ebsq9dtm, .ty9aq .ccy1qy { font-size: 1.05rem; }
.ty9aq   .vyso { font-size: 0.97rem; }
.pjhs2c .xmwwhy      { font-size: 3.2rem; }
.pjhs2c h2.k7v7 { font-size: 1.9rem; }
.pjhs2c h3.i31tg     { font-size: 1.4rem; }
.j9jsc .xmwwhy      { font-size: 3.8rem; }
.j9jsc h2.k7v7 { font-size: 2.2rem; }
.j9jsc h3.i31tg     { font-size: 1.6rem; }
.rfwe7jt + .rfwe7jt { position: relative; }
.xm9s2im   .rfwe7jt + .rfwe7jt::before,
.yebeq  .rfwe7jt + .rfwe7jt::before,
.lz4h   .rfwe7jt + .rfwe7jt::before,
.mvvj   .rfwe7jt + .rfwe7jt::before,
.d61pgw2   .rfwe7jt + .rfwe7jt::before,
.dw6v82 .rfwe7jt + .rfwe7jt::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.xm9s2im .rfwe7jt + .rfwe7jt::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.yebeq .rfwe7jt + .rfwe7jt::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.lz4h .rfwe7jt + .rfwe7jt::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;
}
.mvvj .rfwe7jt + .rfwe7jt::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.qok8l .rfwe7jt { margin-bottom: 16px; }
.qok8l .rfwe7jt + .rfwe7jt { margin-top: 0; }
.qok8l .x0lzd { padding-top: 0; padding-bottom: 0; }
.d61pgw2 .rfwe7jt + .rfwe7jt::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.dw6v82 .rfwe7jt + .rfwe7jt::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.w03f .rfwe7jt + .rfwe7jt::before,
.jw5zr7 .rfwe7jt + .rfwe7jt::before,
.hb5obhc .rfwe7jt + .rfwe7jt::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%;
}
.c7evp .w03f .rfwe7jt:nth-child(even)::before,
.c7evp .jw5zr7 .rfwe7jt:nth-child(even)::before,
.c7evp .hb5obhc .rfwe7jt:nth-child(even)::before { background: var(--bg-surface); }
.d2jg6n7w .w03f .rfwe7jt:nth-child(even)::before,
.d2jg6n7w .jw5zr7 .rfwe7jt:nth-child(even)::before,
.d2jg6n7w .hb5obhc .rfwe7jt:nth-child(even)::before { background: var(--bg-card); }
.w03f .rfwe7jt + .rfwe7jt::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");
}
.jw5zr7 .rfwe7jt + .rfwe7jt::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");
}
.hb5obhc .rfwe7jt + .rfwe7jt::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");
}
.si3ldm90 .l0kq,
.dgllu .l0kq { padding-bottom: 60px; }
.zf85k8n .l0kq { padding-bottom: 70px; }
.sdjufv3 .j79g69 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.r1euy .j79g69 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.v6r3utml .j79g69 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.gi5ob .j79g69 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.sylc8 .fc4d { background: var(--accent); }
.sylc8 .fc4d .tyg9kxiq { background: none; }
.sylc8 .e68ij { background: var(--accent); }
.sylc8 .j79g69 { background: var(--accent-bg); }
.sylc8 .hngfp519:not(.fc4d) .tyg9kxiq { background: rgba(0,0,0,0.6); }
.f7hng4 .ogjkz { float: left; width: 38%; margin: 0 28px 16px 0; }
.f7hng4 .ogjkz .ef5n { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.f7hng4 .x0lzd::after { content: ''; display: block; clear: both; }
.bovbp .ogjkz { float: right; width: 38%; margin: 0 0 16px 28px; }
.bovbp .ogjkz .ef5n { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.bovbp .x0lzd::after { content: ''; display: block; clear: both; }
.vb255db .rfwe7jt:nth-child(odd)  .ogjkz { float: left;  width: 38%; margin: 0 28px 16px 0; }
.vb255db .rfwe7jt:nth-child(even) .ogjkz { float: right; width: 38%; margin: 0 0 16px 28px; }
.vb255db .ogjkz .ef5n { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.vb255db .x0lzd::after { content: ''; display: block; clear: both; }
.f7hng4 .oxj51dh,
.bovbp .oxj51dh,
.vb255db .oxj51dh,
@media (max-width: 900px) {
  .f7hng4 .ogjkz,
  .bovbp .ogjkz,
  .vb255db .rfwe7jt:nth-child(odd)  .ogjkz,
  .vb255db .rfwe7jt:nth-child(even) .ogjkz {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .f7hng4 .ogjkz .ef5n,
  .bovbp .ogjkz .ef5n,
  .vb255db .ogjkz .ef5n {
    max-height: none !important;
  }
}
.f7hng4 .ebsq9dtm,
.f7hng4 .ccy1qy,
.bovbp .ebsq9dtm,
.bovbp .ccy1qy,
.vb255db .ebsq9dtm,
.vb255db .ccy1qy { overflow: hidden; }
@media (max-width: 640px) {
  .f7hng4 .ogjkz,
  .bovbp .ogjkz,
  .vb255db .ogjkz { float: none; width: 100%; margin: 0 0 16px 0; }
}
.p3uqh3 .cux2,
.p3uqh3 .x0lzd,
.p3uqh3 .ql31z  { max-width: 1100px; }
.lez5ffei .cux2,
.lez5ffei .x0lzd,
.lez5ffei .ql31z  { max-width: 1200px; }
.lez5ffei { --content-mw: 1200px; }
.sm6ic7 .cux2,
.sm6ic7 .x0lzd,
.sm6ic7 .ql31z  { max-width: 1320px; }
.i065 { font-size: 0.82rem; color: var(--text-muted); }
.ty0slel { display: flex; align-items: center; }
.bp63gao {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.h0cgm { display: flex; align-items: center; }
.m5k2 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.m5k2:hover { text-decoration: underline; }
.hi3olw { margin: 0 3px; opacity: 0.45; }
.hi3olw::before { content: '/'; }
.h9rd5 { padding: 2px 5px; color: var(--text-main); }
.lih3gw .i065 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.lih3gw .ty0slel { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ddz5v2 .i065 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ddz5v2 .ty0slel { padding: 0 0 0 12px; }
.wqtdm1ew .ty0slel { padding: 0 16px; }
.wqtdm1ew .i065 {
  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);
}
.wqtdm1ew .cux2 { padding-top: 28px; }
@media (max-width: 720px) {
  .y8yb1ub { margin-top: 18px; padding: 0 16px; }
  .wqtdm1ew .cux2 { padding-top: 16px; }
}
.p3uqh3.lih3gw .ty0slel { max-width: 1100px; }
.lez5ffei.lih3gw .ty0slel { max-width: 1200px; }
.sm6ic7.lih3gw .ty0slel { max-width: 1320px; }
.lez5ffei .y8yb1ub { max-width: 1200px; }
.ln1673 .rfwe7jt { padding-top: 16px; padding-bottom: 16px; }
.kbbe .rfwe7jt { padding-top: 24px; padding-bottom: 24px; }
.v02z61 .rfwe7jt { padding-top: 40px; padding-bottom: 40px; }
.i1o0 .rfwe7jt { padding-top: 52px; padding-bottom: 52px; }
.v6rf .rfwe7jt:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.v6rf .rfwe7jt:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.v6rf .rfwe7jt:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.v6rf .rfwe7jt:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.mz2gp93 .x0lzd { padding-top: 10px;  padding-bottom: 10px; }
.b2rvj .x0lzd { padding-top: 18px;  padding-bottom: 18px; }
.la81f .x0lzd { padding-top: 36px;  padding-bottom: 36px; }
.iqw47 .x0lzd { padding-top: 48px;  padding-bottom: 48px; }
.uyj8rlw h2.k7v7 { font-weight: 600; }
.uyj8rlw h3.i31tg     { font-weight: 600; }
.ekm14qtw { font-weight: 500; }
.ekm14qtw h2.k7v7 { font-weight: 800; }
.ekm14qtw h3.i31tg     { font-weight: 700; }
.i1vcdp h2.k7v7 { font-weight: 900; }
.i1vcdp h3.i31tg     { font-weight: 800; }
.i1vcdp .jjxdu2 strong,
.i1vcdp .jjxdu2 strong { font-weight: 600; }
.q1cq {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.kgjrhs .q1cq { display: none; }
@media (max-width: 640px) {
  .xgiu { display: none; }
  .q1cq {
    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;
  }
}
.q1cq { background: var(--cta) !important; color: #fff !important; border: none !important; }
.q1cq:hover { opacity: 0.85; }
.m47upy .q1cq { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.x8td .q1cq,
.kn1j88  .q1cq { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.x8td .q1cq:hover,
.kn1j88  .q1cq:hover { opacity: 0.88; }
.m47upy.x8td .q1cq,
.m47upy.kn1j88  .q1cq { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.a16h8 {
  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;
}
.a16h8:hover { transform: translateY(-2px); opacity: 0.92; }
.a16h8 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.x2ij .a16h8 { display: none; }
.lmum7 .a16h8 { right: 32px; }
.efl8  .a16h8 { left: 32px; }
@media (max-width: 480px) {
  .lmum7 .a16h8 { right: 20px; bottom: 20px; }
  .efl8  .a16h8 { left: 20px; bottom: 20px; }
}
.hrh9 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ql31z { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.i4yzd { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.wyvu { color: var(--text-dim); font-size: 0.8rem; }
.v16f a, .s5lgqb a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.v16f a:hover, .s5lgqb a:hover { color: var(--accent-light); }
.s5lgqb { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.t7p17l .ql31z { text-align: center; }
.t7p17l .s5lgqb { justify-content: center; margin-bottom: 16px; }
.t7p17l .i4yzd { margin-top: 0; }
.ailp3afx { margin-top: 10px; }
.ailp3afx a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ql31z { padding-left: 16px; padding-right: 16px; }
  .wfoen .ql31z { padding: 20px 16px; }
  .s5lgqb { gap: 4px 12px; }
  .i4yzd { font-size: 0.78rem; }
}
.dntjd4 .i4yzd { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.dntjd4 .wyvu { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .dntjd4 .tx4b { grid-template-columns: 1fr 1fr; } .dntjd4 .dxyou { grid-column: 1 / -1; } }
@media (max-width: 480px) { .dntjd4 .tx4b { grid-template-columns: 1fr; } }
.o0y9zswz .i4yzd { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .o0y9zswz .nt6fru { gap: 12px; } .o0y9zswz .lyfx7 { margin-right: 0; width: 100%; } }
.jappa .i4yzd { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.jappa .wyvu { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .jappa .qbwbsxs { grid-template-columns: 1fr 1fr; } .jappa .kyde { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jappa .qbwbsxs { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .pnic .wtwf { grid-template-columns: 1fr 1fr; } .pnic .ned285fq:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .pnic .wtwf { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .y67txwcu .wtwf { grid-template-columns: 1fr; } }
.gg4bs .ql31z { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.gg4bs .s5lgqb { justify-content: center; }
.p1j1cx .l6f28ys2      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.p1j1cx .hrh9 { background: var(--bg-page); border-top-color: var(--border-alt); }
.zubz .l6f28ys2      { background: #0d1117; border-bottom-color: #21262d; }
.zubz .rqd18ro { color: var(--accent-light); }
.zubz .d988mn { --msep-color: #8b949e; }
.zubz .d988mn a { color: #8b949e; }
.zubz .d988mn a:hover { color: var(--accent-light); }
.zubz .nfnzir6 { color: #8b949e; }
.zubz .hrh9 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.zubz .i4yzd,
.zubz .wyvu { color: #6e7681; }
.zubz .v16f a, .zubz .s5lgqb a,
.zubz .v16f a:hover, .zubz .s5lgqb a:hover,
@media (max-width: 640px) {
  .zubz .d988mn { background: #0d1117; border-top-color: #21262d; }
  .zubz .d988mn li a { border-bottom-color: #21262d; }
}
.yjmr .l6f28ys2      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.yjmr .rqd18ro { color: var(--accent-light); }
.yjmr .d988mn { --msep-color: #475569; }
.yjmr .d988mn a { color: #475569; }
.yjmr .d988mn a:hover { color: var(--accent-light); }
.yjmr .nfnzir6 { color: #64748b; }
.yjmr .hrh9 { background: #f0f4f8; border-top-color: #cbd5e1; }
.yjmr .i4yzd,
.yjmr .wyvu { color: #64748b; }
.yjmr .v16f a, .yjmr .s5lgqb a,
.yjmr .v16f a:hover, .yjmr .s5lgqb a:hover,
@media (max-width: 640px) {
  .yjmr .d988mn { background: #f0f4f8; border-top-color: #cbd5e1; }
  .yjmr .d988mn li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.x8td .l6f28ys2      { background: var(--accent); border-bottom-color: var(--accent-light); }
.x8td .rqd18ro { color: #fff; }
.x8td .d988mn { --msep-color: rgba(255,255,255,0.82); }
.x8td .d988mn a { color: rgba(255,255,255,0.82); }
.x8td .d988mn a:hover { color: #fff; }
.x8td .nfnzir6 { color: rgba(255,255,255,0.9); }
.x8td .kc7xq a { color: var(--text-primary) !important; }
.x8td .kc7xq a:hover { color: var(--accent-light) !important; }
.x8td .hrh9 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.x8td .i4yzd,
.x8td .wyvu { color: rgba(255,255,255,0.72); }
.x8td .v16f a, .x8td .s5lgqb a,
.x8td .zguj a, .x8td .xlwpaq0 a,
.x8td .r4xr a, .x8td .lyfx7 { color: #fff; }
.x8td .jqfjb, .x8td .gupmh { color: rgba(255,255,255,0.7); }
.x8td .v16f a:hover, .x8td .s5lgqb a:hover,
.x8td .zguj a:hover, .x8td .xlwpaq0 a:hover { color: #fff; }
@media (max-width: 640px) {
  .x8td .d988mn { background: var(--accent); border-top-color: var(--accent-light); }
  .x8td .d988mn li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.kn1j88 .l6f28ys2 {
  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);
}
.kn1j88 .hrh9 {
  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) {
  .kn1j88 .d988mn {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.yvsczzrh .s1kpqqr4 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.lc9d35c .s1kpqqr4 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.av5uehl4 .s1kpqqr4 { min-height: 72px; height: auto; }
.voh5 .s1kpqqr4 { min-height: 84px; height: auto; }
.wfoen .s1kpqqr4 { max-width: none; padding: 0 32px; }
.wfoen .ql31z  { max-width: none; padding: 24px 32px; }
.e44rg32i.lez5ffei .s1kpqqr4 { max-width: 1200px; }
.e44rg32i.sm6ic7 .s1kpqqr4 { max-width: 1320px; }
.dswdrzg   .rqd18ro, .dswdrzg   .lyfx7 { text-transform: capitalize; }
.s5nlfab .rqd18ro, .s5nlfab .lyfx7 { text-transform: lowercase; }
.alu6ytj .rqd18ro, .alu6ytj .lyfx7 { text-transform: uppercase; letter-spacing: 0.06em; }
.ok67gh, .z9ggsp {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.rp7i .ok67gh,
.rrwc .ok67gh,
.c9yjrzs .ok67gh,
.hbxj8 .ok67gh,
.aafur   .d988mn a { font-weight: 500; }
.dc4wj .d988mn a { font-weight: 600; }
.fkjpy     .d988mn a { font-weight: 700; }
.dxtm    .d988mn a { font-weight: 800; letter-spacing: 0.01em; }
.cl9g8fa     .d988mn > li + li::before,
.y4yd    .d988mn > li + li::before,
.j798y    .d988mn > li + li::before,
.ucbje9 .d988mn > li + li::before,
.gwyxhczf .d988mn > li + li::before,
.dpf0kk  .d988mn > li + li::before,
.sbdf    .d988mn > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.cl9g8fa     .d988mn > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.y4yd    .d988mn > li + li::before { content: "|"; }
.j798y    .d988mn > li + li::before { content: "—"; }
.ucbje9 .d988mn > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.gwyxhczf .d988mn > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.dpf0kk  .d988mn > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.sbdf    .d988mn > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ajhjnj .nfnzir6,
  .ipf0gw .nfnzir6,
  .b33c1pvi .nfnzir6,
  .chtn .nfnzir6,
  .vyfy .nfnzir6 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ajhjnj .nfnzir6::before,
  .ipf0gw .nfnzir6::before,
  .b33c1pvi .nfnzir6::before,
  .chtn .nfnzir6::before,
  .vyfy .nfnzir6::before { content: ""; display: block; flex-shrink: 0; }

  
  .ajhjnj .nfnzir6::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;
  }

  
  .ipf0gw .nfnzir6::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;
  }

  
  .b33c1pvi .nfnzir6::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;
  }

  
  .chtn .nfnzir6::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;
  }

  
  .vyfy .nfnzir6::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) {
  .hwh7sst .nfnzir6 {
    padding: 5px 14px;
  }
  .hwh7sst .d988mn {
    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;
  }
  .hwh7sst .d988mn li a {
    border-bottom: none; padding: 10px 22px;
  }
  .hwh7sst .d988mn li a:hover { background: var(--bg-raised); }
  .hwh7sst .ubhcobq8,
  .hb8nnu .ubhcobq8,
  .f0qs4 .ubhcobq8 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .xzpvoc .nfnzir6 {
    padding: 5px 10px;
  }
  .xzpvoc .d988mn {
    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);
  }
  .xzpvoc .d988mn.oc8o { transform: translateX(0); }
  .xzpvoc .d988mn li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .xzpvoc .d988mn li:last-child a { border-bottom: none; }
  .x8td .d988mn,
  .zubz .d988mn { background: var(--accent) !important; }
  .x8td .d988mn li a,
  .zubz .d988mn li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .f0qs4 .nfnzir6 {
    padding: 5px 10px;
  }
  .f0qs4 .d988mn {
    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);
  }
  .f0qs4 .d988mn::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .f0qs4 .d988mn.oc8o { transform: translateY(0); }
  .f0qs4 .d988mn li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .zwbpc .nfnzir6 {
    padding: 5px 10px;
  }
  .zwbpc .d988mn {
    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;
  }
  .zwbpc .d988mn.oc8o { opacity: 1; pointer-events: auto; }
  .zwbpc .d988mn li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .pk1f6ec     .nfnzir6 { border-radius: 0 !important; }
  .kjlw   .nfnzir6 { border-radius: 8px !important; }
  .wam74mf4 .nfnzir6 { border-radius: 50% !important; }
  .tc2dh   .nfnzir6 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .r69pjds1 .h7uiiy { flex-direction: column; align-items: stretch; }
  .r69pjds1 .cxmcpx { flex-direction: row; min-width: auto; }
  .r69pjds1 .bv9gb { align-items: flex-start; text-align: left; }
}
.nzjsc,
.nzjsc.rfwe7jt,
.c7evp .nzjsc,
.iqemwwf .nzjsc,
.d2jg6n7w .nzjsc,
.w8d8 .nzjsc {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.iiiw9m {
  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;
}
.lrhk1vd { flex: 1 1 280px; min-width: 0; }
.v749qu {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.fwuoux6 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.cc2sx4y {
  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;
}
.cc2sx4y:hover { transform: translateY(-1px); opacity: 0.95; }
.rxow .iiiw9m {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.rxow .v749qu { color: var(--cta); }
.rxow .fwuoux6 { color: var(--text-body); }
.rxow .cc2sx4y {
  background: var(--cta) !important;
  color: #fff !important;
}
.f1nhh9 .iiiw9m {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.f1nhh9 .v749qu { color: var(--text-primary); }
.f1nhh9 .fwuoux6 { color: var(--text-body); }
.f1nhh9 .cc2sx4y {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .iiiw9m {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .lrhk1vd { flex: 0 0 auto; }
  .v749qu { font-size: 1.2rem; }
  .cc2sx4y { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.g41k .zhbnja { height: 36px; }
.jwpbuz .zhbnja { height: 60px; max-width: 200px; }
.meza87m .zhbnja { height: 56px; max-width: 180px; }
.cfbd     .xyqfwc0m, .cfbd     .l7ld6 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.nmx3v6je .z1edvua {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.nmx3v6je .egppwvl {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .g4o09 .l1lx9xw {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .g4o09 .qg3eyy {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .g4o09 .qg3eyy { padding: 40px 16px 20px; }
  .g4o09 .msc2x {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .g4o09 .ufdlsej { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .ijs6s .qg3eyy {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .ijs6s .qg3eyy::before {
    position: absolute; top: 14px; left: 14px;
  }
  .ijs6s .b0cvnk {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .ijs6s .hcth { white-space: normal; text-align: center; font-size: 1.2rem; }
  .ijs6s .msc2x {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .ijs6s .ufdlsej { width: 100%; min-width: 0; }
  .ijs6s .xyqfwc0m { min-width: 0; }
}
.zo99 .j2dnvsj {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.zo99 .j2dnvsj summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.zo99 .j2dnvsj p { padding: 0 2px 16px; }
.m7cv6ms .j2dnvsj { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.m7cv6ms .j2dnvsj summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.m7cv6ms .j2dnvsj summary::after { content: "›"; font-size: 1.2em; }
.m7cv6ms .j2dnvsj[open] summary::after { content: "‹"; }
.m7cv6ms .j2dnvsj p { padding: 10px 22px 4px; }
.p6s4ge .j2dnvsj {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.p6s4ge .j2dnvsj summary { color: var(--text-primary); padding-left: 16px; }
.p6s4ge .j2dnvsj summary::after { content: "›"; font-size: 1.1em; }
.p6s4ge .j2dnvsj[open] summary::after { content: "‹"; }
.p6s4ge .j2dnvsj p { padding-left: 16px; }
.tpzxf .ro3vkkw { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.tpzxf .j2dnvsj {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.tpzxf .j2dnvsj:last-child { border-bottom: none; }
.tpzxf .j2dnvsj summary { color: var(--text-primary); border-radius: 0; }
.tpzxf .j2dnvsj summary::after { content: "›"; font-size: 1.1em; }
.tpzxf .j2dnvsj[open] summary::after { content: "‹"; }
.rkd863 .j2dnvsj { overflow: hidden; }
.rkd863 .j2dnvsj summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.rkd863 .j2dnvsj summary::after { color: rgba(255,255,255,.75); }
.rkd863 .j2dnvsj[open] summary { border-radius: 0; }
.nhsfxveo { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.m7zfzbm9 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.o7952r {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.h270c { color: var(--text-muted); font-size: 1.05rem; }
.esxl1 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.svc4w { margin-bottom: 20px; }
.id02i {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.l5rprf {
  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;
}
.l5rprf:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.e0yfua1c { resize: vertical; min-height: 130px; }
.klj1a { width: 100%; margin-top: 8px; }
.k4kclc4 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.hsb8j {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.lruv1rzy { color: var(--text-muted); line-height: 1.75; }
.ubye2 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ubye2 li { margin-bottom: 6px; }
.md0lsy { max-width: 760px; margin: 0 auto; }
.o4ucfoym { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.y4uw50pb { max-width: 760px; margin: 0 auto; }
.u0x452qm ul.ubye2 { margin: 0; }
@media (max-width: 640px) { .py589mc { grid-template-columns: 1fr; gap: 10px; } }
.f82hc { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.r60ytid { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.jdax9mq { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.r60ytid p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.r60ytid .ubye2 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .f82hc { grid-template-columns: 1fr; } }
.v1jc ul.ubye2 { margin: 0; }
.wh57 .ubye2,
.t3f3q9 .ubye2,
.fq33k .ubye2,
.y7ba4 .ubye2 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .c3xzi69 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .apw14 { grid-template-columns: 1fr; } .dsjipmd6 { position: static; text-align: center; } }
@media (max-width: 860px) { .ueu4ye4 { grid-template-columns: 1fr; } }
.y7ba4 .ubye2 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .z4l4uhvp { flex-direction: column; text-align: center; } .hl2r { grid-template-columns: 1fr; } }
.slosjdwj .o7952r { color: var(--accent-light); }
.k7wye5kk .o7952r { font-size: 2rem; }
.k7wye5kk .h270c { max-width: 680px; }
.gmuz01o .o7952r { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.gmuz01o .h270c  { margin: 0; }
@media (max-width: 640px) { .gmuz01o { flex-direction: column; } }
.gnf2yq {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.gnf2yq .o7952r { color: var(--accent-light); }
.con7lz .o7952r { color: #fff; }
.con7lz .h270c  { color: rgba(255,255,255,0.85); }
.bbiv { max-width: 680px; margin: 0 auto; }
.gfrf2ym {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .gfrf2ym { grid-template-columns: 1fr; } }
.zp3bpxw9 .l5rprf {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.zp3bpxw9 .l5rprf:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.c57a .l5rprf { background: var(--bg-raised); border-color: transparent; }
.c57a .l5rprf:focus { background: var(--bg-card); border-color: var(--accent-light); }
.a43hd .l5rprf { border-radius: 100px; padding: 11px 20px; }
.a43hd .e0yfua1c { border-radius: 14px; }
@media (max-width: 640px) { .bw08 { grid-template-columns: 1fr; } }
.ndk4s { counter-reset: priv-count; }
.bcbg73d {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.bcbg73d:last-child { border-bottom: none; }
.ow5iqb {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.bcbg73d h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.bcbg73d p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.c8er{position:relative;overflow:visible}
.mezr .eh3vo{display:block}
.er6v44ps .j79g69~.v24woiye,
.er6v44ps .g0txgxc9~.v24woiye{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.er6v44ps .j79g69~.v24woiye .hjgjb,
.er6v44ps .g0txgxc9~.v24woiye .hjgjb{justify-content:flex-start}
.j79g69~.v24woiye,.g0txgxc9~.v24woiye{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.j79g69~.v24woiye .hjgjb{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.g0txgxc9~.v24woiye .hjgjb{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.telmjmus .jzzi27e{color: var(--accent-light);opacity:1;font-weight:500}
.zd2a{--date-bg:var(--accent-bg-light)}
.kn8g .gkebwhl6::before{content:""}
.j1unod .gipkep{padding:20px 0}
@media(max-width:640px){
  .gipkep{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .t3ev1n{max-width:100%}
}
.q07cm .vikg{margin:0}
@media (max-width:560px){
  .ihow2bx7{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) {
  .tdvjy1r { padding: 28px 18px 20px; }
  .lv39 { font-size: 1.2rem; }
  .vkhn0v2 { max-width: 220px; max-height: 80px; }
}
.gkz2es94  .rjfg73gk { border-radius: 50%; }
.svmyf87 .iiiw9m {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .rjfg73gk { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.cah1rfn {
  margin: 28px 0 24px;
}
.cah1rfn .rfwe7jt {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.cah1rfn .x0lzd {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.cah1rfn .iiiw9m {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .s1kpqqr4 { flex-direction: row-reverse; }
[dir="rtl"] .d988mn { flex-direction: row-reverse; }
[dir="rtl"] .lmum7 .a16h8 { right: auto; left: 32px; }
[dir="rtl"] .efl8  .a16h8 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .lmum7 .a16h8 { right: auto; left: 20px; }
  [dir="rtl"] .efl8  .a16h8 { left: auto;  right: 20px; }
}
[dir="rtl"] .f7hng4 .ogjkz  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .bovbp .ogjkz { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .j79g69,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ebsq9dtm, [dir="rtl"] .ccy1qy { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .sxj1kj { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .p3dkyu { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .jjxdu2 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .iiiw9m { direction: rtl; }
[dir="rtl"] .i065 { direction: rtl; }
[dir="rtl"] .ym3nz { direction: rtl; }
[dir="rtl"] .wbsb2 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .phdd .ccy1qy,
[dir="rtl"] .xi3u847 .ccy1qy,
[dir="rtl"] .blp74sc .ccy1qy,
[dir="rtl"] .iu99 .ccy1qy {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .phdd .ccy1qy li::before,
[dir="rtl"] .xi3u847 .ccy1qy li::before,
[dir="rtl"] .blp74sc .ccy1qy li::before,
[dir="rtl"] .iu99 .ccy1qy li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .j79g69.zyfdhnns .l0kq { align-items: flex-end; text-align: right; }
[dir="rtl"] .j79g69.nm7m5odc .l0kq { text-align: center; }
[dir="rtl"] .j79g69 .l0kq { text-align: right; }
[dir="rtl"] .x0lzd,
[dir="rtl"] .n0kq,
[dir="rtl"] .v6c7nrx,
[dir="rtl"] .j6uh,
[dir="rtl"] .esxl1,
[dir="rtl"] .id02i,
[dir="rtl"] .l5rprf,
[dir="rtl"] .e0yfua1c { text-align: right; direction: rtl; }
[dir="rtl"] .a43hd .l5rprf,
[dir="rtl"] .zp3bpxw9 .l5rprf { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #476d2b;
  --brand:           #476d2b;
  --brand-light:     #3c542a;
  --brand-pale:      #556d43;
  --grad-start:      #71ae44;
  --grad-end:        #93ba76;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #476d2b;
  --cta-light:       #33521c;
  --cta-hover:       #2a4119;
  --bg-page:         #f7f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f5f4;
  --bg-raised:       #eff0ee;
  --bg-hover:        #f4f5f4;
  --border:          #e5e7e3;
  --border-alt:      #d5dad1;
  --border-section:  #e5e7e3;
  --text-primary:    #191a18;
  --text-muted:      #585d54;
  --text-body:       #323530;
  --text-sub:        #4b5048;
  --text-faint:      #7e8678;
  --text-dim:        #989e93;
  --text-label:      #656b60;
  --text-value:      #3f433c;
  --accent-bg:       #eaede7;
  --accent-bg-light: #dae3d2;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #20823a;
  --c-cons:          #9f3f21;
  --c-pros-label:    #269b45;
  --c-tip-border:    #2aab4c;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #20823a;
}
:root { --logo-bg-opacity: 31%; }
body, button, input { font-family: "Plus Jakarta Sans", sans-serif; }
.k043icsj .dz20 li::before, .k043icsj .yyljext li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.k043icsj .dz20 li::before { content: ""; }.k043icsj .yyljext li::before { content: ""; }.k043icsj .suzg6go::before, .k043icsj .m7d1::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.k043icsj .suzg6go::before { content: ""; }.k043icsj .m7d1::before { content: ""; }
.m0xbn3 .iua0j1jx, .m0xbn3 .j79g69 { min-height: 780px; }
.hi3olw::before { content: '|'; opacity: 0.3; }