: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;
}
.tywnpu {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.raqc02a0 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.pfmcqw9j {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.s6vru0 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.lo9v { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.lo9v a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.lo9v a:hover { color: var(--accent-light); }
.v66ofc6     .cx3juj { border-radius: 24px; padding: 8px; }
.v66ofc6 .cx3juj li a { border-radius: 16px; }
@media (max-width: 640px) {
  .cx3juj {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .zqgbt:hover .cx3juj,
  .zqgbt:focus-within .cx3juj { display: block; }
  .cx3juj li a { padding: 8px 16px; font-size: 0.88rem; }
}
.d8ki {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.rhdc6s { display: none; }
@media (max-width: 640px) {
  .rhdc6s {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .rhdc6s.c8r3 { display: block; }
}
@media (max-width: 640px) {
  .d8ki { display: block; }
  .lo9v > li + li::before { display: none !important; }
  .lo9v {
    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;
  }
  .lo9v.c8r3 { display: flex; }
  .lo9v li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .lo9v li:last-child a { border-bottom: none; }
}
.oj1r69 { min-height: 480px; }
.n2rx7 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.dffze5vf { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.lql493ie .dffze5vf { margin-left: 0; margin-right: 0; }
.jiny7u7 {
  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;
}
.jiny7u7:hover { opacity: 0.88; }
.jq5x {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.dynnldis {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.jq5x .hbfbn {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.jq5x .n2rx7 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.jq5x .dffze5vf { color: #e2e8f0; }
.jq5x.l1ahm .hbfbn { text-align: center; }
.jq5x.lql493ie   .hbfbn { text-align: left; }
.dg8ak .hbfbn {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.dg8ak .n2rx7 { color: var(--text-primary); text-shadow: none; }
.dg8ak .dffze5vf { color: var(--text-muted); }
.dg8ak .jiny7u7 { margin-top: 16px; }
.dg8ak, .dg8ak.oj1r69 { min-height: auto !important; }
.dg8ak.l1ahm .hbfbn { text-align: center; }
.dg8ak.lql493ie   .hbfbn { text-align: left; }
.dg8ak~.t1knx5{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.dg8ak~.t1knx5 .onp3a{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
.w8rz3 {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.w5rp8ap .w8rz3,
.w5rp8ap .w8rz3::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.zdpdkbmv .w8rz3,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.krmwxowx .w8rz3,
.krmwxowx .jq5x .dynnldis {
  overflow: hidden;
}
.krmwxowx .w8rz3::after,
.krmwxowx .jq5x .dynnldis::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.lm09hc7 .w8rz3,
.lm09hc7 .w8rz3::after,
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.lm09hc7 .jq5x .dynnldis {
  overflow: hidden;
}
.lm09hc7 .jq5x .dynnldis::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.kqs009dt .w8rz3,
.kqs009dt .jq5x .dynnldis {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.w5rp8ap .jq5x .dynnldis {
  overflow: hidden;
}
.w5rp8ap .jq5x .dynnldis::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.zdpdkbmv .jq5x .dynnldis {
  animation: hg-breathe 10s ease-in-out infinite;
}
.w8rz3 .dynnldis {
  background: none;
}
.w8rz3 .n2rx7 { color: #fff; }
.w8rz3 .dffze5vf { color: rgba(255,255,255,0.85); }
.w8rz3 .jiny7u7 { background: #fff; color: var(--cta); }
.w8rz3 .jiny7u7:hover { opacity: 0.92; }
.u1hc31c .n2rx7 { text-shadow: none; color: var(--text-primary); }
.u1hc31c .dffze5vf { color: var(--text-muted); }
body.ltnmsxq .n2rx7 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.f53kix .n2rx7 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.u1hc31c.l1ahm .ifndy { align-items: center; text-align: center; }
.kzpz6 .hbfbn { padding-bottom: 24px; }
.vz6xqmsh .hbfbn { max-width: 960px; }
@media (max-width: 700px) {
  .u1hc31c { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .u1hc31c .ir2vgiz { display: none !important; }
  .qr2o .ir2vgiz { display: none !important; }
  .mdov5re8 .kg85u { display: none !important; }
  .urq0 .w1rnhuv5 { display: none !important; }
  .ifndy  { padding: 36px 24px; }
  .u1hc31c~.t1knx5,.bd261ju~.t1knx5{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .oj1r69, .u1hc31c { min-height: 320px !important; }
  
  .n2rx7 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .i0gf { display: none !important; }
  
  .sfeona9b { flex-direction: column; align-items: center; }
  .ppbug { width: 100%; max-width: 340px; }
}
.ns8ej6 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.sw3ripcx { width: 100%; height: auto; display: block; border-radius: 10px; }
.viffcrn6 .ns8ej6        { border-radius: 16px; }
.viffcrn6 .sw3ripcx  { border-radius: 16px; }
.x3ssxm8e .ns8ej6         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.x3ssxm8e .sw3ripcx   { border-radius: 8px; }
.nu7d2q8 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.k604s1 { width: 100%; padding: 32px 0; position: relative; }
.yw5q8z { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.lwsc .k604s1:nth-child(even) { background: var(--bg-surface); }
.lwsc .k604s1:nth-child(odd)  { background: var(--bg-page); }
.gj4y .k604s1:nth-child(even) { background: var(--bg-card); }
.gj4y .k604s1:nth-child(odd)  { background: var(--bg-page); }
.lwsc .k604s1:nth-child(odd)  .yw5q8z { background: var(--bg-card); border-radius: 6px; }
.lwsc .k604s1:nth-child(even) .yw5q8z { background: var(--bg-raised); border-radius: 6px; }
.gj4y .k604s1:nth-child(odd)  .yw5q8z { background: var(--bg-card); border-radius: 6px; }
.gj4y .k604s1:nth-child(even) .yw5q8z { background: var(--bg-raised); border-radius: 6px; }
.lwsc .k604s1:nth-child(even) .unze .am70x1ve,
.gj4y .k604s1:nth-child(even) .unze .am70x1ve { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.lwsc .k604s1:nth-child(odd) .unze .am70x1ve,
.gj4y .k604s1:nth-child(odd) .unze .am70x1ve { background: var(--bg-card-inner); }
.lwsc .k604s1:nth-child(even) .zftv5in2 .am70x1ve:nth-child(odd),
.gj4y .k604s1:nth-child(even) .zftv5in2 .am70x1ve:nth-child(odd)  { background: var(--bg-card); }
.lwsc .k604s1:nth-child(even) .zftv5in2 .am70x1ve:nth-child(even),
.gj4y .k604s1:nth-child(even) .zftv5in2 .am70x1ve:nth-child(even) { background: var(--bg-card-inner); }
h1.rr4x { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.rr4x {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.ddofp { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.f02b h2.rr4x {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.opcu h2.rr4x {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.qmra h2.rr4x {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.n2rfcy h2.rr4x::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.dgr7q h2.rr4x {
  color: var(--text-primary); font-size: 1.7rem;
}
.tqvjkq h2.rr4x::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.f1n0s h2.rr4x {
  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;
}
.hdes235 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .hdes235 { display: none; } }
.kc1rd5g { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.k01b4axm { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.psy0v {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.j37d { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.lxbyb1 { padding-left: 20px; }
.lxbyb1 li { margin-bottom: 6px; }
.lxbyb1 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.lxbyb1 a:hover { color: var(--accent-light); }
.cbxv0b .j37d { display: none; }
.xob9k .j37d { display: none; }
.xob9k .lxbyb1 { padding-left: 0; list-style: none; }
.xob9k .lxbyb1 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.xob9k .lxbyb1 a { font-size: 0.92rem; }
.epfeu3mk .psy0v { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.epfeu3mk .j37d { display: none; }
.epfeu3mk .lxbyb1 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.epfeu3mk .lxbyb1 li { margin-bottom: 0; }
.epfeu3mk .lxbyb1 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;
}
.epfeu3mk .lxbyb1 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ezu4 .psy0v { padding: 20px 20px 16px; }
.ezu4 .lxbyb1 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ezu4 .lxbyb1 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ezu4 .lxbyb1 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;
}
.ezu4 .lxbyb1 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;
}
.ezu4 .lxbyb1 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ezu4 .lxbyb1 a:focus,
.ezu4 .lxbyb1 a:focus-visible,
.ezu4 .lxbyb1 a:target { outline: none; }
.ezu4 .lxbyb1 li:target a { border-color: var(--border); color: var(--text-muted); }
.cobomf .psy0v { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.cobomf .j37d { display: none; }
.cobomf .lxbyb1 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.cobomf .lxbyb1 li { margin-bottom: 0; }
.cobomf .lxbyb1 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.cobomf .lxbyb1 li:last-child::after { content: ""; margin-right: 0; }
.cobomf .lxbyb1 a { font-size: 0.9rem; }
.am70x1ve { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.unze .am70x1ve { background: var(--bg-card); }
.zftv5in2 .am70x1ve:nth-child(odd)  { background: var(--bg-card); }
.zftv5in2 .am70x1ve:nth-child(even) { background: var(--bg-raised); }
.isgdbtx .am70x1ve {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.isgdbtx .am70x1ve:last-child { border-bottom: none; }
.isgdbtx h3.ddofp { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.wrrjkg6 .am70x1ve {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.wrrjkg6 .am70x1ve + .am70x1ve { margin-top: 4px; }
.ldl48 .am70x1ve { background: none; border-radius: 0; padding: 12px 0; }
.ldl48 .am70x1ve + .am70x1ve { border-top: 1px solid var(--border-section); }
.b1f58u7 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.zi2kf { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.cgnnlm { color: var(--text-body); margin-bottom: 10px; }
.txvnuzes, .wpx9kdm { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.txvnuzes li, .wpx9kdm li { margin-bottom: 6px; }
.wpx9kdm li { list-style: decimal; }
.pprt6uph     .txvnuzes { list-style-type: "● "; }
.xrom  .txvnuzes { list-style-type: "■ "; }
.vzlm8gzt .txvnuzes { list-style-type: "◆ "; }
.kp35e9y    .txvnuzes { list-style-type: "★ "; }
.pprt6uph     .j7ooy { list-style-type: "● "; }
.xrom  .j7ooy { list-style-type: "■ "; }
.vzlm8gzt .j7ooy { list-style-type: "◆ "; }
.kp35e9y    .j7ooy { list-style-type: "★ "; }
.pprt6uph    .txvnuzes li::marker, .pprt6uph    .j7ooy li::marker,
.xrom .txvnuzes li::marker, .xrom .j7ooy li::marker,
.vzlm8gzt .txvnuzes li::marker, .vzlm8gzt .j7ooy li::marker,
.kp35e9y   .txvnuzes li::marker, .kp35e9y   .j7ooy li::marker {
  color: var(--cta); font-size: 1em;
}
.pprt6uph .wpx9kdm,
.xrom .wpx9kdm,
.vzlm8gzt .wpx9kdm,
.kp35e9y .wpx9kdm {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.pprt6uph .wpx9kdm li,
.xrom .wpx9kdm li,
.vzlm8gzt .wpx9kdm li,
.kp35e9y .wpx9kdm li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.pprt6uph .wpx9kdm li::before,
.xrom .wpx9kdm li::before,
.vzlm8gzt .wpx9kdm li::before,
.kp35e9y .wpx9kdm 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;
}
.pprt6uph     .wpx9kdm li::before { border-radius: 50%; }
.xrom  .wpx9kdm li::before { border-radius: 3px; }
.vzlm8gzt .wpx9kdm li::before { border-radius: 3px; }
.kp35e9y    .wpx9kdm li::before { border-radius: 50%; }
.fnvurik .apeqd {
  overflow: hidden;
}
.fnvurik .djy0k th { border-bottom: 1px solid var(--border-alt); }
.fnvurik .djy0k tr:last-child td { border-bottom: none; }
.yql0 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.bbtq { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.twlzwg { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.exuu03vl { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.k0cy { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.j7ooy { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.j7ooy 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%}
.gz4osw4 .exuu03vl { background: transparent; text-align: center; }
.j6uza .twlzwg {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.uvf51ghr .twlzwg {
  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);
}
.feuz128e .bbtq { display: grid; grid-template-columns: auto 1fr; }
.feuz128e .twlzwg {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.feuz128e .exuu03vl { grid-column: 2; }
.feuz128e .k0cy,
.feuz128e .j7ooy { grid-column: 1 / -1; }
.p59gd3k .bbtq { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.p59gd3k .twlzwg {
  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);
}
.p59gd3k .exuu03vl { grid-column: 2; }
.p59gd3k .k0cy,
.p59gd3k .j7ooy { grid-column: 1 / -1; }
.jxy2p .bbtq { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.jxy2p .exuu03vl { background: none; color: var(--accent-light); font-weight: 700; }
.jqd60unl .bbtq { 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); }
.jqd60unl .exuu03vl { background: none; color: var(--accent-light); font-weight: 700; }
.a88h4ko .bbtq { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.a88h4ko .bbtq:last-child { border-bottom: none; }
.a88h4ko .exuu03vl { background: none; color: var(--accent-light); font-weight: 700; }
.wnu7ou .bbtq { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.wnu7ou .exuu03vl { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.axirlbr .yql0 { counter-reset: card-n; }
.axirlbr .bbtq  { counter-increment: card-n; }
.axirlbr .exuu03vl { display: flex; align-items: center; gap: 10px; }
.axirlbr .exuu03vl::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;
}
.tj7xff4 .bbtq { background: var(--bg-surface); border: 1px solid var(--border); }
.tj7xff4 .exuu03vl { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.wrceu9 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.gcdzj  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.i34f { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.sbg07 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.wrceu9 strong { color: var(--text-primary); font-size: 0.95rem; }
.wrceu9 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.mx7j { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.e72zq8, .mfawlshe { border-radius: 8px; padding: 14px; }
.e72zq8 { background: var(--bg-pros); }
.mfawlshe { background: var(--bg-cons); }
.i7bdf { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.e72zq8 .i7bdf { color: var(--c-pros-label); }
.mfawlshe .i7bdf { color: #f87171; }
.e72zq8 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.mfawlshe ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.sw3ripcx { width: 100%; height: auto; border-radius: 10px; display: block; }
.ivxhm {
  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;
}
.ivxhm:hover { opacity: 0.85; }
.z4f0 .ivxhm  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.z4f0 .ivxhm:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.sa87 .ivxhm  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.sa87 .ivxhm:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.m44c .jiny7u7 { border-radius: 50px; }
.m44c .ivxhm  { border-radius: 50px; }
.u3k865of .jiny7u7 { padding-left: 22px; padding-right: 22px; }
.u3k865of .ivxhm  { padding-left: 12px; padding-right: 12px; }
.wujv0 .jiny7u7 { padding-left: 44px; padding-right: 44px; }
.wujv0 .ivxhm  { padding-left: 24px; padding-right: 24px; }
.yset .jiny7u7 { padding-left: 56px; padding-right: 56px; }
.yset .ivxhm  { padding-left: 32px; padding-right: 32px; }
.vwyk   .jiny7u7::after, .vwyk   .ivxhm::after,
.f7jju81v .jiny7u7::after, .f7jju81v .ivxhm::after,
.g93h    .jiny7u7::after, .g93h    .ivxhm::after,
.aln1jz    .jiny7u7::after, .aln1jz    .ivxhm::after,
.u46z    .jiny7u7::after, .u46z    .ivxhm::after,
.o1qo     .jiny7u7::after, .o1qo     .ivxhm::after,
.ov2e0vxq    .jiny7u7::after, .ov2e0vxq    .ivxhm::after,
.x9jeas   .jiny7u7::after, .x9jeas   .ivxhm::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;
}
.vwyk .jiny7u7::after, .vwyk .ivxhm::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");
}
.f7jju81v .jiny7u7::after, .f7jju81v .ivxhm::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");
}
.g93h .jiny7u7::after, .g93h .ivxhm::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");
}
.aln1jz .jiny7u7::after, .aln1jz .ivxhm::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");
}
.u46z .jiny7u7::after, .u46z .ivxhm::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");
}
.o1qo .jiny7u7::after, .o1qo .ivxhm::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");
}
.ov2e0vxq .jiny7u7::after, .ov2e0vxq .ivxhm::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");
}
.x9jeas .jiny7u7::after, .x9jeas .ivxhm::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");
}
.fz7bcrs   .b54mr0am::after, .fz7bcrs   .q1hnx7r::after,
.ntx2ka .b54mr0am::after, .ntx2ka .q1hnx7r::after,
.hqnmtltk    .b54mr0am::after, .hqnmtltk    .q1hnx7r::after,
.xjlol    .b54mr0am::after, .xjlol    .q1hnx7r::after,
.vuy14o    .b54mr0am::after, .vuy14o    .q1hnx7r::after,
.frxtxc     .b54mr0am::after, .frxtxc     .q1hnx7r::after,
.a95p2l    .b54mr0am::after, .a95p2l    .q1hnx7r::after,
.f3457d7b   .b54mr0am::after, .f3457d7b   .q1hnx7r::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;
}
.fz7bcrs .b54mr0am::after, .fz7bcrs .q1hnx7r::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");
}
.ntx2ka .b54mr0am::after, .ntx2ka .q1hnx7r::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");
}
.hqnmtltk .b54mr0am::after, .hqnmtltk .q1hnx7r::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");
}
.xjlol .b54mr0am::after, .xjlol .q1hnx7r::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");
}
.vuy14o .b54mr0am::after, .vuy14o .q1hnx7r::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");
}
.frxtxc .b54mr0am::after, .frxtxc .q1hnx7r::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");
}
.a95p2l .b54mr0am::after, .a95p2l .q1hnx7r::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");
}
.f3457d7b .b54mr0am::after, .f3457d7b .q1hnx7r::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");
}
.x4skdp .h04lc { background: rgba(128,128,128,.12); }
@media (min-width: 721px) {
  .r8pv { flex: 0 0 260px; width: 260px; }
  .zfawxfzw { flex: 0 0 120px; width: 120px; }
  .q3mvl90t { flex: 0 0 110px; width: 110px; }
  .lw04   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .x6vv6a { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.x6vv6a.ivxhm { padding-left: 28px !important; padding-right: 28px !important; padding-top: 14px !important; padding-bottom: 14px !important; font-size: 1.05rem !important; }
@media (max-width: 820px) {
  .e4a0f { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .e4a0f .et594wke { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .e4a0f .r8pv { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .e4a0f .h04lc { width: 100%; min-width: unset; height: 120px; }
  .e4a0f .sb58ruu { max-height: 96px; max-width: 200px; }
  .e4a0f .xig8w { min-width: unset; text-align: center; white-space: normal; }
  .e4a0f .zfawxfzw { min-width: 0; }
  .e4a0f .lw04 { flex-direction: row; justify-content: space-between; align-items: baseline; width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto; min-width: 0; }
  .e4a0f .x6vv6a { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .ko8o .et594wke { row-gap: 8px !important; gap: 10px !important; }
}
.ew7rgx .pkjtw8a li::before { content: "→"; }
.ew7rgx .l7y0x6 li::before { content: "–"; }
.it1bvr .sl1e { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .ufp6e7 .xe00mb {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ufp6e7 .bgrco7o { margin: 0; }
}
.ufhx .mx7j { gap: 10px; }
.ufhx .e72zq8, .ufhx .mfawlshe { padding: 12px; }
.ufhx .e72zq8 ul, .ufhx .mfawlshe ul { margin: 4px 0 0; padding-left: 18px; }
.ufhx .e72zq8 li, .ufhx .mfawlshe li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .b7yiet { grid-template-columns: 1fr; }
  .bvimd { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .bvimd .lzwwc { width: 72px; height: 50px; }
  .bvimd .g2w3 { max-width: 180px; }
  .bvimd .mafx9w { width: auto; }
}
@media (max-width: 720px) {
  .zjoj4ovd { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .te04lto { padding: 16px; }
  .iz182wav .bo02 { min-width: 50%; }
}
.bcxv6d .mx7j { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .j4b9h { grid-template-columns: 1fr; }
  .baleonyt { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .y8i2 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .uvq4 { flex-wrap: wrap; padding: 16px; }
}
.dz8q .mx7j { gap: 8px; }
.dz8q .e72zq8, .dz8q .mfawlshe { padding: 8px; }
@media (max-width: 480px) {
  .msa2vd9w { flex-direction: column; align-items: stretch; }
}
.uy1fla .mafx9w .ivxhm { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .muuiddet { flex-direction: column; align-items: stretch; gap: 10px; }
  .uy1fla .mafx9w { text-align: center; }
}
@media (max-width: 720px) {
  .rhvryj { grid-template-columns: 1fr; }
  .zhd4kp { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .dxf3 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .iaug2 { grid-template-columns: 1fr; }
  .orqkc41 { width: 100px; height: 100px; margin: 16px auto; }
  .x0r8 { font-size: 1.4rem; }
  .h2br3oj { justify-content: center; }
  .itt45gwe .bo02 { min-width: 50%; }
}
.csodgpu .mx7j { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .b8vw { flex-wrap: wrap; padding: 14px 16px; }
  .ndvhsx { padding: 12px 16px; }
  .csodgpu .mx7j { margin: 0 16px; }
  .csodgpu .n7gjdi { padding: 0 16px; }
  .vegepu3b { padding: 12px 16px; }
}
.qu7qbfj .lw04 { flex-direction: column; align-items: flex-start; gap: 4px; padding-top: 6px; }
.qu7qbfj .imykpg0 {
  font-weight: 700; font-size: 1.1rem;
  color: var(--accent-light); background: var(--accent-bg);
  border-radius: 6px; padding: 4px 12px; display: inline-block;
}
.qu7qbfj .zfawxfzw { color: var(--cta); }
.qu7qbfj .y4n61 { border-bottom: 2px solid var(--accent-bg); }
.qu7qbfj .dkcnek, .qu7qbfj .veudb, .qu7qbfj .t1i7lx {
  background: var(--accent-bg); color: var(--accent-light); border-radius: 100px;
  padding: 2px 10px; font-weight: 600; border: none;
}
.x4004ivc .x6vv6a.ivxhm { padding: 14px 30px !important; font-size: 1rem; }
.bzvozo .x6vv6a.ivxhm { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.acchmag6 .zfawxfzw {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.d477 { margin: 16px 0; }
.axavybi { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.axavybi summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.axavybi summary::after { content: "+"; color: var(--accent-light); }
.axavybi[open] summary::after { content: "−"; }
.axavybi p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.k604s1 { margin-bottom: 0; }
.se5e h2.rr4x { color: var(--text-primary); border-color: var(--accent-light); }
.glrqqsot h2.rr4x { color: var(--text-primary); border-color: var(--accent-light); }
.na9nj .gcdzj     { background: #052e16; border-color: #10b981; }
.na9nj .i34f    { background: #1e1036; border-color: #a855f7; }
.na9nj .wrceu9 strong  { color: #f1f5f9; }
.na9nj .wrceu9 p       { color: #cbd5e1; }
.na9nj .oyqqb0g    .gcdzj     .sbg07::before,
.na9nj .h6amr  .gcdzj     .sbg07::before,
.na9nj .j42shj  .gcdzj     .sbg07::before,
.na9nj .i9j3 .gcdzj     .sbg07::before { color: #10b981; }
.na9nj .oyqqb0g    .ewafo .sbg07::before,
.na9nj .h6amr  .ewafo .sbg07::before,
.na9nj .j42shj  .ewafo .sbg07::before,
.na9nj .i9j3 .ewafo .sbg07::before { color: #f43f5e; }
.na9nj .oyqqb0g    .i34f    .sbg07::before,
.na9nj .h6amr  .i34f    .sbg07::before,
.na9nj .j42shj  .i34f    .sbg07::before,
.na9nj .i9j3 .i34f    .sbg07::before { color: #a855f7; }
.s5g78p .gcdzj     { background: #2d2000; border-color: #eab308; }
.s5g78p .i34f    { background: #2d1600; border-color: #f97316; }
.s5g78p .wrceu9 strong  { color: #f1f5f9; }
.s5g78p .wrceu9 p       { color: #cbd5e1; }
.s5g78p .oyqqb0g    .gcdzj     .sbg07::before,
.s5g78p .h6amr  .gcdzj     .sbg07::before,
.s5g78p .j42shj  .gcdzj     .sbg07::before,
.s5g78p .i9j3 .gcdzj     .sbg07::before { color: #eab308; }
.s5g78p .oyqqb0g    .ewafo .sbg07::before,
.s5g78p .h6amr  .ewafo .sbg07::before,
.s5g78p .j42shj  .ewafo .sbg07::before,
.s5g78p .i9j3 .ewafo .sbg07::before { color: #ef4444; }
.s5g78p .oyqqb0g    .i34f    .sbg07::before,
.s5g78p .h6amr  .i34f    .sbg07::before,
.s5g78p .j42shj  .i34f    .sbg07::before,
.s5g78p .i9j3 .i34f    .sbg07::before { color: #f97316; }
.inbapvs .gcdzj     { background: #0c1a2e; border-color: #38bdf8; }
.inbapvs .ewafo { background: #12103a; border-color: #818cf8; }
.inbapvs .i34f    { background: #0a2020; border-color: #2dd4bf; }
.inbapvs .wrceu9 strong  { color: #f1f5f9; }
.inbapvs .wrceu9 p       { color: #cbd5e1; }
.inbapvs .oyqqb0g    .gcdzj     .sbg07::before,
.inbapvs .h6amr  .gcdzj     .sbg07::before,
.inbapvs .j42shj  .gcdzj     .sbg07::before,
.inbapvs .i9j3 .gcdzj     .sbg07::before { color: #38bdf8; }
.inbapvs .oyqqb0g    .ewafo .sbg07::before,
.inbapvs .h6amr  .ewafo .sbg07::before,
.inbapvs .j42shj  .ewafo .sbg07::before,
.inbapvs .i9j3 .ewafo .sbg07::before { color: #818cf8; }
.inbapvs .oyqqb0g    .i34f    .sbg07::before,
.inbapvs .h6amr  .i34f    .sbg07::before,
.inbapvs .j42shj  .i34f    .sbg07::before,
.inbapvs .i9j3 .i34f    .sbg07::before { color: #2dd4bf; }
.llq58cl5 .gcdzj     { background: var(--accent-bg); border-color: var(--accent-light); }
.llq58cl5 .i34f    { background: var(--accent-bg); border-color: var(--accent-pale); }
.llq58cl5 .oyqqb0g    .sbg07::before,
.llq58cl5 .h6amr  .sbg07::before,
.llq58cl5 .j42shj  .sbg07::before,
.llq58cl5 .i9j3 .sbg07::before { color: var(--accent-light) !important; }
.xourma3w::before,
.hxri9x::before { margin-right: 5px; }
.d0pg23 .e72zq8 ul li,
.d0pg23 .e72zq8 .xourma3w { color: #22c55e; }
.d0pg23 .mfawlshe ul li,
.d0pg23 .mfawlshe .hxri9x { color: #ef4444; }
.qquhkd2s .e72zq8 { background: var(--bg-pros); }
.qquhkd2s .mfawlshe { background: var(--bg-cons); }
.qquhkd2s .e72zq8 .xourma3w { color: var(--c-pros-label); }
.qquhkd2s .mfawlshe .hxri9x { color: var(--c-cons); }
.qquhkd2s .e72zq8 ul li,
.qquhkd2s .mfawlshe ul li,
.n2nw .e72zq8 { background: var(--bg-pros); }
.n2nw .mfawlshe { background: var(--bg-cons); }
.n2nw .e72zq8 .xourma3w { color: var(--c-pros-label); }
.n2nw .mfawlshe .hxri9x { color: var(--c-cons); }
.n2nw .e72zq8 ul li,
.n2nw .pkjtw8a li          { color: var(--c-pros); }
.n2nw .mfawlshe ul li,
.n2nw .l7y0x6 li          { color: var(--c-cons); }
.qacvj87y .xourma3w::before { content: "✓ "; }
.qacvj87y .hxri9x::before { content: "✗ "; }
.ew7rgx .xourma3w::before { content: "→ "; }
.ew7rgx .hxri9x::before { content: "← "; }
.iv4t516 .xourma3w::before { content: "★ "; }
.iv4t516 .hxri9x::before { content: "✕ "; }
.nmuq4zqj .xourma3w::before { content: "◆ "; }
.nmuq4zqj .hxri9x::before { content: "▲ "; }
.jn9uc .wrceu9 { background: transparent; border-left: none; border: 1.5px solid; }
.jn9uc .gcdzj     { border-color: var(--c-tip-border); }
.jn9uc .i34f    { border-color: #60a5fa; }
.jn9uc .wrceu9 strong { color: var(--text-primary); }
.jn9uc .wrceu9 p      { color: var(--text-muted); }
.it1bvr .wrceu9 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.it1bvr .gcdzj     { border-top-color: var(--c-tip-border); }
.it1bvr .ewafo { border-top-color: var(--c-warn-border); }
.it1bvr .i34f    { border-top-color: #60a5fa; }
.arfzwe .wrceu9 { border-left: none; border-radius: 8px; }
.arfzwe .gcdzj     { background: #065f46; }
.arfzwe .i34f    { background: #1e3a8a; }
.arfzwe .wrceu9 strong,
.arfzwe .wrceu9 p { color: #fff; }
.arfzwe .sbg07::before { color: rgba(255,255,255,0.85) !important; }
.na9nj.arfzwe .gcdzj,
.na9nj .arfzwe .gcdzj     { background: #052e16; }
.na9nj.arfzwe .i34f,
.na9nj .arfzwe .i34f    { background: #1e1036; }
.s5g78p.arfzwe .gcdzj,
.s5g78p .arfzwe .gcdzj      { background: #2d2000; }
.s5g78p.arfzwe .i34f,
.s5g78p .arfzwe .i34f     { background: #2d1600; }
.inbapvs.arfzwe .gcdzj,
.inbapvs .arfzwe .gcdzj      { background: #0c1a2e; }
.inbapvs.arfzwe .ewafo,
.inbapvs .arfzwe .ewafo  { background: #12103a; }
.inbapvs.arfzwe .i34f,
.inbapvs .arfzwe .i34f     { background: #0a2020; }
.aoby .wrceu9 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.aoby .gcdzj     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.aoby .i34f    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.aoby .wrceu9 strong { color: var(--text-primary); }
.aoby .wrceu9 p      { color: var(--text-muted); }
.tn5m6 .wrceu9 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.oyqqb0g .sbg07,
.h6amr .sbg07,
.j42shj .sbg07,
.i9j3 .sbg07 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.oyqqb0g .sbg07::before,
.h6amr .sbg07::before,
.j42shj .sbg07::before,
.i9j3 .sbg07::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.oyqqb0g .gcdzj     .sbg07::before { content: "✦"; color: var(--c-tip-border); }
.oyqqb0g .ewafo .sbg07::before { content: "▲"; color: var(--c-warn-border); }
.oyqqb0g .i34f    .sbg07::before { content: "◉"; color: #60a5fa; }
.h6amr .gcdzj     .sbg07::before { content: "★"; color: var(--c-tip-border); }
.h6amr .ewafo .sbg07::before { content: "◆"; color: var(--c-warn-border); }
.h6amr .i34f    .sbg07::before { content: "●"; color: #60a5fa; }
.j42shj .gcdzj     .sbg07::before { content: "▶"; color: var(--c-tip-border); }
.j42shj .ewafo .sbg07::before { content: "■"; color: var(--c-warn-border); }
.j42shj .i34f    .sbg07::before { content: "▸"; color: #60a5fa; }
.i9j3 .gcdzj     .sbg07::before { content: "→"; color: var(--c-tip-border); }
.i9j3 .ewafo .sbg07::before { content: "⬥"; color: var(--c-warn-border); }
.i9j3 .i34f    .sbg07::before { content: "◈"; color: #60a5fa; }
.q79lkmv .unze .am70x1ve,
.q79lkmv .zftv5in2 .am70x1ve  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.q79lkmv .bbtq                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.q79lkmv .psy0v                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ip0rscwe .unze .am70x1ve,
.ip0rscwe .zftv5in2 .am70x1ve,
.ip0rscwe .bbtq,
.ip0rscwe .et594wke,
.ip0rscwe .bgrco7o,
.ip0rscwe .apeqd,
.ip0rscwe .psy0v,
.ip0rscwe .tn5m6 .wrceu9 { box-shadow: none; }
.i2ons0wp   .cgnnlm, .i2ons0wp .b1f58u7, .i2ons0wp .zi2kf,
.i2ons0wp   .kc1rd5g, .i2ons0wp .k01b4axm { font-size: 0.9rem; }
.i2ons0wp   .txvnuzes, .i2ons0wp .wpx9kdm { font-size: 0.9rem; }
.ln4ncrd   .cgnnlm, .ln4ncrd .b1f58u7, .ln4ncrd .zi2kf,
.ln4ncrd   .kc1rd5g, .ln4ncrd .k01b4axm { font-size: 0.95rem; }
.ln4ncrd   .txvnuzes, .ln4ncrd .wpx9kdm { font-size: 0.95rem; }
.jiue4   .cgnnlm, .jiue4 .b1f58u7, .jiue4 .zi2kf,
.jiue4   .kc1rd5g, .jiue4 .k01b4axm { font-size: 1.08rem; }
.jiue4   .txvnuzes, .jiue4 .wpx9kdm { font-size: 1.05rem; }
.plpvv8z .n2rx7      { font-size: 3.2rem; }
.plpvv8z h2.rr4x { font-size: 1.9rem; }
.plpvv8z h3.ddofp     { font-size: 1.4rem; }
.elxw008 .n2rx7      { font-size: 3.8rem; }
.elxw008 h2.rr4x { font-size: 2.2rem; }
.elxw008 h3.ddofp     { font-size: 1.6rem; }
.k604s1 + .k604s1 { position: relative; }
.h3hx7g   .k604s1 + .k604s1::before,
.x6q1  .k604s1 + .k604s1::before,
.nr79c1   .k604s1 + .k604s1::before,
.ubwdv   .k604s1 + .k604s1::before,
.sgrqv   .k604s1 + .k604s1::before,
.jhlapc .k604s1 + .k604s1::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.h3hx7g .k604s1 + .k604s1::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.x6q1 .k604s1 + .k604s1::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.nr79c1 .k604s1 + .k604s1::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;
}
.ubwdv .k604s1 + .k604s1::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.ev0y .k604s1 { margin-bottom: 16px; }
.ev0y .k604s1 + .k604s1 { margin-top: 0; }
.ev0y .yw5q8z { padding-top: 0; padding-bottom: 0; }
.sgrqv .k604s1 + .k604s1::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.jhlapc .k604s1 + .k604s1::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.va4g .k604s1 + .k604s1::before,
.we0p9evp .k604s1 + .k604s1::before,
.t7tf8jip .k604s1 + .k604s1::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%;
}
.lwsc .va4g .k604s1:nth-child(even)::before,
.lwsc .we0p9evp .k604s1:nth-child(even)::before,
.lwsc .t7tf8jip .k604s1:nth-child(even)::before { background: var(--bg-surface); }
.gj4y .va4g .k604s1:nth-child(even)::before,
.gj4y .we0p9evp .k604s1:nth-child(even)::before,
.gj4y .t7tf8jip .k604s1:nth-child(even)::before { background: var(--bg-card); }
.va4g .k604s1 + .k604s1::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");
}
.we0p9evp .k604s1 + .k604s1::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");
}
.t7tf8jip .k604s1 + .k604s1::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");
}
.myareig .jq5x,
.c9cnxdu .jq5x,
.y4w0iig .jq5x { overflow: hidden; }
.myareig .hbfbn,
.c9cnxdu .hbfbn { margin-bottom: 60px; }
.y4w0iig .hbfbn { margin-bottom: 70px; }
.myareig .jq5x::before,
.c9cnxdu .jq5x::before,
.y4w0iig .jq5x::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.myareig .jq5x::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");
}
.c9cnxdu .jq5x::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");
}
.y4w0iig .jq5x::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.lzhivi .jq5x:not(.w8rz3) .dynnldis { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.c9ggvp .jq5x:not(.w8rz3) .dynnldis { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.fztkosck  .jq5x:not(.w8rz3) .dynnldis { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.l45y9  .jq5x:not(.w8rz3) .dynnldis { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.lzhivi .w8rz3 { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.c9ggvp .w8rz3 { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.fztkosck .w8rz3 { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.fztkosck .b2mbg3 { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.fztkosck .u1hc31c { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.l45y9 .w8rz3 { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.ltelgt .w8rz3 { background: var(--accent); }
.ltelgt .w8rz3 .dynnldis { background: none; }
.ltelgt .jq5x:not(.w8rz3) .dynnldis { background: rgba(0,0,0,0.6); }
.g2bnh6za .ns8ej6 { float: left; width: 38%; margin: 0 28px 16px 0; }
.g2bnh6za .ns8ej6 .sw3ripcx { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.g2bnh6za .yw5q8z::after { content: ''; display: block; clear: both; }
.f2mff .ns8ej6 { float: right; width: 38%; margin: 0 0 16px 28px; }
.f2mff .ns8ej6 .sw3ripcx { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.f2mff .yw5q8z::after { content: ''; display: block; clear: both; }
.s4fn .k604s1:nth-child(odd)  .ns8ej6 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.s4fn .k604s1:nth-child(even) .ns8ej6 { float: right; width: 38%; margin: 0 0 16px 28px; }
.s4fn .ns8ej6 .sw3ripcx { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.s4fn .yw5q8z::after { content: ''; display: block; clear: both; }
.g2bnh6za .yql0,
.g2bnh6za .e4a0f,
.f2mff .yql0,
.s4fn .yql0,
@media (max-width: 900px) {
  .g2bnh6za .ns8ej6,
  .f2mff .ns8ej6,
  .s4fn .k604s1:nth-child(odd)  .ns8ej6,
  .s4fn .k604s1:nth-child(even) .ns8ej6 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .g2bnh6za .ns8ej6 .sw3ripcx,
  .f2mff .ns8ej6 .sw3ripcx,
  .s4fn .ns8ej6 .sw3ripcx {
    max-height: none !important;
  }
}
.g2bnh6za .txvnuzes,
.g2bnh6za .wpx9kdm,
.f2mff .txvnuzes,
.f2mff .wpx9kdm,
.s4fn .txvnuzes,
.s4fn .wpx9kdm { overflow: hidden; }
@media (max-width: 640px) {
  .g2bnh6za .ns8ej6,
  .f2mff .ns8ej6,
  .s4fn .ns8ej6 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.dnww3ep .nu7d2q8,
.dnww3ep .yw5q8z,
.dnww3ep .yse46i  { max-width: 1100px; }
.akrfa3 .nu7d2q8,
.akrfa3 .yw5q8z,
.akrfa3 .yse46i  { max-width: 1200px; }
.akrfa3 { --content-mw: 1200px; }
.eg8ebota .nu7d2q8,
.eg8ebota .yw5q8z,
.eg8ebota .yse46i  { max-width: 1320px; }
.pu9or { font-size: 0.82rem; color: var(--text-muted); }
.zgyc8d { display: flex; align-items: center; }
.t8bah {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.izoo { display: flex; align-items: center; }
.jnr3nf { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.jnr3nf:hover { text-decoration: underline; }
.z8i0lkj { margin: 0 3px; opacity: 0.45; }
.z8i0lkj::before { content: '/'; }
.r7j0wmh { padding: 2px 5px; color: var(--text-main); }
.ai3sj6jp .pu9or {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ai3sj6jp .zgyc8d { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ib12s .pu9or {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ib12s .zgyc8d { padding: 0 0 0 12px; }
.ljtlx .zgyc8d { padding: 0 16px; }
.ljtlx .pu9or {
  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);
}
.ljtlx .nu7d2q8 { padding-top: 28px; }
@media (max-width: 720px) {
  .usyhl0 { margin-top: 18px; padding: 0 16px; }
  .ljtlx .nu7d2q8 { padding-top: 16px; }
}
.dnww3ep.ai3sj6jp .zgyc8d { max-width: 1100px; }
.akrfa3.ai3sj6jp .zgyc8d { max-width: 1200px; }
.eg8ebota.ai3sj6jp .zgyc8d { max-width: 1320px; }
.akrfa3 .usyhl0 { max-width: 1200px; }
.jsaytbo0 .k604s1 { padding-top: 16px; padding-bottom: 16px; }
.z2yw .k604s1 { padding-top: 24px; padding-bottom: 24px; }
.bhhi7 .k604s1 { padding-top: 40px; padding-bottom: 40px; }
.vfcsf .k604s1 { padding-top: 52px; padding-bottom: 52px; }
.pnl0k33 .k604s1:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.pnl0k33 .k604s1:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.pnl0k33 .k604s1:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.pnl0k33 .k604s1:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.yy48u .yw5q8z { padding-top: 10px;  padding-bottom: 10px; }
.paz3f9h .yw5q8z { padding-top: 18px;  padding-bottom: 18px; }
.mndl40q .yw5q8z { padding-top: 36px;  padding-bottom: 36px; }
.myrsdv .yw5q8z { padding-top: 48px;  padding-bottom: 48px; }
.gvrob h2.rr4x { font-weight: 600; }
.gvrob h3.ddofp     { font-weight: 600; }
.jioodh6o h2.rr4x { font-weight: 800; }
.jioodh6o h3.ddofp     { font-weight: 700; }
.ulhgnl h2.rr4x { font-weight: 900; }
.ulhgnl h3.ddofp     { font-weight: 800; }
.ulhgnl .wrceu9 strong,
.ulhgnl .wrceu9 strong { font-weight: 600; }
.b54mr0am {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.t4iox7l .b54mr0am { display: none; }
@media (max-width: 640px) { .b54mr0am { display: none; } }
.b54mr0am { background: var(--cta) !important; color: #fff !important; border: none !important; }
.b54mr0am:hover { opacity: 0.85; }
.oxg26zj5 .b54mr0am { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.vsd4c41 .b54mr0am,
.zv9abm3  .b54mr0am { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.vsd4c41 .b54mr0am:hover,
.zv9abm3  .b54mr0am:hover { opacity: 0.88; }
.oxg26zj5.vsd4c41 .b54mr0am,
.oxg26zj5.zv9abm3  .b54mr0am { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.q1hnx7r {
  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;
}
.q1hnx7r:hover { transform: translateY(-2px); opacity: 0.92; }
.q1hnx7r { background: var(--cta) !important; color: #fff !important; border: none !important; }
.x8djfy .q1hnx7r { display: none; }
.hlg3 .q1hnx7r { right: 32px; }
.e1e0  .q1hnx7r { left: 32px; }
@media (max-width: 480px) {
  .hlg3 .q1hnx7r { right: 20px; bottom: 20px; }
  .e1e0  .q1hnx7r { left: 20px; bottom: 20px; }
}
.eu99q { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.yse46i { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.t4lnqw2 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.lml4 { color: var(--text-dim); font-size: 0.8rem; }
.c0r8uq a, .f6t6 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.c0r8uq a:hover, .f6t6 a:hover { color: var(--accent-light); }
.f6t6 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.hnijas5l .yse46i { text-align: center; }
.hnijas5l .f6t6 { justify-content: center; margin-bottom: 16px; }
.hnijas5l .t4lnqw2 { margin-top: 0; }
.kgj7x { margin-top: 10px; }
.kgj7x a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .yse46i { padding-left: 16px; padding-right: 16px; }
  .lstab3wn .yse46i { padding: 20px 16px; }
  .f6t6 { gap: 4px 12px; }
  .t4lnqw2 { font-size: 0.78rem; }
}
.wxbmbg .t4lnqw2 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.wxbmbg .lml4 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .wxbmbg .boy9l7ew { grid-template-columns: 1fr 1fr; } .wxbmbg .ttnqvp { grid-column: 1 / -1; } }
@media (max-width: 480px) { .wxbmbg .boy9l7ew { grid-template-columns: 1fr; } }
.y7n1ky .t4lnqw2 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .y7n1ky .wn4x09 { gap: 12px; } .y7n1ky .g57w28o { margin-right: 0; width: 100%; } }
.a9h7b .t4lnqw2 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.a9h7b .lml4 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .a9h7b .ta53t9 { grid-template-columns: 1fr 1fr; } .a9h7b .dpto7 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .a9h7b .ta53t9 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .g8e2fg .o99p5 { grid-template-columns: 1fr 1fr; } .g8e2fg .ba2d76p:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .g8e2fg .o99p5 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .jmpjy .o99p5 { grid-template-columns: 1fr; } }
.ndf7t .yse46i { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ndf7t .f6t6 { justify-content: center; }
.f2ywu1gw .tywnpu      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.f2ywu1gw .eu99q { background: var(--bg-page); border-top-color: var(--border-alt); }
.iheq .tywnpu      { background: #0d1117; border-bottom-color: #21262d; }
.iheq .pfmcqw9j { color: var(--accent-light); }
.iheq .lo9v { --msep-color: #8b949e; }
.iheq .lo9v a { color: #8b949e; }
.iheq .lo9v a:hover { color: var(--accent-light); }
.iheq .d8ki { color: #8b949e; }
.iheq .eu99q { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.iheq .t4lnqw2,
.iheq .lml4 { color: #6e7681; }
.iheq .c0r8uq a, .iheq .f6t6 a,
.iheq .c0r8uq a:hover, .iheq .f6t6 a:hover,
@media (max-width: 640px) {
  .iheq .lo9v { background: #0d1117; border-top-color: #21262d; }
  .iheq .lo9v li a { border-bottom-color: #21262d; }
}
.cvqlh .tywnpu      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.cvqlh .pfmcqw9j { color: var(--accent-light); }
.cvqlh .lo9v { --msep-color: #475569; }
.cvqlh .lo9v a { color: #475569; }
.cvqlh .lo9v a:hover { color: var(--accent-light); }
.cvqlh .d8ki { color: #64748b; }
.cvqlh .eu99q { background: #f0f4f8; border-top-color: #cbd5e1; }
.cvqlh .t4lnqw2,
.cvqlh .lml4 { color: #64748b; }
.cvqlh .c0r8uq a, .cvqlh .f6t6 a,
.cvqlh .c0r8uq a:hover, .cvqlh .f6t6 a:hover,
@media (max-width: 640px) {
  .cvqlh .lo9v { background: #f0f4f8; border-top-color: #cbd5e1; }
  .cvqlh .lo9v li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.vsd4c41 .tywnpu      { background: var(--accent); border-bottom-color: var(--accent-light); }
.vsd4c41 .pfmcqw9j { color: #fff; }
.vsd4c41 .lo9v { --msep-color: rgba(255,255,255,0.82); }
.vsd4c41 .lo9v a { color: rgba(255,255,255,0.82); }
.vsd4c41 .lo9v a:hover { color: #fff; }
.vsd4c41 .d8ki { color: rgba(255,255,255,0.9); }
.vsd4c41 .eu99q { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.vsd4c41 .t4lnqw2,
.vsd4c41 .lml4 { color: rgba(255,255,255,0.72); }
.vsd4c41 .c0r8uq a, .vsd4c41 .f6t6 a,
.vsd4c41 .c0r8uq a:hover, .vsd4c41 .f6t6 a:hover,
@media (max-width: 640px) {
  .vsd4c41 .lo9v { background: var(--accent); border-top-color: var(--accent-light); }
  .vsd4c41 .lo9v li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.zv9abm3 .tywnpu {
  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);
}
.zv9abm3 .eu99q {
  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) {
  .zv9abm3 .lo9v {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.badk1zdg .raqc02a0 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.twdix8mg .raqc02a0 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.m87alb5 .raqc02a0 { min-height: 72px; height: auto; }
.ef77vwsl .raqc02a0 { min-height: 84px; height: auto; }
.lstab3wn .raqc02a0 { max-width: none; padding: 0 32px; }
.lstab3wn .yse46i  { max-width: none; padding: 24px 32px; }
.eqgzs053.akrfa3 .raqc02a0 { max-width: 1200px; }
.eqgzs053.eg8ebota .raqc02a0 { max-width: 1320px; }
.fkuj   .pfmcqw9j, .fkuj   .g57w28o { text-transform: capitalize; }
.f0x1w .pfmcqw9j, .f0x1w .g57w28o { text-transform: lowercase; }
.rrln83ob .pfmcqw9j, .rrln83ob .g57w28o { text-transform: uppercase; letter-spacing: 0.06em; }
.orai, .ekorff {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ni1slf23 .orai,
.m1ptq .orai,
.nnlnlao .orai,
.q5s3 .orai,
.texr   .lo9v a { font-weight: 500; }
.q9j45o9m .lo9v a { font-weight: 600; }
.c6sp4vq     .lo9v a { font-weight: 700; }
.ozqf320    .lo9v a { font-weight: 800; letter-spacing: 0.01em; }
.ybtu     .lo9v > li + li::before,
.d5erj    .lo9v > li + li::before,
.vtuxlcw4    .lo9v > li + li::before,
.zl20djgu .lo9v > li + li::before,
.x0zkghz .lo9v > li + li::before,
.nyuxq94  .lo9v > li + li::before,
.soyic    .lo9v > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ybtu     .lo9v > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.d5erj    .lo9v > li + li::before { content: "|"; }
.vtuxlcw4    .lo9v > li + li::before { content: "—"; }
.zl20djgu .lo9v > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.x0zkghz .lo9v > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.nyuxq94  .lo9v > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.soyic    .lo9v > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .amxn .d8ki,
  .e8wl1tdc .d8ki,
  .nlfrzw5 .d8ki,
  .fjdub .d8ki,
  .e6n9ng .d8ki {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .amxn .d8ki::before,
  .e8wl1tdc .d8ki::before,
  .nlfrzw5 .d8ki::before,
  .fjdub .d8ki::before,
  .e6n9ng .d8ki::before { content: ""; display: block; flex-shrink: 0; }

  
  .amxn .d8ki::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;
  }

  
  .e8wl1tdc .d8ki::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;
  }

  
  .nlfrzw5 .d8ki::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;
  }

  
  .fjdub .d8ki::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;
  }

  
  .e6n9ng .d8ki::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) {
  .avnou9 .d8ki {
    padding: 5px 14px;
  }
  .avnou9 .lo9v {
    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;
  }
  .avnou9 .lo9v li a {
    border-bottom: none; padding: 10px 22px;
  }
  .avnou9 .lo9v li a:hover { background: var(--bg-raised); }
  .avnou9 .rhdc6s,
  .x3wgj .rhdc6s,
  .xbtuqdc7 .rhdc6s { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .yj3oa1q .d8ki {
    padding: 5px 10px;
  }
  .yj3oa1q .lo9v {
    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);
  }
  .yj3oa1q .lo9v.c8r3 { transform: translateX(0); }
  .yj3oa1q .lo9v li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .yj3oa1q .lo9v li:last-child a { border-bottom: none; }
  .vsd4c41 .lo9v,
  .iheq .lo9v { background: var(--accent) !important; }
  .vsd4c41 .lo9v li a,
  .iheq .lo9v li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .xbtuqdc7 .d8ki {
    padding: 5px 10px;
  }
  .xbtuqdc7 .lo9v {
    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);
  }
  .xbtuqdc7 .lo9v::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .xbtuqdc7 .lo9v.c8r3 { transform: translateY(0); }
  .xbtuqdc7 .lo9v li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ritp1brn .d8ki {
    padding: 5px 10px;
  }
  .ritp1brn .lo9v {
    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;
  }
  .ritp1brn .lo9v.c8r3 { opacity: 1; pointer-events: auto; }
  .ritp1brn .lo9v li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .kska5     .d8ki { border-radius: 0 !important; }
  .cqpc5v   .d8ki { border-radius: 8px !important; }
  .ntewim .d8ki { border-radius: 50% !important; }
  .tc2k   .d8ki { border-radius: 999px !important; }
}
.kx29j7 .s6vru0 { height: 36px; }
.dugti7b .s6vru0 { height: 60px; max-width: 200px; }
.jk7ys8 .s6vru0 { height: 76px; max-width: 240px; }
.art7yxr .lw04 + .lw04 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .zihuwp .e4a0f {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .zihuwp .et594wke {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .zihuwp .et594wke { padding: 40px 16px 20px; }
  .zihuwp .lw04 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .zihuwp .x6vv6a { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .dfgeoit .et594wke {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .dfgeoit .et594wke::before {
    position: absolute; top: 14px; left: 14px;
  }
  .dfgeoit .r8pv {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .dfgeoit .xig8w { white-space: normal; text-align: center; font-size: 1.2rem; }
  .dfgeoit .lw04 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .dfgeoit .x6vv6a { width: 100%; min-width: 0; }
  .dfgeoit .zfawxfzw { min-width: 0; }
}
.k258cwd .axavybi {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.k258cwd .axavybi summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.k258cwd .axavybi p { padding: 0 2px 16px; }
.haye .axavybi { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.haye .axavybi summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.haye .axavybi summary::after { content: "›"; font-size: 1.2em; }
.haye .axavybi[open] summary::after { content: "‹"; }
.haye .axavybi p { padding: 10px 22px 4px; }
.aucc .axavybi {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.aucc .axavybi summary { color: var(--text-primary); padding-left: 16px; }
.aucc .axavybi summary::after { content: "›"; font-size: 1.1em; }
.aucc .axavybi[open] summary::after { content: "‹"; }
.aucc .axavybi p { padding-left: 16px; }
.lcfa .d477 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.lcfa .axavybi {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.lcfa .axavybi:last-child { border-bottom: none; }
.lcfa .axavybi summary { color: var(--text-primary); border-radius: 0; }
.lcfa .axavybi summary::after { content: "›"; font-size: 1.1em; }
.lcfa .axavybi[open] summary::after { content: "‹"; }
.lgfu3 .axavybi { overflow: hidden; }
.lgfu3 .axavybi summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.lgfu3 .axavybi summary::after { color: rgba(255,255,255,.75); }
.lgfu3 .axavybi[open] summary { border-radius: 0; }
.erro47 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.qnt95etp {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.kblf0fy {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.u98u7rzd { color: var(--text-muted); font-size: 1.05rem; }
.txy2jdu5 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.lwyabdlz {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.y6j1 { margin-bottom: 20px; }
.dpbs {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.yq2kfu4 {
  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;
}
.yq2kfu4:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.uts5c { resize: vertical; min-height: 130px; }
.b6kat0 { width: 100%; margin-top: 8px; }
.z6ts {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.cz5rm3 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.k1z7i7d { color: var(--text-muted); line-height: 1.75; }
.rjvlz { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.rjvlz li { margin-bottom: 6px; }
.ug5ghz { max-width: 760px; margin: 0 auto; }
.h0muya { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.gocpxrv { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.gocpxrv:last-child { border-bottom: none; }
.gocpxrv h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.gocpxrv p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.t4jqw4a { max-width: 760px; margin: 0 auto; }
.qu6g3k { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.yro6b0y ul.rjvlz { margin: 0; }
.ci1e .qu6g3k { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .ci1e { grid-template-columns: 1fr; gap: 10px; } }
.zf406b { max-width: 640px; margin: 0 auto; text-align: center; }
.ogsz { margin-bottom: 48px; }
.ogsz .qu6g3k { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.ogsz p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.c34hi .rjvlz { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .b0cvjn8 { grid-template-columns: 1fr; } }
.nmf8jvq { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.nmf8jvq:hover .z2id6 { color: var(--accent-light); text-decoration: underline; }
.m2tgtk4 { color: inherit; text-decoration: none; }
.m2tgtk4:hover { color: var(--accent-light); text-decoration: underline; }
.nk5389ss { display: inline-block; line-height: 0; }
.c6bsxfg { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.wyx4mj { margin-bottom: 48px; }
.uv6lgw2 { max-width: 760px; margin: 0 auto; }
.q9ruh7um { text-align: center; }
.i0ld { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.i0ld:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.tdw6 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.i0ld p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.i0ld ul.rjvlz { margin: 0; }
.lj93i85z { color: var(--text-muted); line-height: 1.75; }
.q9ruh7um .rjvlz,
.flkzqg6g .rjvlz,
.t1529 .rjvlz,
.n93k9o4 .rjvlz {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.q9ruh7um .i0ld,
.flkzqg6g .i0ld { text-align: left; }
.q9ruh7um .tdw6,
.flkzqg6g .tdw6 { text-align: center; }
.a84iz { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.blqw { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.flwiw { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.fmgrkj { margin-top: 12px; }
.gn50u6w { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.gn50u6w:hover { border-bottom-color: var(--accent-light); }
.kaxob { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.kaxob img { width: 100%; height: 100%; object-fit: cover; display: block; }
.a2lb58v { width: 200px; height: 200px; }
.l726o { border-radius: 28%; }
.zgm1tm { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.qg1r6 { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .gyeptx7v { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.flop { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.flop .flwiw, .flop .blqw { max-width: 640px; }
.d85yc .a84iz { font-size: 1.6rem; margin-top: 18px; }
.an5167 .flwiw { margin-bottom: 28px; }
@media (max-width: 860px) { .ujfyn3y2 { grid-template-columns: 1fr; } .d85yc { position: static; text-align: center; } }
.nz5wj5g .kaxob { margin: 0 auto 18px; }
.nz5wj5g .zgm1tm { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ooqbfhu { grid-template-columns: 1fr; } }
.o69xoib .a84iz { font-size: 1.6rem; margin-bottom: 6px; }
.n93k9o4 .rjvlz { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .o69xoib { flex-direction: column; text-align: center; } .jh1yjz9f { grid-template-columns: 1fr; } }
.se53d .a84iz { font-size: 1.35rem; margin: 0 0 4px; }
.se53d .zgm1tm { margin: 0; }
.d8j37v { max-width: 760px; margin: 0 auto; }
.mhrzbc { position: relative; padding-left: 28px; }
.mhrzbc::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.u0ua6 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.u0ua6:last-child { padding-bottom: 0; }
.ju56o { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.oarj h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.oarj p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.bg5hssf .kblf0fy { color: var(--accent-light); }
.lql7vrqo .kblf0fy { font-size: 2rem; }
.lql7vrqo .u98u7rzd { max-width: 680px; }
.bf04zen .kblf0fy { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.bf04zen .u98u7rzd  { margin: 0; }
@media (max-width: 640px) { .bf04zen { flex-direction: column; } }
.c4resw9y {
  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;
}
.c4resw9y .kblf0fy { color: var(--accent-light); }
.dtdpuq .kblf0fy { color: #fff; }
.dtdpuq .u98u7rzd  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .trvmq { grid-template-columns: 1fr; } }
.gjlta .yq2kfu4 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.gjlta .yq2kfu4:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.vs7kej .yq2kfu4 { background: var(--bg-raised); border-color: transparent; }
.vs7kej .yq2kfu4:focus { background: var(--bg-card); border-color: var(--accent-light); }
.q211u9 .yq2kfu4 { border-radius: 100px; padding: 11px 20px; }
.q211u9 .uts5c { border-radius: 14px; }
.suzfy {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.suzfy summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.suzfy summary::-webkit-details-marker { display: none; }
.suzfy summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.suzfy[open] summary::after { content: "−"; }
.kjoz5r69 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .foq43u9 { grid-template-columns: 1fr; } }
.ibyxk7y { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.ibyxk7y li { margin-bottom: 6px; }
.cdaohb8{display:none}
.cdaohb8:empty,.onp3a:empty{display:none}
.xo3xaj{position:relative;overflow:visible}
.yxd3 .t1knx5,.svlen .t1knx5,
.zcn3ndh .t1knx5,.wk37y .t1knx5,
.jcjytl9l .t1knx5,.ewzmck .t1knx5{display:block}
.kn2n .wzpmcf85{display:block}
.yxd3 .t1knx5,.svlen .t1knx5,
.zcn3ndh .t1knx5,.wk37y .t1knx5,
.jcjytl9l .t1knx5{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.yxd3 .t1knx5 .onp3a,.svlen .t1knx5 .onp3a,
.zcn3ndh .t1knx5 .onp3a,.wk37y .t1knx5 .onp3a,
.jcjytl9l .t1knx5 .onp3a{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.yxd3 .t1knx5,.svlen .t1knx5{top:12px}
.yxd3 .t1knx5 .onp3a{margin-right:auto}
.svlen .t1knx5 .onp3a{margin-left:auto}
.svlen .t1knx5{text-align:right}
.zcn3ndh .t1knx5,.wk37y .t1knx5{bottom:12px}
.zcn3ndh .t1knx5 .onp3a{margin-right:auto}
.wk37y .t1knx5 .onp3a{margin-left:auto}
.wk37y .t1knx5{text-align:right}
.jcjytl9l .t1knx5{position:relative;margin-top:16px}
.jcjytl9l .t1knx5 .onp3a{margin:0 auto}
.ewzmck .t1knx5{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.ewzmck .t1knx5 .onp3a{margin:0}
.ewzmck .u1hc31c~.t1knx5,
.ewzmck .bd261ju~.t1knx5{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.ewzmck .u1hc31c~.t1knx5 .onp3a,
.ewzmck .bd261ju~.t1knx5 .onp3a{justify-content:flex-start}
.u1hc31c~.t1knx5,.bd261ju~.t1knx5{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}
.u1hc31c~.t1knx5 .onp3a{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.bd261ju~.t1knx5 .onp3a{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.wzpmcf85 .onp3a{margin:0 0 12px}
.onp3a{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.rcwv2sm{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.z2id6{font-weight:600;color:var(--text-heading);opacity:1}
.jm36a25 .rcwv2sm{display:none}
.rfql7hag .znyq{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.rfql7hag .joci6::before{content:""}
.eg95 .onp3a{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.vrmp1dcc .onp3a{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.v2sizedv{--date-bg:transparent}
.zrkqm0 .joci6::before{content:"◆";font-size:.5em;opacity:.35}
.zrkqm0 .znyq + .znyq::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.veq8xqn{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.m7upi8fa{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.flie80k{display:flex;flex-direction:column;gap:3px}
.fub22f{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.skrk9sv{font-weight:700;font-size:1rem;color:var(--text-heading)}
.lm3f{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.opuxf4 .veq8xqn{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.fe7j1q1 .veq8xqn{border-top:3px solid var(--accent);padding-top:18px}
.cq6n9eba .veq8xqn{border-left:3px solid var(--accent);border-radius:0}
.ddhc .veq8xqn{padding:20px 0}
@media(max-width:640px){
  .veq8xqn{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .lm3f{max-width:100%}
}
:root {
  --accent:          #b24180;
  --brand:           #b24180;
  --brand-light:     #8b406a;
  --brand-pale:      #a66689;
  --grad-start:      #d07eac;
  --grad-end:        #dab1c8;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #e5a100;
  --cta-light:       #bc8400;
  --cta-hover:       #a77500;
  --bg-page:         #f7f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f4f4;
  --bg-raised:       #f0eeef;
  --bg-hover:        #f5f4f4;
  --border:          #e8e2e5;
  --border-alt:      #dbd1d6;
  --border-section:  #e8e2e5;
  --text-primary:    #1a1819;
  --text-muted:      #5e5459;
  --text-body:       #353033;
  --text-sub:        #50484c;
  --text-faint:      #867880;
  --text-dim:        #9e9399;
  --text-label:      #6b6066;
  --text-value:      #433c40;
  --accent-bg:       #ede7ea;
  --accent-bg-light: #e4d1dc;
  --bg-tip:          #f1f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f1f9f0;
  --bg-cons:         #faf3f4;
  --c-pros:          #2a841e;
  --c-cons:          #9f212c;
  --c-pros-label:    #329d24;
  --c-tip-border:    #38ae28;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #2a841e;
}
:root { --logo-bg-opacity: 45%; }
body, button, input { font-family: "Saira", sans-serif; }
.ql0zm .sbg07 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.ql0zm .sbg07::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.ql0zm .gcdzj     .sbg07::before { content: "";  color: var(--c-tip-border); }.ql0zm .ewafo .sbg07::before { content: ""; color: var(--c-warn-border); }.ql0zm .i34f    .sbg07::before { content: ""; color: #60a5fa; }.na9nj .ql0zm .gcdzj     .sbg07::before { color: #10b981; }.na9nj .ql0zm .ewafo .sbg07::before { color: #f43f5e; }.na9nj .ql0zm .i34f    .sbg07::before { color: #a855f7; }.s5g78p  .ql0zm .gcdzj     .sbg07::before { color: #eab308; }.s5g78p  .ql0zm .ewafo .sbg07::before { color: #ef4444; }.s5g78p  .ql0zm .i34f    .sbg07::before { color: #f97316; }.inbapvs  .ql0zm .gcdzj     .sbg07::before { color: #38bdf8; }.inbapvs  .ql0zm .ewafo .sbg07::before { color: #818cf8; }.inbapvs  .ql0zm .i34f    .sbg07::before { color: #2dd4bf; }.llq58cl5 .ql0zm .sbg07::before { color: var(--accent-light) !important; }
.ao6bu .oj1r69, .ao6bu .u1hc31c { min-height: 420px; }
.gd8ma .b54mr0am::after,.gd8ma .q1hnx7r::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.z8i0lkj::before { content: '◆'; font-size: 0.5em; }
.h7842he .znyq::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.h7842he .znyq:first-of-type::before{content:"\f06e"}.h7842he .znyq:last-of-type::before{content:"\f4fc"}