: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;
}
.yk8a4hf {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.jc9am5ee {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.gra8wr4e {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.tl01 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.njpuc { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.njpuc a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.njpuc a:hover { color: var(--accent-light); }
.iicjveu  .i69ggl1 { border-radius: 14px; }
.iicjveu .i69ggl1 li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.iicjveu .i69ggl1 li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.slm8vz .i69ggl1 li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .i69ggl1 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ukazs:hover .i69ggl1,
  .ukazs:focus-within .i69ggl1 { display: block; }
  .i69ggl1 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.gf4xm {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.smg3snx { display: none; }
@media (max-width: 640px) {
  .smg3snx {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .smg3snx.kj7u { display: block; }
}
@media (max-width: 640px) {
  .gf4xm { display: block; }
  .njpuc > li + li::before { display: none !important; }
  .njpuc {
    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;
  }
  .njpuc.kj7u { display: flex; }
  .njpuc li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .njpuc li:last-child a { border-bottom: none; }
}
.zrv0 { min-height: 480px; }
.v9f6t {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.gg02 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.s0v16a5t .gg02 { margin-left: 0; margin-right: 0; }
.vl1o {
  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;
}
.vl1o:hover { opacity: 0.88; }
.ddnt4o .v9f6t { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ddnt4o .gg02 { color: #e2e8f0; }
.ddnt4o.s0v16a5t   .ct0f97u { text-align: left; }
.hr3d9p .v9f6t { color: var(--text-primary); text-shadow: none; }
.hr3d9p .gg02 { color: var(--text-muted); }
.hr3d9p .vl1o { margin-top: 16px; }
.hr3d9p, .hr3d9p.zrv0 { min-height: auto !important; }
.hr3d9p.s0v16a5t   .ct0f97u { text-align: left; }
.hr3d9p~.klfvfpm{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}
.hr3d9p~.klfvfpm .fr1cmmu{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}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.lhbrbtg .exq6y0,
.lhbrbtg .f0gwxj,
.lhbrbtg .ddnt4o .vebu9 {
  overflow: hidden;
}
.lhbrbtg .exq6y0::after,
.lhbrbtg .f0gwxj::after,
.lhbrbtg .ddnt4o .vebu9::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%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.exq6y0 .v9f6t { color: #fff; }
.exq6y0 .gg02 { color: rgba(255,255,255,0.85); }
.exq6y0 .vl1o { background: #fff; color: var(--cta); }
.exq6y0 .vl1o:hover { opacity: 0.92; }
.e8zhi .slba5xb { position: relative; overflow: hidden; }
.e8zhi .slba5xb::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.mj3jy .slba5xb {
  animation: hg-breathe 7s ease-in-out infinite;
}
.lhbrbtg .slba5xb { position: relative; overflow: hidden; }
.lhbrbtg .slba5xb::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;
}
.blmfs .slba5xb { position: relative; overflow: hidden; }
.blmfs .slba5xb::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.y03pf .slba5xb {
  animation: hg-fadein 1.2s ease-out both;
}
.slba5xb {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.tljsr83o {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.x7kfli {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.e5005fal {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.slba5xb .v9f6t { text-shadow: none; color: var(--text-primary); }
.slba5xb .gg02 { color: var(--text-muted); }
body.uss6kz1n .v9f6t {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.llri1 .v9f6t {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.slba5xb.vh6m7jdd .tljsr83o { align-items: center; text-align: center; }
.slba5xb.s0v16a5t   .tljsr83o { align-items: flex-start; text-align: left; }
.qxj7y8a .x7kfli { position: relative; }
.qxj7y8a .x7kfli::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.qxj7y8a.klvjnyz7 .x7kfli::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.xtmj4 .x7kfli {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.xtmj4 .e5005fal {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.xtmj4.klvjnyz7 .x7kfli { padding: 32px 0 32px 32px; }
.vgn2c .x7kfli {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.vgn2c .e5005fal {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.klvjnyz7 .tljsr83o {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.vgn2c.klvjnyz7 .x7kfli { padding: 40px 16px 40px 48px; }
.ndl04a .x7kfli { display: flex !important; align-items: center; justify-content: center; position: relative; }
@media (max-width: 700px) {
  .slba5xb { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .slba5xb .x7kfli { display: none !important; }
  .ndl04a .x7kfli { display: none !important; }
  .qg3o4t .fh7w59 { display: none !important; }
  .t48f .kshj3w { display: none !important; }
  .tljsr83o  { padding: 36px 24px; }
  .slba5xb~.klfvfpm,.klvjnyz7~.klfvfpm{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .zrv0, .slba5xb { min-height: 320px !important; }
  
  .v9f6t { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .bkpvxq9f { display: none !important; }
  
  .tn8hzgvn { flex-direction: column; align-items: center; }
  .ec68v { width: 100%; max-width: 340px; }
}
.csqcrb { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.vs5st { width: 100%; height: auto; display: block; border-radius: 10px; }
.gphiuxfg .csqcrb        { border-radius: 16px; }
.gphiuxfg .vs5st  { border-radius: 16px; }
.qfv9 .csqcrb         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.qfv9 .vs5st   { border-radius: 8px; }
.k1bm { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.gi0jywkv { width: 100%; padding: 32px 0; position: relative; }
.wfa1u3z { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.jq90 .gi0jywkv:nth-child(even) { background: var(--bg-surface); }
.jq90 .gi0jywkv:nth-child(odd)  { background: var(--bg-page); }
.ylqlpjpv .gi0jywkv:nth-child(even) { background: var(--bg-card); }
.ylqlpjpv .gi0jywkv:nth-child(odd)  { background: var(--bg-page); }
.jq90 .gi0jywkv:nth-child(odd)  .wfa1u3z { background: var(--bg-card); border-radius: 6px; }
.jq90 .gi0jywkv:nth-child(even) .wfa1u3z { background: var(--bg-raised); border-radius: 6px; }
.ylqlpjpv .gi0jywkv:nth-child(odd)  .wfa1u3z { background: var(--bg-card); border-radius: 6px; }
.ylqlpjpv .gi0jywkv:nth-child(even) .wfa1u3z { background: var(--bg-raised); border-radius: 6px; }
.jq90 .gi0jywkv:nth-child(even) .mq76sa .sg8b,
.ylqlpjpv .gi0jywkv:nth-child(even) .mq76sa .sg8b { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.jq90 .gi0jywkv:nth-child(odd) .mq76sa .sg8b,
.ylqlpjpv .gi0jywkv:nth-child(odd) .mq76sa .sg8b { background: var(--bg-card-inner); }
.jq90 .gi0jywkv:nth-child(even) .vcp5ov .sg8b:nth-child(odd),
.ylqlpjpv .gi0jywkv:nth-child(even) .vcp5ov .sg8b:nth-child(odd)  { background: var(--bg-card); }
.jq90 .gi0jywkv:nth-child(even) .vcp5ov .sg8b:nth-child(even),
.ylqlpjpv .gi0jywkv:nth-child(even) .vcp5ov .sg8b:nth-child(even) { background: var(--bg-card-inner); }
h1.eezwx { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.eezwx {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.kau1agka { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.fwm0 h2.eezwx {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.buc9y h2.eezwx {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.bj5iqm h2.eezwx {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.gi2179 h2.eezwx::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.wwdg8e h2.eezwx {
  color: var(--text-primary); font-size: 1.7rem;
}
.jhap4h h2.eezwx::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.w0z62t h2.eezwx {
  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;
}
.u9ij3 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .u9ij3 { display: none; } }
.y63k { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.mlwa { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.hqbk {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.v7puh { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.ot3w02 { padding-left: 20px; }
.ot3w02 li { margin-bottom: 6px; }
.ot3w02 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.ot3w02 a:hover { color: var(--accent-light); }
.qn1bxf0x .v7puh { display: none; }
.ku2t3d8 .v7puh { display: none; }
.ku2t3d8 .ot3w02 { padding-left: 0; list-style: none; }
.ku2t3d8 .ot3w02 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.ku2t3d8 .ot3w02 a { font-size: 0.92rem; }
.j2xgc6 .hqbk { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.j2xgc6 .v7puh { display: none; }
.j2xgc6 .ot3w02 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.j2xgc6 .ot3w02 li { margin-bottom: 0; }
.j2xgc6 .ot3w02 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;
}
.j2xgc6 .ot3w02 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.fkhk .hqbk { padding: 20px 20px 16px; }
.fkhk .ot3w02 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.fkhk .ot3w02 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.fkhk .ot3w02 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;
}
.fkhk .ot3w02 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;
}
.fkhk .ot3w02 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.fkhk .ot3w02 a:focus,
.fkhk .ot3w02 a:focus-visible,
.fkhk .ot3w02 a:target { outline: none; }
.fkhk .ot3w02 li:target a { border-color: var(--border); color: var(--text-muted); }
.lucmq9ta .hqbk { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.lucmq9ta .v7puh { display: none; }
.lucmq9ta .ot3w02 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.lucmq9ta .ot3w02 li { margin-bottom: 0; }
.lucmq9ta .ot3w02 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.lucmq9ta .ot3w02 li:last-child::after { content: ""; margin-right: 0; }
.lucmq9ta .ot3w02 a { font-size: 0.9rem; }
.sg8b { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.mq76sa .sg8b { background: var(--bg-card); }
.vcp5ov .sg8b:nth-child(odd)  { background: var(--bg-card); }
.vcp5ov .sg8b:nth-child(even) { background: var(--bg-raised); }
.y3iy .sg8b {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.y3iy .sg8b:last-child { border-bottom: none; }
.y3iy h3.kau1agka { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.jqke .sg8b {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.jqke .sg8b + .sg8b { margin-top: 4px; }
.ctjb .sg8b { background: none; border-radius: 0; padding: 12px 0; }
.ctjb .sg8b + .sg8b { border-top: 1px solid var(--border-section); }
.aoxw6bj { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.newdhywo { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.ud6kd4 { color: var(--text-body); margin-bottom: 10px; }
.q40ifam, .f5onh8c1 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.q40ifam li, .f5onh8c1 li { margin-bottom: 6px; }
.f5onh8c1 li { list-style: decimal; }
.sq32b887     .q40ifam { list-style-type: "● "; }
.t3rtmaa9  .q40ifam { list-style-type: "■ "; }
.t1ppy .q40ifam { list-style-type: "◆ "; }
.hkp3m    .q40ifam { list-style-type: "★ "; }
.sq32b887     .uukygx0 { list-style-type: "● "; }
.t3rtmaa9  .uukygx0 { list-style-type: "■ "; }
.t1ppy .uukygx0 { list-style-type: "◆ "; }
.hkp3m    .uukygx0 { list-style-type: "★ "; }
.sq32b887    .q40ifam li::marker, .sq32b887    .uukygx0 li::marker,
.t3rtmaa9 .q40ifam li::marker, .t3rtmaa9 .uukygx0 li::marker,
.t1ppy .q40ifam li::marker, .t1ppy .uukygx0 li::marker,
.hkp3m   .q40ifam li::marker, .hkp3m   .uukygx0 li::marker {
  color: var(--cta); font-size: 1em;
}
.sq32b887 .f5onh8c1,
.t3rtmaa9 .f5onh8c1,
.t1ppy .f5onh8c1,
.hkp3m .f5onh8c1 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.sq32b887 .f5onh8c1 li,
.t3rtmaa9 .f5onh8c1 li,
.t1ppy .f5onh8c1 li,
.hkp3m .f5onh8c1 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.sq32b887 .f5onh8c1 li::before,
.t3rtmaa9 .f5onh8c1 li::before,
.t1ppy .f5onh8c1 li::before,
.hkp3m .f5onh8c1 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;
}
.sq32b887     .f5onh8c1 li::before { border-radius: 50%; }
.t3rtmaa9  .f5onh8c1 li::before { border-radius: 3px; }
.t1ppy .f5onh8c1 li::before { border-radius: 3px; }
.hkp3m    .f5onh8c1 li::before { border-radius: 50%; }
.cjyhp { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.nvgzo .cjyhp,
.jndy74 .cjyhp { background: transparent; border: none; border-radius: 0; }
.pmy8p { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.pmy8p th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.pmy8p td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.pmy8p tr:hover td { background: var(--bg-hover); }
.m4l9e1 .pmy8p tbody tr:nth-child(even) td { background: var(--bg-surface); }
.l4x8ku7t .pmy8p { border: 1px solid var(--border-alt); }
.l4x8ku7t .pmy8p th,
.l4x8ku7t .pmy8p td { border: 1px solid var(--border-alt); }
.f1v5uv7 .pmy8p th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.f1v5uv7 .pmy8p td { border-bottom: none; }
.f1v5uv7 .pmy8p tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.r3rwqnli .pmy8p th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.q9l1 .cjyhp {
  overflow: hidden;
}
.q9l1 .pmy8p th { border-bottom: 1px solid var(--border-alt); }
.q9l1 .pmy8p tr:last-child td { border-bottom: none; }
.flz1a33 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.n7tby { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.yvae57wb { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.z1t3a5dl { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.by4x50d { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.uukygx0 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.uukygx0 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%}
.lny9y .z1t3a5dl { background: transparent; text-align: center; }
.f0ij487h .yvae57wb {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.tqas0 .yvae57wb {
  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);
}
.i4bkcb .n7tby { display: grid; grid-template-columns: auto 1fr; }
.i4bkcb .yvae57wb {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.i4bkcb .z1t3a5dl { grid-column: 2; }
.i4bkcb .by4x50d,
.i4bkcb .uukygx0 { grid-column: 1 / -1; }
.stktqkq .n7tby { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.stktqkq .yvae57wb {
  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);
}
.stktqkq .z1t3a5dl { grid-column: 2; }
.stktqkq .by4x50d,
.stktqkq .uukygx0 { grid-column: 1 / -1; }
.cxcnz .n7tby { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.cxcnz .z1t3a5dl { background: none; color: var(--accent-light); font-weight: 700; }
.pkps .n7tby { 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); }
.pkps .z1t3a5dl { background: none; color: var(--accent-light); font-weight: 700; }
.jahy .n7tby { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.jahy .n7tby:last-child { border-bottom: none; }
.jahy .z1t3a5dl { background: none; color: var(--accent-light); font-weight: 700; }
.haar088 .n7tby { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.haar088 .z1t3a5dl { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.w6u1 .flz1a33 { counter-reset: card-n; }
.w6u1 .n7tby  { counter-increment: card-n; }
.w6u1 .z1t3a5dl { display: flex; align-items: center; gap: 10px; }
.w6u1 .z1t3a5dl::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;
}
.zl6g4 .n7tby { background: var(--bg-surface); border: 1px solid var(--border); }
.zl6g4 .z1t3a5dl { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.pgegyeey { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.rpoatbwg  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.v9a4 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.pgegyeey strong { color: var(--text-primary); font-size: 0.95rem; }
.pgegyeey p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.q4gfsfa { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.y1kp, .jwbg4giq { border-radius: 8px; padding: 14px; }
.y1kp { background: var(--bg-pros); }
.jwbg4giq { background: var(--bg-cons); }
.zeu2ta { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.y1kp .zeu2ta { color: var(--c-pros-label); }
.jwbg4giq .zeu2ta { color: #f87171; }
.y1kp ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.jwbg4giq ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.vs5st { width: 100%; height: auto; border-radius: 10px; display: block; }
.hxrjsc {
  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;
}
.hxrjsc:hover { opacity: 0.85; }
.qi5gl4 .hxrjsc  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.qi5gl4 .hxrjsc:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.w0uvo3 .hxrjsc  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.w0uvo3 .hxrjsc:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.a4pv4kts .vl1o { border-radius: 50px; }
.a4pv4kts .hxrjsc  { border-radius: 50px; }
.vvcz5 .vl1o { padding-left: 22px; padding-right: 22px; }
.vvcz5 .hxrjsc  { padding-left: 12px; padding-right: 12px; }
.w3fmdb7 .vl1o { padding-left: 44px; padding-right: 44px; }
.w3fmdb7 .hxrjsc  { padding-left: 24px; padding-right: 24px; }
.tgn1xnig .vl1o { padding-left: 56px; padding-right: 56px; }
.tgn1xnig .hxrjsc  { padding-left: 32px; padding-right: 32px; }
.ig17   .vl1o::after, .ig17   .hxrjsc::after,
.ts5jjmqf .vl1o::after, .ts5jjmqf .hxrjsc::after,
.x7l2    .vl1o::after, .x7l2    .hxrjsc::after,
.tcv0uaq0    .vl1o::after, .tcv0uaq0    .hxrjsc::after,
.gic0l58    .vl1o::after, .gic0l58    .hxrjsc::after,
.ka84y6     .vl1o::after, .ka84y6     .hxrjsc::after,
.hq5km9    .vl1o::after, .hq5km9    .hxrjsc::after,
.qgceh   .vl1o::after, .qgceh   .hxrjsc::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;
}
.ig17 .vl1o::after, .ig17 .hxrjsc::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");
}
.ts5jjmqf .vl1o::after, .ts5jjmqf .hxrjsc::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");
}
.x7l2 .vl1o::after, .x7l2 .hxrjsc::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");
}
.tcv0uaq0 .vl1o::after, .tcv0uaq0 .hxrjsc::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");
}
.gic0l58 .vl1o::after, .gic0l58 .hxrjsc::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");
}
.ka84y6 .vl1o::after, .ka84y6 .hxrjsc::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");
}
.hq5km9 .vl1o::after, .hq5km9 .hxrjsc::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");
}
.qgceh .vl1o::after, .qgceh .hxrjsc::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");
}
.wogphne   .nd28u::after, .wogphne   .f9td6::after,
.kyl9u .nd28u::after, .kyl9u .f9td6::after,
.pdideh    .nd28u::after, .pdideh    .f9td6::after,
.r49a6    .nd28u::after, .r49a6    .f9td6::after,
.xcjpg74    .nd28u::after, .xcjpg74    .f9td6::after,
.jha0     .nd28u::after, .jha0     .f9td6::after,
.j6ks    .nd28u::after, .j6ks    .f9td6::after,
.bzk9c7ty   .nd28u::after, .bzk9c7ty   .f9td6::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;
}
.wogphne .nd28u::after, .wogphne .f9td6::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");
}
.kyl9u .nd28u::after, .kyl9u .f9td6::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");
}
.pdideh .nd28u::after, .pdideh .f9td6::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");
}
.r49a6 .nd28u::after, .r49a6 .f9td6::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");
}
.xcjpg74 .nd28u::after, .xcjpg74 .f9td6::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");
}
.jha0 .nd28u::after, .jha0 .f9td6::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");
}
.j6ks .nd28u::after, .j6ks .f9td6::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");
}
.bzk9c7ty .nd28u::after, .bzk9c7ty .f9td6::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");
}
.k48d .kwabz { background: transparent; padding: 0; }
@media (min-width: 721px) {
  .v2myvn { flex: 0 0 260px; width: 260px; }
  .vio28o5d { flex: 0 0 120px; width: 120px; }
  .eznri { flex: 0 0 110px; width: 110px; }
  .fu8iu39f   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .b38d { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.b38d.hxrjsc { 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) {
  .px1o { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .px1o .lt5awpm { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .px1o .v2myvn { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .px1o .kwabz { width: 100%; min-width: unset; height: 120px; }
  .px1o .cwu4 { max-height: 96px; max-width: 200px; }
  .px1o .ii17xk { min-width: unset; text-align: center; white-space: normal; }
  .px1o .vio28o5d { min-width: 0; }
  .px1o .fu8iu39f { 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; }
  .px1o .b38d { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .dof8rx5h .lt5awpm { row-gap: 8px !important; gap: 10px !important; }
}
.wosl2 .k0epj6 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .gewsv4 .pmqrk7 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .gewsv4 .e6q3 { margin: 0; }
}
.hbb8np .e6q3 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.hbb8np .c3o0tb5 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.hbb8np .nvgzo { padding: 14px 16px; }
.hbb8np .kbuga { border-radius: 4px; }
.hbb8np .k0epj6 { border-radius: 0; }
.jndy74 .q4gfsfa { gap: 10px; }
.jndy74 .y1kp, .jndy74 .jwbg4giq { padding: 12px; }
.jndy74 .y1kp ul, .jndy74 .jwbg4giq ul { margin: 4px 0 0; padding-left: 18px; }
.jndy74 .y1kp li, .jndy74 .jwbg4giq li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .kio00 { grid-template-columns: 1fr; }
  .t0qxy7 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .t0qxy7 .qsabv { width: 72px; height: 50px; }
  .t0qxy7 .sf4j { max-width: 180px; }
  .t0qxy7 .ty0ui { width: auto; }
}
@media (max-width: 720px) {
  .a019 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .ciulxxnx { padding: 16px; }
  .oubpxmbc .ulucv { min-width: 50%; }
}
.p97mxhon .q4gfsfa { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .blhorfac { grid-template-columns: 1fr; }
  .le1oks3 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .wxai { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .mqysnsx { flex-wrap: wrap; padding: 16px; }
}
.rujws .q4gfsfa { gap: 8px; }
.rujws .y1kp, .rujws .jwbg4giq { padding: 8px; }
@media (max-width: 480px) {
  .f8c5rm { flex-direction: column; align-items: stretch; }
}
.yj963mr .ty0ui .hxrjsc { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .l6mxj0bi { flex-direction: column; align-items: stretch; gap: 10px; }
  .yj963mr .ty0ui { text-align: center; }
}
@media (max-width: 720px) {
  .g5mlyn { grid-template-columns: 1fr; }
  .tyx5b4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .f0mal { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .v7hco { grid-template-columns: 1fr; }
  .uyklda { width: 100px; height: 100px; margin: 16px auto; }
  .yotjej { font-size: 1.4rem; }
  .ozk65ome { justify-content: center; }
  .xpaw4 .ulucv { min-width: 50%; }
}
.cj7j5m7 .q4gfsfa { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .o3f32a0 { flex-wrap: wrap; padding: 14px 16px; }
  .y9we { padding: 12px 16px; }
  .cj7j5m7 .q4gfsfa { margin: 0 16px; }
  .cj7j5m7 .ubyd4 { padding: 0 16px; }
  .m09gglr { padding: 12px 16px; }
}
.yig8s3 .v2myvn { flex-direction: column; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.yig8s3 .ii17xk { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.b6ch .b38d.hxrjsc { padding: 14px 30px !important; font-size: 1rem; }
.burg .b38d.hxrjsc { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.gemw .vio28o5d {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.hknjqbs { margin: 16px 0; }
.o5o55 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.o5o55 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.o5o55 summary::after { content: "+"; color: var(--accent-light); }
.o5o55[open] summary::after { content: "−"; }
.o5o55 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.gi0jywkv { margin-bottom: 0; }
.mj05bg h2.eezwx { color: var(--text-primary); border-color: var(--accent-light); }
.ofeb36 h2.eezwx { color: var(--text-primary); border-color: var(--accent-light); }
.vz57xt .rpoatbwg     { background: #052e16; border-color: #10b981; }
.vz57xt .pgegyeey strong  { color: #f1f5f9; }
.vz57xt .pgegyeey p       { color: #cbd5e1; }
.vz57xt .h2dlznka    .rpoatbwg     .v9a4::before,
.vz57xt .yu81w  .rpoatbwg     .v9a4::before,
.vz57xt .leai6dn1  .rpoatbwg     .v9a4::before,
.vz57xt .cbn8qp .rpoatbwg     .v9a4::before { color: #10b981; }
.vz57xt .h2dlznka    .d8z84gye .v9a4::before,
.vz57xt .yu81w  .d8z84gye .v9a4::before,
.vz57xt .leai6dn1  .d8z84gye .v9a4::before,
.vz57xt .cbn8qp .d8z84gye .v9a4::before { color: #f43f5e; }
.vz57xt .h2dlznka    .m4whq1n8    .v9a4::before,
.vz57xt .yu81w  .m4whq1n8    .v9a4::before,
.vz57xt .leai6dn1  .m4whq1n8    .v9a4::before,
.vz57xt .cbn8qp .m4whq1n8    .v9a4::before { color: #a855f7; }
.rsuoktt .rpoatbwg     { background: #2d2000; border-color: #eab308; }
.rsuoktt .pgegyeey strong  { color: #f1f5f9; }
.rsuoktt .pgegyeey p       { color: #cbd5e1; }
.rsuoktt .h2dlznka    .rpoatbwg     .v9a4::before,
.rsuoktt .yu81w  .rpoatbwg     .v9a4::before,
.rsuoktt .leai6dn1  .rpoatbwg     .v9a4::before,
.rsuoktt .cbn8qp .rpoatbwg     .v9a4::before { color: #eab308; }
.rsuoktt .h2dlznka    .d8z84gye .v9a4::before,
.rsuoktt .yu81w  .d8z84gye .v9a4::before,
.rsuoktt .leai6dn1  .d8z84gye .v9a4::before,
.rsuoktt .cbn8qp .d8z84gye .v9a4::before { color: #ef4444; }
.rsuoktt .h2dlznka    .m4whq1n8    .v9a4::before,
.rsuoktt .yu81w  .m4whq1n8    .v9a4::before,
.rsuoktt .leai6dn1  .m4whq1n8    .v9a4::before,
.rsuoktt .cbn8qp .m4whq1n8    .v9a4::before { color: #f97316; }
.tm0vciu .rpoatbwg     { background: #0c1a2e; border-color: #38bdf8; }
.tm0vciu .pgegyeey strong  { color: #f1f5f9; }
.tm0vciu .pgegyeey p       { color: #cbd5e1; }
.tm0vciu .h2dlznka    .rpoatbwg     .v9a4::before,
.tm0vciu .yu81w  .rpoatbwg     .v9a4::before,
.tm0vciu .leai6dn1  .rpoatbwg     .v9a4::before,
.tm0vciu .cbn8qp .rpoatbwg     .v9a4::before { color: #38bdf8; }
.tm0vciu .h2dlznka    .d8z84gye .v9a4::before,
.tm0vciu .yu81w  .d8z84gye .v9a4::before,
.tm0vciu .leai6dn1  .d8z84gye .v9a4::before,
.tm0vciu .cbn8qp .d8z84gye .v9a4::before { color: #818cf8; }
.tm0vciu .h2dlznka    .m4whq1n8    .v9a4::before,
.tm0vciu .yu81w  .m4whq1n8    .v9a4::before,
.tm0vciu .leai6dn1  .m4whq1n8    .v9a4::before,
.tm0vciu .cbn8qp .m4whq1n8    .v9a4::before { color: #2dd4bf; }
.qen3fx .rpoatbwg     { background: var(--accent-bg); border-color: var(--accent-light); }
.qen3fx .h2dlznka    .v9a4::before,
.qen3fx .yu81w  .v9a4::before,
.qen3fx .leai6dn1  .v9a4::before,
.qen3fx .cbn8qp .v9a4::before { color: var(--accent-light) !important; }
.tvw0fmd::before,
.fav79t::before { margin-right: 5px; }
.ipny5 .y1kp ul li,
.ipny5 .y1kp .tvw0fmd { color: #22c55e; }
.ipny5 .jwbg4giq ul li,
.ipny5 .jwbg4giq .fav79t { color: #ef4444; }
.s5om2cio .y1kp { background: var(--bg-pros); }
.s5om2cio .jwbg4giq { background: var(--bg-cons); }
.s5om2cio .y1kp .tvw0fmd { color: var(--c-pros-label); }
.s5om2cio .jwbg4giq .fav79t { color: var(--c-cons); }
.s5om2cio .y1kp ul li,
.s5om2cio .jwbg4giq ul li,
.ql4z .y1kp { background: var(--bg-pros); }
.ql4z .jwbg4giq { background: var(--bg-cons); }
.ql4z .y1kp .tvw0fmd { color: var(--c-pros-label); }
.ql4z .jwbg4giq .fav79t { color: var(--c-cons); }
.ql4z .y1kp ul li,
.ql4z .qc71l2n li          { color: var(--c-pros); }
.ql4z .jwbg4giq ul li,
.ql4z .kj49 li          { color: var(--c-cons); }
.fbabpm5l .tvw0fmd::before { content: "✓ "; }
.fbabpm5l .fav79t::before { content: "✗ "; }
.qnike9e .tvw0fmd::before { content: "→ "; }
.qnike9e .fav79t::before { content: "← "; }
.ydsoxbi .tvw0fmd::before { content: "★ "; }
.ydsoxbi .fav79t::before { content: "✕ "; }
.el2narfg .tvw0fmd::before { content: "◆ "; }
.el2narfg .fav79t::before { content: "▲ "; }
.qbudf26 .pgegyeey { background: transparent; border-left: none; border: 1.5px solid; }
.qbudf26 .rpoatbwg     { border-color: var(--c-tip-border); }
.qbudf26 .pgegyeey strong { color: var(--text-primary); }
.qbudf26 .pgegyeey p      { color: var(--text-muted); }
.wosl2 .pgegyeey { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.wosl2 .rpoatbwg     { border-top-color: var(--c-tip-border); }
.wosl2 .d8z84gye { border-top-color: var(--c-warn-border); }
.wosl2 .m4whq1n8    { border-top-color: #60a5fa; }
.t8o7ie7 .pgegyeey { border-left: none; border-radius: 8px; }
.t8o7ie7 .rpoatbwg     { background: #065f46; }
.t8o7ie7 .pgegyeey strong,
.t8o7ie7 .pgegyeey p { color: #fff; }
.t8o7ie7 .v9a4::before { color: rgba(255,255,255,0.85) !important; }
.vz57xt.t8o7ie7 .rpoatbwg,
.vz57xt .t8o7ie7 .rpoatbwg     { background: #052e16; }
.rsuoktt.t8o7ie7 .rpoatbwg,
.rsuoktt .t8o7ie7 .rpoatbwg      { background: #2d2000; }
.tm0vciu.t8o7ie7 .rpoatbwg,
.tm0vciu .t8o7ie7 .rpoatbwg      { background: #0c1a2e; }
.e9t4csz3 .pgegyeey { border-left: none; border-radius: 6px; padding: 10px 14px; }
.e9t4csz3 .rpoatbwg     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.e9t4csz3 .pgegyeey strong { color: var(--text-primary); }
.e9t4csz3 .pgegyeey p      { color: var(--text-muted); }
.u3gdw32l .pgegyeey { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.h2dlznka .v9a4,
.yu81w .v9a4,
.leai6dn1 .v9a4,
.cbn8qp .v9a4 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.h2dlznka .v9a4::before,
.yu81w .v9a4::before,
.leai6dn1 .v9a4::before,
.cbn8qp .v9a4::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.h2dlznka .rpoatbwg     .v9a4::before { content: "✦"; color: var(--c-tip-border); }
.h2dlznka .d8z84gye .v9a4::before { content: "▲"; color: var(--c-warn-border); }
.h2dlznka .m4whq1n8    .v9a4::before { content: "◉"; color: #60a5fa; }
.yu81w .rpoatbwg     .v9a4::before { content: "★"; color: var(--c-tip-border); }
.yu81w .d8z84gye .v9a4::before { content: "◆"; color: var(--c-warn-border); }
.yu81w .m4whq1n8    .v9a4::before { content: "●"; color: #60a5fa; }
.leai6dn1 .rpoatbwg     .v9a4::before { content: "▶"; color: var(--c-tip-border); }
.leai6dn1 .d8z84gye .v9a4::before { content: "■"; color: var(--c-warn-border); }
.leai6dn1 .m4whq1n8    .v9a4::before { content: "▸"; color: #60a5fa; }
.cbn8qp .rpoatbwg     .v9a4::before { content: "→"; color: var(--c-tip-border); }
.cbn8qp .d8z84gye .v9a4::before { content: "⬥"; color: var(--c-warn-border); }
.cbn8qp .m4whq1n8    .v9a4::before { content: "◈"; color: #60a5fa; }
.wc4j .mq76sa .sg8b,
.wc4j .vcp5ov .sg8b  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.wc4j .n7tby                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.wc4j .cjyhp          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.wc4j .hqbk                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.nmxxgj .mq76sa .sg8b,
.nmxxgj .vcp5ov .sg8b,
.nmxxgj .n7tby,
.nmxxgj .lt5awpm,
.nmxxgj .e6q3,
.nmxxgj .cjyhp,
.nmxxgj .hqbk,
.nmxxgj .u3gdw32l .pgegyeey { box-shadow: none; }
.h9asojuu   .ud6kd4, .h9asojuu .aoxw6bj, .h9asojuu .newdhywo,
.h9asojuu   .y63k, .h9asojuu .mlwa { font-size: 0.9rem; }
.h9asojuu   .q40ifam, .h9asojuu .f5onh8c1 { font-size: 0.9rem; }
.q1k0   .ud6kd4, .q1k0 .aoxw6bj, .q1k0 .newdhywo,
.q1k0   .y63k, .q1k0 .mlwa { font-size: 0.95rem; }
.q1k0   .q40ifam, .q1k0 .f5onh8c1 { font-size: 0.95rem; }
.bbxhl8zb   .ud6kd4, .bbxhl8zb .aoxw6bj, .bbxhl8zb .newdhywo,
.bbxhl8zb   .y63k, .bbxhl8zb .mlwa { font-size: 1.08rem; }
.bbxhl8zb   .q40ifam, .bbxhl8zb .f5onh8c1 { font-size: 1.05rem; }
.bbxhl8zb   .pmy8p { font-size: 0.97rem; }
.wt2gq8 .v9f6t      { font-size: 3.2rem; }
.wt2gq8 h2.eezwx { font-size: 1.9rem; }
.wt2gq8 h3.kau1agka     { font-size: 1.4rem; }
.e3badw .v9f6t      { font-size: 3.8rem; }
.e3badw h2.eezwx { font-size: 2.2rem; }
.e3badw h3.kau1agka     { font-size: 1.6rem; }
.gi0jywkv + .gi0jywkv { position: relative; }
.k480e0ho   .gi0jywkv + .gi0jywkv::before,
.y7th3zs  .gi0jywkv + .gi0jywkv::before,
.yw5z   .gi0jywkv + .gi0jywkv::before,
.eqolmpmu   .gi0jywkv + .gi0jywkv::before,
.a4q4cs   .gi0jywkv + .gi0jywkv::before,
.gw303zr .gi0jywkv + .gi0jywkv::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.k480e0ho .gi0jywkv + .gi0jywkv::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.y7th3zs .gi0jywkv + .gi0jywkv::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.yw5z .gi0jywkv + .gi0jywkv::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;
}
.eqolmpmu .gi0jywkv + .gi0jywkv::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.qlzuwe .gi0jywkv { margin-bottom: 16px; }
.qlzuwe .gi0jywkv + .gi0jywkv { margin-top: 0; }
.qlzuwe .wfa1u3z { padding-top: 0; padding-bottom: 0; }
.a4q4cs .gi0jywkv + .gi0jywkv::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.gw303zr .gi0jywkv + .gi0jywkv::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.y9av3s4 .gi0jywkv + .gi0jywkv::before,
.uvgztu .gi0jywkv + .gi0jywkv::before,
.owihwftv .gi0jywkv + .gi0jywkv::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%;
}
.jq90 .y9av3s4 .gi0jywkv:nth-child(even)::before,
.jq90 .uvgztu .gi0jywkv:nth-child(even)::before,
.jq90 .owihwftv .gi0jywkv:nth-child(even)::before { background: var(--bg-surface); }
.ylqlpjpv .y9av3s4 .gi0jywkv:nth-child(even)::before,
.ylqlpjpv .uvgztu .gi0jywkv:nth-child(even)::before,
.ylqlpjpv .owihwftv .gi0jywkv:nth-child(even)::before { background: var(--bg-card); }
.y9av3s4 .gi0jywkv + .gi0jywkv::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");
}
.uvgztu .gi0jywkv + .gi0jywkv::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");
}
.owihwftv .gi0jywkv + .gi0jywkv::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");
}
.s93xb6e .tljsr83o,
.b9h7dc .tljsr83o { padding-bottom: 60px; }
.e9ypd1 .tljsr83o { padding-bottom: 70px; }
.vn35h .slba5xb { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.smrv .slba5xb { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.ciphob .slba5xb { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.oy8a2v .slba5xb { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.s0uqzm .exq6y0 { background: var(--accent); }
.s0uqzm .exq6y0 .vebu9 { background: none; }
.s0uqzm .f0gwxj { background: var(--accent); }
.s0uqzm .slba5xb { background: var(--accent-bg); }
.s0uqzm .ddnt4o:not(.exq6y0) .vebu9 { background: rgba(0,0,0,0.6); }
.o8qg .csqcrb { float: left; width: 38%; margin: 0 28px 16px 0; }
.o8qg .csqcrb .vs5st { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.o8qg .wfa1u3z::after { content: ''; display: block; clear: both; }
.hp7zjsq .csqcrb { float: right; width: 38%; margin: 0 0 16px 28px; }
.hp7zjsq .csqcrb .vs5st { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.hp7zjsq .wfa1u3z::after { content: ''; display: block; clear: both; }
.ljqmlz .gi0jywkv:nth-child(odd)  .csqcrb { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ljqmlz .gi0jywkv:nth-child(even) .csqcrb { float: right; width: 38%; margin: 0 0 16px 28px; }
.ljqmlz .csqcrb .vs5st { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ljqmlz .wfa1u3z::after { content: ''; display: block; clear: both; }
.o8qg .flz1a33,
.hp7zjsq .flz1a33,
.ljqmlz .flz1a33,
@media (max-width: 900px) {
  .o8qg .csqcrb,
  .hp7zjsq .csqcrb,
  .ljqmlz .gi0jywkv:nth-child(odd)  .csqcrb,
  .ljqmlz .gi0jywkv:nth-child(even) .csqcrb {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .o8qg .csqcrb .vs5st,
  .hp7zjsq .csqcrb .vs5st,
  .ljqmlz .csqcrb .vs5st {
    max-height: none !important;
  }
}
.o8qg .q40ifam,
.o8qg .f5onh8c1,
.hp7zjsq .q40ifam,
.hp7zjsq .f5onh8c1,
.ljqmlz .q40ifam,
.ljqmlz .f5onh8c1 { overflow: hidden; }
@media (max-width: 640px) {
  .o8qg .csqcrb,
  .hp7zjsq .csqcrb,
  .ljqmlz .csqcrb { float: none; width: 100%; margin: 0 0 16px 0; }
}
.cd5w43b .k1bm,
.cd5w43b .wfa1u3z,
.cd5w43b .ogga  { max-width: 1100px; }
.p7vtm9h .k1bm,
.p7vtm9h .wfa1u3z,
.p7vtm9h .ogga  { max-width: 1200px; }
.du6m7yw .k1bm,
.du6m7yw .wfa1u3z,
.du6m7yw .ogga  { max-width: 1320px; }
.a7uxs3vc { font-size: 0.82rem; color: var(--text-muted); }
.h7iv5o3 { display: flex; align-items: center; }
.f0g9y {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.bh5d { display: flex; align-items: center; }
.tkq6 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.tkq6:hover { text-decoration: underline; }
.kox3 { margin: 0 3px; opacity: 0.45; }
.kox3::before { content: '/'; }
.n18pcsl { padding: 2px 5px; color: var(--text-main); }
.lgnu .a7uxs3vc {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.lgnu .h7iv5o3 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.b5qst .a7uxs3vc {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.b5qst .h7iv5o3 { padding: 0 0 0 12px; }
.di7n3l .h7iv5o3 { padding: 0 16px; }
.di7n3l .a7uxs3vc {
  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);
}
.di7n3l .k1bm { padding-top: 28px; }
@media (max-width: 720px) {
  .dnqenx0u { margin-top: 18px; padding: 0 16px; }
  .di7n3l .k1bm { padding-top: 16px; }
}
.cd5w43b.lgnu .h7iv5o3 { max-width: 1100px; }
.p7vtm9h.lgnu .h7iv5o3 { max-width: 1200px; }
.du6m7yw.lgnu .h7iv5o3 { max-width: 1320px; }
.hlj1c2n .gi0jywkv { padding-top: 16px; padding-bottom: 16px; }
.f0407 .gi0jywkv { padding-top: 24px; padding-bottom: 24px; }
.cklr .gi0jywkv { padding-top: 40px; padding-bottom: 40px; }
.dz8xc .gi0jywkv { padding-top: 52px; padding-bottom: 52px; }
.fkd6qf .gi0jywkv:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.fkd6qf .gi0jywkv:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.fkd6qf .gi0jywkv:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.fkd6qf .gi0jywkv:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.sv22a6 .wfa1u3z { padding-top: 10px;  padding-bottom: 10px; }
.j2w3sg .wfa1u3z { padding-top: 18px;  padding-bottom: 18px; }
.w8x19tce .wfa1u3z { padding-top: 36px;  padding-bottom: 36px; }
.rmojm30 .wfa1u3z { padding-top: 48px;  padding-bottom: 48px; }
.j5386 h2.eezwx { font-weight: 600; }
.j5386 h3.kau1agka     { font-weight: 600; }
.q9nk5 h2.eezwx { font-weight: 800; }
.q9nk5 h3.kau1agka     { font-weight: 700; }
.gppy14 { font-weight: 600; }
.gppy14 h2.eezwx { font-weight: 900; }
.gppy14 h3.kau1agka     { font-weight: 800; }
.gppy14 .pgegyeey strong,
.gppy14 .pgegyeey strong { font-weight: 600; }
.nd28u {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.sv1xv6 .nd28u { display: none; }
@media (max-width: 640px) { .nd28u { display: none; } }
.nd28u { background: var(--cta) !important; color: #fff !important; border: none !important; }
.nd28u:hover { opacity: 0.85; }
.arf4ye .nd28u { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ozzj5 .nd28u,
.ychncy  .nd28u { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.ozzj5 .nd28u:hover,
.ychncy  .nd28u:hover { opacity: 0.88; }
.arf4ye.ozzj5 .nd28u,
.arf4ye.ychncy  .nd28u { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.f9td6 {
  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;
}
.f9td6:hover { transform: translateY(-2px); opacity: 0.92; }
.f9td6 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.rapr .f9td6 { display: none; }
.goqlt .f9td6 { right: 32px; }
.zbd4xc  .f9td6 { left: 32px; }
@media (max-width: 480px) {
  .goqlt .f9td6 { right: 20px; bottom: 20px; }
  .zbd4xc  .f9td6 { left: 20px; bottom: 20px; }
}
.cgvul { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ogga { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.t6hyd1 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.x58fb { color: var(--text-dim); font-size: 0.8rem; }
.s44hzsw a, .r6onna9 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.s44hzsw a:hover, .r6onna9 a:hover { color: var(--accent-light); }
.r6onna9 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.hbyjest .ogga { text-align: center; }
.hbyjest .r6onna9 { justify-content: center; margin-bottom: 16px; }
.hbyjest .t6hyd1 { margin-top: 0; }
.p19ovl { margin-top: 10px; }
.p19ovl a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ogga { padding-left: 16px; padding-right: 16px; }
  .rl2unq .ogga { padding: 20px 16px; }
  .r6onna9 { gap: 4px 12px; }
  .t6hyd1 { font-size: 0.78rem; }
}
.x1jcz .t6hyd1 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.x1jcz .x58fb { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .x1jcz .oe4io9 { grid-template-columns: 1fr 1fr; } .x1jcz .sn7i { grid-column: 1 / -1; } }
@media (max-width: 480px) { .x1jcz .oe4io9 { grid-template-columns: 1fr; } }
.a71kc .t6hyd1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .a71kc .sjor62oy { gap: 12px; } .a71kc .c8d6 { margin-right: 0; width: 100%; } }
.j8tfeqf .t6hyd1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.j8tfeqf .x58fb { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .j8tfeqf .m1ssic { grid-template-columns: 1fr 1fr; } .j8tfeqf .y13l { grid-column: 1 / -1; } }
@media (max-width: 480px) { .j8tfeqf .m1ssic { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .lexmy .m6l65r9 { grid-template-columns: 1fr 1fr; } .lexmy .hox5o0j:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .lexmy .m6l65r9 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .kivzzfgh .m6l65r9 { grid-template-columns: 1fr; } }
.jyw5x .ogga { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.jyw5x .r6onna9 { justify-content: center; }
.qp10 .yk8a4hf      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.qp10 .cgvul { background: var(--bg-page); border-top-color: var(--border-alt); }
.kw1hhtxd .yk8a4hf      { background: #0d1117; border-bottom-color: #21262d; }
.kw1hhtxd .gra8wr4e { color: var(--accent-light); }
.kw1hhtxd .njpuc { --msep-color: #8b949e; }
.kw1hhtxd .njpuc a { color: #8b949e; }
.kw1hhtxd .njpuc a:hover { color: var(--accent-light); }
.kw1hhtxd .gf4xm { color: #8b949e; }
.kw1hhtxd .cgvul { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.kw1hhtxd .t6hyd1,
.kw1hhtxd .x58fb { color: #6e7681; }
.kw1hhtxd .s44hzsw a, .kw1hhtxd .r6onna9 a,
.kw1hhtxd .nklx7x5t a, .kw1hhtxd .hyai a,
.kw1hhtxd .fpy63t a { color: #8b949e; }
.kw1hhtxd .c8d6 { color: #e6edf3; }
.kw1hhtxd .s44hzsw a:hover, .kw1hhtxd .r6onna9 a:hover,
.kw1hhtxd .nklx7x5t a:hover, .kw1hhtxd .hyai a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .kw1hhtxd .njpuc { background: #0d1117; border-top-color: #21262d; }
  .kw1hhtxd .njpuc li a { border-bottom-color: #21262d; }
}
.m5qddga .yk8a4hf      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.m5qddga .gra8wr4e { color: var(--accent-light); }
.m5qddga .njpuc { --msep-color: #475569; }
.m5qddga .njpuc a { color: #475569; }
.m5qddga .njpuc a:hover { color: var(--accent-light); }
.m5qddga .gf4xm { color: #64748b; }
.m5qddga .cgvul { background: #f0f4f8; border-top-color: #cbd5e1; }
.m5qddga .t6hyd1,
.m5qddga .x58fb { color: #64748b; }
.m5qddga .s44hzsw a, .m5qddga .r6onna9 a,
.m5qddga .s44hzsw a:hover, .m5qddga .r6onna9 a:hover,
@media (max-width: 640px) {
  .m5qddga .njpuc { background: #f0f4f8; border-top-color: #cbd5e1; }
  .m5qddga .njpuc li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ozzj5 .yk8a4hf      { background: var(--accent); border-bottom-color: var(--accent-light); }
.ozzj5 .gra8wr4e { color: #fff; }
.ozzj5 .njpuc { --msep-color: rgba(255,255,255,0.82); }
.ozzj5 .njpuc a { color: rgba(255,255,255,0.82); }
.ozzj5 .njpuc a:hover { color: #fff; }
.ozzj5 .gf4xm { color: rgba(255,255,255,0.9); }
.ozzj5 .cgvul { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.ozzj5 .t6hyd1,
.ozzj5 .x58fb { color: rgba(255,255,255,0.72); }
.ozzj5 .s44hzsw a, .ozzj5 .r6onna9 a,
.ozzj5 .s44hzsw a:hover, .ozzj5 .r6onna9 a:hover,
@media (max-width: 640px) {
  .ozzj5 .njpuc { background: var(--accent); border-top-color: var(--accent-light); }
  .ozzj5 .njpuc li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.ychncy .yk8a4hf {
  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);
}
.ychncy .cgvul {
  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) {
  .ychncy .njpuc {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.tzl0 .jc9am5ee { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.fy0yxng .jc9am5ee { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ac6d2ac .jc9am5ee { min-height: 72px; height: auto; }
.yovvi13 .jc9am5ee { min-height: 84px; height: auto; }
.rl2unq .jc9am5ee { max-width: none; padding: 0 32px; }
.rl2unq .ogga  { max-width: none; padding: 24px 32px; }
.ngqkb2cc.p7vtm9h .jc9am5ee { max-width: 1200px; }
.ngqkb2cc.du6m7yw .jc9am5ee { max-width: 1320px; }
.fls62t2   .gra8wr4e, .fls62t2   .c8d6 { text-transform: capitalize; }
.uxvbctg .gra8wr4e, .uxvbctg .c8d6 { text-transform: lowercase; }
.hjbjv1d .gra8wr4e, .hjbjv1d .c8d6 { text-transform: uppercase; letter-spacing: 0.06em; }
.p7ivf7k, .mppid0m {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.tsdhtosp .p7ivf7k,
.z1grox .p7ivf7k,
.kyfze .p7ivf7k,
.eqex09 .p7ivf7k,
.lfztgxz   .njpuc a { font-weight: 500; }
.uno4 .njpuc a { font-weight: 600; }
.a05gk     .njpuc a { font-weight: 700; }
.x72s8    .njpuc a { font-weight: 800; letter-spacing: 0.01em; }
.v1imf     .njpuc > li + li::before,
.fuyo1tc    .njpuc > li + li::before,
.w1j8ea    .njpuc > li + li::before,
.lye0vamr .njpuc > li + li::before,
.ph76oky4 .njpuc > li + li::before,
.lm27oeer  .njpuc > li + li::before,
.iwxwkyf    .njpuc > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.v1imf     .njpuc > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.fuyo1tc    .njpuc > li + li::before { content: "|"; }
.w1j8ea    .njpuc > li + li::before { content: "—"; }
.lye0vamr .njpuc > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ph76oky4 .njpuc > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.lm27oeer  .njpuc > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.iwxwkyf    .njpuc > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .aewq .gf4xm,
  .opr5ke .gf4xm,
  .z13s .gf4xm,
  .cffq9f .gf4xm,
  .hvqt .gf4xm {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .aewq .gf4xm::before,
  .opr5ke .gf4xm::before,
  .z13s .gf4xm::before,
  .cffq9f .gf4xm::before,
  .hvqt .gf4xm::before { content: ""; display: block; flex-shrink: 0; }

  
  .aewq .gf4xm::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;
  }

  
  .opr5ke .gf4xm::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;
  }

  
  .z13s .gf4xm::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;
  }

  
  .cffq9f .gf4xm::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;
  }

  
  .hvqt .gf4xm::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) {
  .xnsz08n .gf4xm {
    padding: 5px 14px;
  }
  .xnsz08n .njpuc {
    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;
  }
  .xnsz08n .njpuc li a {
    border-bottom: none; padding: 10px 22px;
  }
  .xnsz08n .njpuc li a:hover { background: var(--bg-raised); }
  .xnsz08n .smg3snx,
  .dteykj .smg3snx,
  .scpbi .smg3snx { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .do35j .gf4xm {
    padding: 5px 10px;
  }
  .do35j .njpuc {
    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);
  }
  .do35j .njpuc.kj7u { transform: translateX(0); }
  .do35j .njpuc li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .do35j .njpuc li:last-child a { border-bottom: none; }
  .ozzj5 .njpuc,
  .kw1hhtxd .njpuc { background: var(--accent) !important; }
  .ozzj5 .njpuc li a,
  .kw1hhtxd .njpuc li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .scpbi .gf4xm {
    padding: 5px 10px;
  }
  .scpbi .njpuc {
    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);
  }
  .scpbi .njpuc::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .scpbi .njpuc.kj7u { transform: translateY(0); }
  .scpbi .njpuc li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .o6lp8 .gf4xm {
    padding: 5px 10px;
  }
  .o6lp8 .njpuc {
    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;
  }
  .o6lp8 .njpuc.kj7u { opacity: 1; pointer-events: auto; }
  .o6lp8 .njpuc li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .nofhtm     .gf4xm { border-radius: 0 !important; }
  .dliz6fwg   .gf4xm { border-radius: 8px !important; }
  .io1jr12 .gf4xm { border-radius: 50% !important; }
  .v8qdf   .gf4xm { border-radius: 999px !important; }
}
.dqni1 .tl01 { height: 36px; }
.adap74mb .tl01 { height: 60px; max-width: 200px; }
.v5ywqf .tl01 { height: 76px; max-width: 240px; }
.rgaaa2nv    .vio28o5d, .rgaaa2nv    .fqkjze { color: #f59e0b; }
.zbjy .cs1di6y5 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.zbjy .du2h {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .sjy4xkwc .px1o {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .sjy4xkwc .lt5awpm {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .sjy4xkwc .lt5awpm { padding: 40px 16px 20px; }
  .sjy4xkwc .fu8iu39f {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .sjy4xkwc .b38d { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .xnm4w5gx .lt5awpm {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .xnm4w5gx .lt5awpm::before {
    position: absolute; top: 14px; left: 14px;
  }
  .xnm4w5gx .v2myvn {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .xnm4w5gx .ii17xk { white-space: normal; text-align: center; font-size: 1.2rem; }
  .xnm4w5gx .fu8iu39f {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .xnm4w5gx .b38d { width: 100%; min-width: 0; }
  .xnm4w5gx .vio28o5d { min-width: 0; }
}
.rmt3 .o5o55 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.rmt3 .o5o55 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.rmt3 .o5o55 p { padding: 0 2px 16px; }
.wchf .o5o55 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.wchf .o5o55 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.wchf .o5o55 summary::after { content: "›"; font-size: 1.2em; }
.wchf .o5o55[open] summary::after { content: "‹"; }
.wchf .o5o55 p { padding: 10px 22px 4px; }
.mxcxpc1f .o5o55 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.mxcxpc1f .o5o55 summary { color: var(--text-primary); padding-left: 16px; }
.mxcxpc1f .o5o55 summary::after { content: "›"; font-size: 1.1em; }
.mxcxpc1f .o5o55[open] summary::after { content: "‹"; }
.mxcxpc1f .o5o55 p { padding-left: 16px; }
.fyb7t6z .hknjqbs { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.fyb7t6z .o5o55 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.fyb7t6z .o5o55:last-child { border-bottom: none; }
.fyb7t6z .o5o55 summary { color: var(--text-primary); border-radius: 0; }
.fyb7t6z .o5o55 summary::after { content: "›"; font-size: 1.1em; }
.fyb7t6z .o5o55[open] summary::after { content: "‹"; }
.sdzw .o5o55 { overflow: hidden; }
.sdzw .o5o55 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.sdzw .o5o55 summary::after { color: rgba(255,255,255,.75); }
.sdzw .o5o55[open] summary { border-radius: 0; }
.dkg6nd2a { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.m41k5v {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.eeinrhgw {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.q5e9sk { color: var(--text-muted); font-size: 1.05rem; }
.eff7shv9 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.dweu3bo { margin-bottom: 20px; }
.of2yefx {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.z0mx0 {
  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;
}
.z0mx0:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.mtokris { resize: vertical; min-height: 130px; }
.rixtb { width: 100%; margin-top: 8px; }
.dueqy {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.th4kc {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ndryoff { color: var(--text-muted); line-height: 1.75; }
.chb6az { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.chb6az li { margin-bottom: 6px; }
.tg7t { max-width: 760px; margin: 0 auto; }
.ukvl { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.y7umkwwm { max-width: 760px; margin: 0 auto; }
.tyzozn2 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.p7rw4im8 ul.chb6az { margin: 0; }
.amvo5x .tyzozn2 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .amvo5x { grid-template-columns: 1fr; gap: 10px; } }
.hp9ir2pu { max-width: 640px; margin: 0 auto; text-align: center; }
.q9ghq4 { margin-bottom: 48px; }
.q9ghq4 .tyzozn2 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.q9ghq4 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.uepz9zvr .chb6az { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .bs7awi { grid-template-columns: 1fr; } }
.wtke { color: inherit; text-decoration: none; }
.wtke:hover { color: var(--accent-light); text-decoration: underline; }
.cqgh5e0y { display: inline-block; line-height: 0; }
.gc6l { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.u5hpb60 { max-width: 760px; margin: 0 auto; }
.frpqw ul.chb6az { margin: 0; }
.t3jws { color: var(--text-muted); line-height: 1.75; }
.pmzy6 .chb6az,
.p2kllri6 .chb6az,
.la5heww .chb6az,
.of5k6i4b .chb6az {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.kd2k9 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.o0vwlum { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.qhy1o4z { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.zt5oo9dm { margin-top: 12px; }
.yflv1 { 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; }
.yflv1:hover { border-bottom-color: var(--accent-light); }
.gjt83a0 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.gjt83a0 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gpkto { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.d9lqnt7 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.h1us { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .oic3 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.s3jcacc .qhy1o4z, .s3jcacc .o0vwlum { max-width: 640px; }
.yw4hdft .kd2k9 { font-size: 1.6rem; margin-top: 18px; }
.bi44 .qhy1o4z { margin-bottom: 28px; }
@media (max-width: 860px) { .kmoqv2w { grid-template-columns: 1fr; } .yw4hdft { position: static; text-align: center; } }
.qu1p .gjt83a0 { margin: 0 auto 18px; }
.qu1p .d9lqnt7 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .rznypu { grid-template-columns: 1fr; } }
.ta5wwd { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.yyivd { flex: 1; }
.ta5wwd .kd2k9 { font-size: 1.6rem; margin-bottom: 6px; }
.o6ptq7 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.of5k6i4b { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.u1pt8z1 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.of5k6i4b p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.of5k6i4b .chb6az { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ta5wwd { flex-direction: column; text-align: center; } .o6ptq7 { grid-template-columns: 1fr; } }
.rvbnwdk .kd2k9 { font-size: 1.35rem; margin: 0 0 4px; }
.rvbnwdk .d9lqnt7 { margin: 0; }
.wgma817p { max-width: 760px; margin: 0 auto; }
.bfohg2 { position: relative; padding-left: 28px; }
.bfohg2::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.ocrukq { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.ocrukq:last-child { padding-bottom: 0; }
.t3gsb { 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; }
.d7y98na h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.d7y98na p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ftz6b .eeinrhgw { color: var(--accent-light); }
.odoxq .eeinrhgw { font-size: 2rem; }
.odoxq .q5e9sk { max-width: 680px; }
.ddmka .eeinrhgw { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.ddmka .q5e9sk  { margin: 0; }
@media (max-width: 640px) { .ddmka { flex-direction: column; } }
.pk9d .eeinrhgw { color: var(--accent-light); }
.td58 {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.td58 .eeinrhgw { color: #fff; }
.td58 .q5e9sk  { color: rgba(255,255,255,0.85); }
.jil0yv0v { max-width: 680px; margin: 0 auto; }
.cyqvwd {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .cyqvwd { grid-template-columns: 1fr; } }
.wab4i .z0mx0 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.wab4i .z0mx0:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.g36vk .z0mx0 { background: var(--bg-raised); border-color: transparent; }
.g36vk .z0mx0:focus { background: var(--bg-card); border-color: var(--accent-light); }
.u6v5 .z0mx0 { border-radius: 100px; padding: 11px 20px; }
.u6v5 .mtokris { border-radius: 14px; }
@media (max-width: 640px) { .j8kh5qei { grid-template-columns: 1fr; } }
.pgfcj { counter-reset: priv-count; }
.kytui {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.kytui:last-child { border-bottom: none; }
.g25ojjd4 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.kytui h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.kytui p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.v5u3mj { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.v5u3mj li { margin-bottom: 6px; }
.dsxz5n{display:none}
.dsxz5n:empty,.fr1cmmu:empty{display:none}
.tadyo{position:relative;overflow:visible}
.vuqp .klfvfpm,.fpmn .klfvfpm,
.uxwfw56 .klfvfpm,.rk6ged .klfvfpm,
.qhy5ad4 .klfvfpm,.a3xi .klfvfpm{display:block}
.gk7sj73c .sc88d61u{display:block}
.vuqp .klfvfpm,.fpmn .klfvfpm,
.uxwfw56 .klfvfpm,.rk6ged .klfvfpm,
.qhy5ad4 .klfvfpm{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}
.vuqp .klfvfpm .fr1cmmu,.fpmn .klfvfpm .fr1cmmu,
.uxwfw56 .klfvfpm .fr1cmmu,.rk6ged .klfvfpm .fr1cmmu,
.qhy5ad4 .klfvfpm .fr1cmmu{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}
.vuqp .w7jh,.fpmn .w7jh,
.uxwfw56 .w7jh,.rk6ged .w7jh,
.qhy5ad4 .w7jh{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.vuqp .klfvfpm,.fpmn .klfvfpm{top:12px}
.vuqp .klfvfpm .fr1cmmu{margin-right:auto}
.fpmn .klfvfpm .fr1cmmu{margin-left:auto}
.fpmn .klfvfpm{text-align:right}
.uxwfw56 .klfvfpm,.rk6ged .klfvfpm{bottom:12px}
.uxwfw56 .klfvfpm .fr1cmmu{margin-right:auto}
.rk6ged .klfvfpm .fr1cmmu{margin-left:auto}
.rk6ged .klfvfpm{text-align:right}
.qhy5ad4 .klfvfpm{position:relative;margin-top:16px}
.qhy5ad4 .klfvfpm .fr1cmmu{margin:0 auto}
.a3xi .klfvfpm{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.a3xi .klfvfpm .fr1cmmu{margin:0}
.a3xi .slba5xb~.klfvfpm,
.a3xi .klvjnyz7~.klfvfpm{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.a3xi .slba5xb~.klfvfpm .fr1cmmu,
.a3xi .klvjnyz7~.klfvfpm .fr1cmmu{justify-content:flex-start}
.slba5xb~.klfvfpm,.klvjnyz7~.klfvfpm{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}
.slba5xb~.klfvfpm .fr1cmmu{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.klvjnyz7~.klfvfpm .fr1cmmu{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.sc88d61u .fr1cmmu{margin:0 0 12px}
.fr1cmmu{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.w7jh{white-space:nowrap}
.mh6tww0 .w7jh{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.mh6tww0 .lunhz47::before{content:""}
.j87dse .w7jh{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}
.em9s .fr1cmmu{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.zjpfr .w7jh{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.gzii .w7jh{color: var(--accent-light);opacity:1;font-weight:500}
.oi5zf958 .w7jh{border-bottom:1px solid currentColor;padding-bottom:2px}
.ppq4aq .fr1cmmu{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.lglue6{--date-bg:transparent}
.wfrc9414 .w7jh + .w7jh::before{content:"•";margin-right:6px;opacity:.4}
.sknx3x5j .w7jh + .w7jh::before{content:"/";margin-right:6px;opacity:.35}
.lpvz6sd5 .w7jh + .w7jh::before{content:"|";margin-right:6px;opacity:.3}
.sb6lgh .lunhz47::before{content:"—";opacity:.3}
.sb6lgh .w7jh + .w7jh::before{content:"—";margin-right:6px;opacity:.3}
.xlqom9mj .w7jh + .w7jh::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.cukijo .w7jh + .w7jh::before{content:"·";margin-right:6px;opacity:.4}
.dqj8t1 .w7jh + .w7jh::before{content:"›";margin-right:6px;opacity:.4}
.kus5iamp .w7jh + .w7jh::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.guy8r{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.icatog{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.obd4{display:flex;flex-direction:column;gap:3px}
.orwkqt{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.q5t7mmc{font-weight:700;font-size:1rem;color:var(--text-heading)}
.yr2qix8{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.ba9c .guy8r{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.sx9jiuu6 .guy8r{border-top:3px solid var(--accent);padding-top:18px}
.yawat .guy8r{border-left:3px solid var(--accent);border-radius:0}
.j5mdy .guy8r{padding:20px 0}
@media(max-width:640px){
  .guy8r{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .yr2qix8{max-width:100%}
}
:root {
  --accent:          #163180;
  --brand:           #163180;
  --brand-light:     #5e7edd;
  --brand-pale:      #9bade2;
  --grad-start:      #070f28;
  --grad-end:        #12286a;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #163180;
  --cta-light:       #264cbb;
  --cta-hover:       #1b3ea2;
  --bg-page:         #050814;
  --bg-surface:      #080e20;
  --bg-card:         #0b132c;
  --bg-card-inner:   #0e1939;
  --bg-raised:       #111e45;
  --bg-hover:        #142351;
  --border:          #182b61;
  --border-alt:      #1e357a;
  --border-section:  #182b61;
  --text-primary:    #e3e4e7;
  --text-muted:      #9ea2ad;
  --text-body:       #c7c9d0;
  --text-sub:        #9ea2ad;
  --text-faint:      #696d7c;
  --text-dim:        #515560;
  --text-label:      #828795;
  --text-value:      #b9bcc4;
  --accent-bg:       #12182b;
  --accent-bg-light: #182342;
  --bg-tip:          #162620;
  --bg-warning:      #272115;
  --bg-info:         #161c26;
  --bg-pros:         #162620;
  --bg-cons:         #26161c;
  --c-pros:          #7ef0c9;
  --c-cons:          #e689a8;
  --c-pros-label:    #51ebb6;
  --c-tip-border:    #31e7a8;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #7ef0c9;
}
:root { --logo-bg-opacity: 51%; }
body, button, input { font-family: "Chakra Petch", sans-serif; }
.pm3anvho .qc71l2n li::before, .pm3anvho .kj49 li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.pm3anvho .qc71l2n li::before { content: ""; }.pm3anvho .kj49 li::before { content: ""; }.pm3anvho .tvw0fmd::before, .pm3anvho .fav79t::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.pm3anvho .tvw0fmd::before { content: ""; }.pm3anvho .fav79t::before { content: ""; }
.a04vc .zrv0, .a04vc .slba5xb { min-height: 780px; }
.rfrdrhtk .vl1o::after, .rfrdrhtk .hxrjsc::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.kox3::before { content: '·'; font-size: 1.3em; line-height: 1; }
.ovb92v7 .w7jh::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.ovb92v7 .w7jh:first-of-type::before{content:"\f017"}.ovb92v7 .w7jh:last-of-type::before{content:"\f2f1"}