: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;
}
.e2cfxb {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.jr2v {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.u0pdb {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.xa7m { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.q7cnnj { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.q7cnnj a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.q7cnnj a:hover { color: var(--accent-light); }
.ovgc   .gm7et { border-radius: 0; }
.sjalr .gm7et li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .gm7et {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ruuw:hover .gm7et,
  .ruuw:focus-within .gm7et { display: block; }
  .gm7et li a { padding: 8px 16px; font-size: 0.88rem; }
}
.g62uueo {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.sptfuqe { display: none; }
@media (max-width: 640px) {
  .sptfuqe {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .sptfuqe.dogtb { display: block; }
}
@media (max-width: 640px) {
  .g62uueo { display: block; }
  .q7cnnj > li + li::before { display: none !important; }
  .q7cnnj {
    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;
  }
  .q7cnnj.dogtb { display: flex; }
  .q7cnnj li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .q7cnnj li:last-child a { border-bottom: none; }
}
.mqu9xrii { min-height: 480px; }
.caue {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.jqly { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ewedl51i .jqly { margin-left: 0; margin-right: 0; }
.wyccgs {
  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;
}
.wyccgs:hover { opacity: 0.88; }
.z1mv .caue { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.z1mv .jqly { color: #e2e8f0; }
.z1mv.mv71ubi .aqms { text-align: center; }
.ln9z .caue { color: var(--text-primary); text-shadow: none; }
.ln9z .jqly { color: var(--text-muted); }
.ln9z .wyccgs { margin-top: 16px; }
.ln9z, .ln9z.mqu9xrii { min-height: auto !important; }
.ln9z.mv71ubi .aqms { text-align: center; }
.ln9z~.p8no4n{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}
.ln9z~.p8no4n .s16h7gy{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; }
}
@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; }
}
.ynp0ck .caue { color: #fff; }
.ynp0ck .jqly { color: rgba(255,255,255,0.85); }
.ynp0ck .wyccgs { background: #fff; color: var(--cta); }
.ynp0ck .wyccgs:hover { opacity: 0.92; }
.fhxdzg5 .q5rb7li { position: relative; overflow: hidden; }
.fhxdzg5 .q5rb7li::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;
}
.mm692s .q5rb7li {
  animation: hg-breathe 7s ease-in-out infinite;
}
.g1rm .q5rb7li { position: relative; overflow: hidden; }
.g1rm .q5rb7li::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;
}
.u47anq .q5rb7li { position: relative; overflow: hidden; }
.u47anq .q5rb7li::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;
}
.umr4ta .q5rb7li {
  animation: hg-fadein 1.2s ease-out both;
}
.q5rb7li {
  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%);
}
.tos6a {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.ti9uy2f {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.ygb3tsy1 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.q5rb7li .caue { text-shadow: none; color: var(--text-primary); }
.q5rb7li .jqly { color: var(--text-muted); }
.q5rb7li.mv71ubi .tos6a { align-items: center; text-align: center; }
.q5rb7li.ewedl51i   .tos6a { align-items: flex-start; text-align: left; }
.g9boly7p .ti9uy2f { position: relative; }
.g9boly7p .ti9uy2f::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.g9boly7p.ajj0i2 .ti9uy2f::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.pjoj .ti9uy2f {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.pjoj .ygb3tsy1 {
  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);
}
.pjoj.ajj0i2 .ti9uy2f { padding: 32px 0 32px 32px; }
.lk9dsq .ti9uy2f {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.lk9dsq .ygb3tsy1 {
  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);
}
.ajj0i2 .tos6a {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.lk9dsq.ajj0i2 .ti9uy2f { padding: 40px 16px 40px 48px; }
.zc8a .ti9uy2f { display: flex !important; align-items: center; justify-content: center; position: relative; }
@media (max-width: 700px) {
  .q5rb7li { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .q5rb7li .ti9uy2f { display: none !important; }
  .zc8a .ti9uy2f { display: none !important; }
  .des6 .itsr { display: none !important; }
  .qjjob9v .kz52tsj { display: none !important; }
  .tos6a  { padding: 36px 24px; }
  .q5rb7li~.p8no4n,.ajj0i2~.p8no4n{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .mqu9xrii, .q5rb7li { min-height: 320px !important; }
  
  .caue { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .xl37lucn { display: none !important; }
  
  .eiyqjg6 { flex-direction: column; align-items: center; }
  .atc0qym7 { width: 100%; max-width: 340px; }
}
.lo5rksz { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ztki9 { width: 100%; height: auto; display: block; border-radius: 10px; }
.xlwfi3ot .lo5rksz        { border-radius: 16px; }
.xlwfi3ot .ztki9  { border-radius: 16px; }
.zbdb .lo5rksz         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.zbdb .ztki9   { border-radius: 8px; }
.dodair { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ettrl3oz { width: 100%; padding: 32px 0; position: relative; }
.rpnew1e { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.bjjq0wv .ettrl3oz:nth-child(even) { background: var(--bg-surface); }
.bjjq0wv .ettrl3oz:nth-child(odd)  { background: var(--bg-page); }
.d0ovb .ettrl3oz:nth-child(even) { background: var(--bg-card); }
.d0ovb .ettrl3oz:nth-child(odd)  { background: var(--bg-page); }
.bjjq0wv .ettrl3oz:nth-child(odd)  .rpnew1e { background: var(--bg-card); border-radius: 6px; }
.bjjq0wv .ettrl3oz:nth-child(even) .rpnew1e { background: var(--bg-raised); border-radius: 6px; }
.d0ovb .ettrl3oz:nth-child(odd)  .rpnew1e { background: var(--bg-card); border-radius: 6px; }
.d0ovb .ettrl3oz:nth-child(even) .rpnew1e { background: var(--bg-raised); border-radius: 6px; }
.bjjq0wv .ettrl3oz:nth-child(even) .ouwf .pn4rk,
.d0ovb .ettrl3oz:nth-child(even) .ouwf .pn4rk { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.bjjq0wv .ettrl3oz:nth-child(odd) .ouwf .pn4rk,
.d0ovb .ettrl3oz:nth-child(odd) .ouwf .pn4rk { background: var(--bg-card-inner); }
.bjjq0wv .ettrl3oz:nth-child(even) .t4jf .pn4rk:nth-child(odd),
.d0ovb .ettrl3oz:nth-child(even) .t4jf .pn4rk:nth-child(odd)  { background: var(--bg-card); }
.bjjq0wv .ettrl3oz:nth-child(even) .t4jf .pn4rk:nth-child(even),
.d0ovb .ettrl3oz:nth-child(even) .t4jf .pn4rk:nth-child(even) { background: var(--bg-card-inner); }
h1.uojetep { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.uojetep {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.n9d8bl { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.iic72wb h2.uojetep {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.emc55f h2.uojetep {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.b9lyei h2.uojetep {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.sy9eb3dm h2.uojetep::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.bxuic0ae h2.uojetep {
  color: var(--text-primary); font-size: 1.7rem;
}
.dvr8 h2.uojetep::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
.w3o81 h2.uojetep {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.ynpxl3fl { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .ynpxl3fl { display: none; } }
.vvbv2cim { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.zilbs { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.whs41m {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.hjbq { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.ztkig6b { padding-left: 20px; }
.ztkig6b li { margin-bottom: 6px; }
.ztkig6b a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.ztkig6b a:hover { color: var(--accent-light); }
.pse78m .hjbq { display: none; }
.i1isr .hjbq { display: none; }
.i1isr .ztkig6b { padding-left: 0; list-style: none; }
.i1isr .ztkig6b li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.i1isr .ztkig6b a { font-size: 0.92rem; }
.ix0hji78 .whs41m { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ix0hji78 .hjbq { display: none; }
.ix0hji78 .ztkig6b { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.ix0hji78 .ztkig6b li { margin-bottom: 0; }
.ix0hji78 .ztkig6b 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;
}
.ix0hji78 .ztkig6b a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.i9jtsb .whs41m { padding: 20px 20px 16px; }
.i9jtsb .ztkig6b {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.i9jtsb .ztkig6b li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.i9jtsb .ztkig6b 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;
}
.i9jtsb .ztkig6b 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;
}
.i9jtsb .ztkig6b a:hover { color: var(--accent-light); border-color: var(--accent); }
.i9jtsb .ztkig6b a:focus,
.i9jtsb .ztkig6b a:focus-visible,
.i9jtsb .ztkig6b a:target { outline: none; }
.i9jtsb .ztkig6b li:target a { border-color: var(--border); color: var(--text-muted); }
.wxp8 .whs41m { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.wxp8 .hjbq { display: none; }
.wxp8 .ztkig6b { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.wxp8 .ztkig6b li { margin-bottom: 0; }
.wxp8 .ztkig6b li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.wxp8 .ztkig6b li:last-child::after { content: ""; margin-right: 0; }
.wxp8 .ztkig6b a { font-size: 0.9rem; }
.pn4rk { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ouwf .pn4rk { background: var(--bg-card); }
.t4jf .pn4rk:nth-child(odd)  { background: var(--bg-card); }
.t4jf .pn4rk:nth-child(even) { background: var(--bg-raised); }
.zo4q79t .pn4rk {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.zo4q79t .pn4rk:last-child { border-bottom: none; }
.zo4q79t h3.n9d8bl { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.st33 .pn4rk {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.st33 .pn4rk + .pn4rk { margin-top: 4px; }
.rwcaq .pn4rk { background: none; border-radius: 0; padding: 12px 0; }
.rwcaq .pn4rk + .pn4rk { border-top: 1px solid var(--border-section); }
.p5ggckp { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.jrcqf { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.qlngxli { color: var(--text-body); margin-bottom: 10px; }
.x7ck, .eyqtqj { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.x7ck li, .eyqtqj li { margin-bottom: 6px; }
.eyqtqj li { list-style: decimal; }
.mt9lk     .x7ck { list-style-type: "● "; }
.liq9li09  .x7ck { list-style-type: "■ "; }
.ft8z4q .x7ck { list-style-type: "◆ "; }
.cd68w6z    .x7ck { list-style-type: "★ "; }
.mt9lk     .otyjxdv { list-style-type: "● "; }
.liq9li09  .otyjxdv { list-style-type: "■ "; }
.ft8z4q .otyjxdv { list-style-type: "◆ "; }
.cd68w6z    .otyjxdv { list-style-type: "★ "; }
.mt9lk    .x7ck li::marker, .mt9lk    .otyjxdv li::marker,
.liq9li09 .x7ck li::marker, .liq9li09 .otyjxdv li::marker,
.ft8z4q .x7ck li::marker, .ft8z4q .otyjxdv li::marker,
.cd68w6z   .x7ck li::marker, .cd68w6z   .otyjxdv li::marker {
  color: var(--cta); font-size: 1em;
}
.mt9lk .eyqtqj,
.liq9li09 .eyqtqj,
.ft8z4q .eyqtqj,
.cd68w6z .eyqtqj {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.mt9lk .eyqtqj li,
.liq9li09 .eyqtqj li,
.ft8z4q .eyqtqj li,
.cd68w6z .eyqtqj li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.mt9lk .eyqtqj li::before,
.liq9li09 .eyqtqj li::before,
.ft8z4q .eyqtqj li::before,
.cd68w6z .eyqtqj 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;
}
.mt9lk     .eyqtqj li::before { border-radius: 50%; }
.liq9li09  .eyqtqj li::before { border-radius: 3px; }
.ft8z4q .eyqtqj li::before { border-radius: 3px; }
.cd68w6z    .eyqtqj li::before { border-radius: 50%; }
.t6avp4yb { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.bctx .t6avp4yb,
.zmljh579 .t6avp4yb { background: transparent; border: none; border-radius: 0; }
.xbjh7lps { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.xbjh7lps th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.xbjh7lps td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.xbjh7lps tr:hover td { background: var(--bg-hover); }
.u6cc4wv .xbjh7lps tbody tr:nth-child(even) td { background: var(--bg-surface); }
.nats5 .xbjh7lps { border: 1px solid var(--border-alt); }
.nats5 .xbjh7lps th,
.nats5 .xbjh7lps td { border: 1px solid var(--border-alt); }
.uipz .xbjh7lps th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.uipz .xbjh7lps td { border-bottom: none; }
.uipz .xbjh7lps tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.v3ob7t .xbjh7lps th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.n6ruz .t6avp4yb {
  overflow: hidden;
}
.n6ruz .xbjh7lps th { border-bottom: 1px solid var(--border-alt); }
.n6ruz .xbjh7lps tr:last-child td { border-bottom: none; }
.cn2m { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ol3nu8k { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.v7yfuvv { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ojqwleje { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.zn5ri { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.otyjxdv { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.otyjxdv 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);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%}
.hpw7h0 .ojqwleje { background: transparent; text-align: center; }
.ifrlf .v7yfuvv {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.v6vobd .v7yfuvv {
  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);
}
.o24hkk .ol3nu8k { display: grid; grid-template-columns: auto 1fr; }
.o24hkk .v7yfuvv {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.o24hkk .ojqwleje { grid-column: 2; }
.o24hkk .zn5ri,
.o24hkk .otyjxdv { grid-column: 1 / -1; }
.jf8v0 .ol3nu8k { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.jf8v0 .v7yfuvv {
  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);
}
.jf8v0 .ojqwleje { grid-column: 2; }
.jf8v0 .zn5ri,
.jf8v0 .otyjxdv { grid-column: 1 / -1; }
.dad7e5 .ol3nu8k { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.dad7e5 .ojqwleje { background: none; color: var(--accent-light); font-weight: 700; }
.okz4l .ol3nu8k { 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); }
.okz4l .ojqwleje { background: none; color: var(--accent-light); font-weight: 700; }
.kb9v .ol3nu8k { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.kb9v .ol3nu8k:last-child { border-bottom: none; }
.kb9v .ojqwleje { background: none; color: var(--accent-light); font-weight: 700; }
.wisdx .ol3nu8k { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.wisdx .ojqwleje { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ksyqpxr .cn2m { counter-reset: card-n; }
.ksyqpxr .ol3nu8k  { counter-increment: card-n; }
.ksyqpxr .ojqwleje { display: flex; align-items: center; gap: 10px; }
.ksyqpxr .ojqwleje::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;
}
.rowq .ol3nu8k { background: var(--bg-surface); border: 1px solid var(--border); }
.rowq .ojqwleje { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.aeoe3k6y { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.b76w2  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.jssuf { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.z8r9kfn { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.gcmt { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.aeoe3k6y strong { color: var(--text-primary); font-size: 0.95rem; }
.aeoe3k6y p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.a1jvbq { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.m804w, .ab24 { border-radius: 8px; padding: 14px; }
.m804w { background: var(--bg-pros); }
.ab24 { background: var(--bg-cons); }
.xz1kt4 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.m804w .xz1kt4 { color: var(--c-pros-label); }
.ab24 .xz1kt4 { color: #f87171; }
.m804w ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ab24 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ztki9 { width: 100%; height: auto; border-radius: 10px; display: block; }
.t4qg53 {
  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;
}
.t4qg53:hover { opacity: 0.85; }
.rlsv0ja7 .t4qg53  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.rlsv0ja7 .t4qg53:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ulx1faw .t4qg53  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ulx1faw .t4qg53:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.iua2fd .wyccgs { border-radius: 50px; }
.iua2fd .t4qg53  { border-radius: 50px; }
.cuvu .wyccgs { padding-left: 22px; padding-right: 22px; }
.cuvu .t4qg53  { padding-left: 12px; padding-right: 12px; }
.ympu1 .wyccgs { padding-left: 44px; padding-right: 44px; }
.ympu1 .t4qg53  { padding-left: 24px; padding-right: 24px; }
.e5s1533 .wyccgs { padding-left: 56px; padding-right: 56px; }
.e5s1533 .t4qg53  { padding-left: 32px; padding-right: 32px; }
.xyheth   .wyccgs::after, .xyheth   .t4qg53::after,
.dipr .wyccgs::after, .dipr .t4qg53::after,
.blfvnk    .wyccgs::after, .blfvnk    .t4qg53::after,
.tefsd7v    .wyccgs::after, .tefsd7v    .t4qg53::after,
.vut2rrl9    .wyccgs::after, .vut2rrl9    .t4qg53::after,
.wfhdm3k     .wyccgs::after, .wfhdm3k     .t4qg53::after,
.ljyv79    .wyccgs::after, .ljyv79    .t4qg53::after,
.y2ky   .wyccgs::after, .y2ky   .t4qg53::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;
}
.xyheth .wyccgs::after, .xyheth .t4qg53::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");
}
.dipr .wyccgs::after, .dipr .t4qg53::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");
}
.blfvnk .wyccgs::after, .blfvnk .t4qg53::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");
}
.tefsd7v .wyccgs::after, .tefsd7v .t4qg53::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");
}
.vut2rrl9 .wyccgs::after, .vut2rrl9 .t4qg53::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");
}
.wfhdm3k .wyccgs::after, .wfhdm3k .t4qg53::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");
}
.ljyv79 .wyccgs::after, .ljyv79 .t4qg53::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");
}
.y2ky .wyccgs::after, .y2ky .t4qg53::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");
}
.enb5zllz   .v8nvx34::after, .enb5zllz   .jojw6::after,
.diyc .v8nvx34::after, .diyc .jojw6::after,
.k72v9r    .v8nvx34::after, .k72v9r    .jojw6::after,
.csdi    .v8nvx34::after, .csdi    .jojw6::after,
.mz28    .v8nvx34::after, .mz28    .jojw6::after,
.n8lnc3     .v8nvx34::after, .n8lnc3     .jojw6::after,
.bo5wrdk    .v8nvx34::after, .bo5wrdk    .jojw6::after,
.sv7a   .v8nvx34::after, .sv7a   .jojw6::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;
}
.enb5zllz .v8nvx34::after, .enb5zllz .jojw6::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");
}
.diyc .v8nvx34::after, .diyc .jojw6::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");
}
.k72v9r .v8nvx34::after, .k72v9r .jojw6::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");
}
.csdi .v8nvx34::after, .csdi .jojw6::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");
}
.mz28 .v8nvx34::after, .mz28 .jojw6::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");
}
.n8lnc3 .v8nvx34::after, .n8lnc3 .jojw6::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");
}
.bo5wrdk .v8nvx34::after, .bo5wrdk .jojw6::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");
}
.sv7a .v8nvx34::after, .sv7a .jojw6::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");
}
@media (min-width: 721px) {
  .l38ss6sy { flex: 0 0 260px; width: 260px; }
  .hvqpdmk3 { flex: 0 0 120px; width: 120px; }
  .hn67 { flex: 0 0 110px; width: 110px; }
  .mnitc2   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .za7hj6 { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.za7hj6.t4qg53 { 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) {
  .kaahs { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .kaahs .odxz { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .kaahs .l38ss6sy { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .kaahs .lw1hnb78 { width: 100%; min-width: unset; height: 120px; }
  .kaahs .i31fja { max-height: 96px; max-width: 200px; }
  .kaahs .rhydq25 { min-width: unset; text-align: center; white-space: normal; }
  .kaahs .hvqpdmk3 { min-width: 0; }
  .kaahs .mnitc2 { 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; }
  .kaahs .za7hj6 { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .xnxlh4bt .odxz { row-gap: 8px !important; gap: 10px !important; }
}
@media (min-width: 860px) {
  .bfqoex5 .mb6hqiy {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .bfqoex5 .kzz97dd { margin: 0; }
}
.zmljh579 .a1jvbq { gap: 10px; }
.zmljh579 .m804w, .zmljh579 .ab24 { padding: 12px; }
.zmljh579 .m804w ul, .zmljh579 .ab24 ul { margin: 4px 0 0; padding-left: 18px; }
.zmljh579 .m804w li, .zmljh579 .ab24 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .sx9r { grid-template-columns: 1fr; }
  .hnrkvbrh { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .hnrkvbrh .ljm39l { width: 72px; height: 50px; }
  .hnrkvbrh .twr6jr2 { max-width: 180px; }
  .hnrkvbrh .m2n903 { width: auto; }
}
@media (max-width: 720px) {
  .oukrp { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .phqfmd0 { padding: 16px; }
  .mvx5s .vw20 { min-width: 50%; }
}
.flw8atw4 .a1jvbq { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .q2fm9 { grid-template-columns: 1fr; }
  .zgzhe8 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .o28vd { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .lrcx3a { flex-wrap: wrap; padding: 16px; }
}
.xtast .a1jvbq { gap: 8px; }
.xtast .m804w, .xtast .ab24 { padding: 8px; }
@media (max-width: 480px) {
  .c4s1y3 { flex-direction: column; align-items: stretch; }
}
.n9qh .m2n903 .t4qg53 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ou7uzebj { flex-direction: column; align-items: stretch; gap: 10px; }
  .n9qh .m2n903 { text-align: center; }
}
@media (max-width: 720px) {
  .n06eep { grid-template-columns: 1fr; }
  .rvrqrg1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .z550b8k { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .bp5uvxql { grid-template-columns: 1fr; }
  .hiidh2o { width: 100px; height: 100px; margin: 16px auto; }
  .xyblf9 { font-size: 1.4rem; }
  .so2o { justify-content: center; }
  .xrwcvdb .vw20 { min-width: 50%; }
}
.za919 .a1jvbq { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .nbsb8 { flex-wrap: wrap; padding: 14px 16px; }
  .l5dxtpoj { padding: 12px 16px; }
  .za919 .a1jvbq { margin: 0 16px; }
  .za919 .uh9jz { padding: 0 16px; }
  .gq5ext9m { padding: 12px 16px; }
}
.l1m7x .za7hj6.t4qg53 { padding: 14px 30px !important; font-size: 1rem; }
.k0pxf31h .za7hj6.t4qg53 { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.sbey8cvy .ey6q2lq { flex: 1.8; }
.sbey8cvy .ey6q2lq .w8gajo4 {
  font-size: 1.35rem; font-weight: 800; color: var(--accent-light);
}
.sbey8cvy .ey6q2lq .vc6m1 { font-weight: 700; color: var(--text-primary); }
.sbey8cvy .inxw,
.sbey8cvy .tlqn,
.sbey8cvy .imxi { flex: 0.75; opacity: 0.75; }
.vbp0p1r .hvqpdmk3 { display: none; }
.vbp0p1r .hn67 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.vbp0p1r .hn67 {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.vbp0p1r .hn67 small { display: none; }
.vbp0p1r .r47t9hg .tonq { display: none; }
.vbp0p1r .r47t9hg strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.vbp0p1r .fb4ib2 { display: none; }
.y3t3ue8 { margin: 16px 0; }
.eu7qrkq { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.eu7qrkq summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.eu7qrkq summary::after { content: "+"; color: var(--accent); }
.eu7qrkq[open] summary::after { content: "−"; }
.eu7qrkq p { padding: 0 18px 14px; color: var(--text-muted); font-size: 0.95rem; }
.ettrl3oz { margin-bottom: 0; }
.svp5p h2.uojetep { color: var(--text-primary); border-color: var(--accent); }
.sp13o98 h2.uojetep { color: var(--text-primary); border-color: var(--accent); }
.rtxf8v .b76w2     { background: #052e16; border-color: #10b981; }
.rtxf8v .jssuf { background: #2d0a1e; border-color: #f43f5e; }
.rtxf8v .z8r9kfn    { background: #1e1036; border-color: #a855f7; }
.rtxf8v .aeoe3k6y strong  { color: #f1f5f9; }
.rtxf8v .aeoe3k6y p       { color: #cbd5e1; }
.rtxf8v .f59xz    .b76w2     .gcmt::before,
.rtxf8v .knn9  .b76w2     .gcmt::before,
.rtxf8v .d9vc  .b76w2     .gcmt::before,
.rtxf8v .jio2 .b76w2     .gcmt::before { color: #10b981; }
.rtxf8v .f59xz    .jssuf .gcmt::before,
.rtxf8v .knn9  .jssuf .gcmt::before,
.rtxf8v .d9vc  .jssuf .gcmt::before,
.rtxf8v .jio2 .jssuf .gcmt::before { color: #f43f5e; }
.rtxf8v .f59xz    .z8r9kfn    .gcmt::before,
.rtxf8v .knn9  .z8r9kfn    .gcmt::before,
.rtxf8v .d9vc  .z8r9kfn    .gcmt::before,
.rtxf8v .jio2 .z8r9kfn    .gcmt::before { color: #a855f7; }
.hig7g .b76w2     { background: #2d2000; border-color: #eab308; }
.hig7g .jssuf { background: #2d0b0b; border-color: #ef4444; }
.hig7g .z8r9kfn    { background: #2d1600; border-color: #f97316; }
.hig7g .aeoe3k6y strong  { color: #f1f5f9; }
.hig7g .aeoe3k6y p       { color: #cbd5e1; }
.hig7g .f59xz    .b76w2     .gcmt::before,
.hig7g .knn9  .b76w2     .gcmt::before,
.hig7g .d9vc  .b76w2     .gcmt::before,
.hig7g .jio2 .b76w2     .gcmt::before { color: #eab308; }
.hig7g .f59xz    .jssuf .gcmt::before,
.hig7g .knn9  .jssuf .gcmt::before,
.hig7g .d9vc  .jssuf .gcmt::before,
.hig7g .jio2 .jssuf .gcmt::before { color: #ef4444; }
.hig7g .f59xz    .z8r9kfn    .gcmt::before,
.hig7g .knn9  .z8r9kfn    .gcmt::before,
.hig7g .d9vc  .z8r9kfn    .gcmt::before,
.hig7g .jio2 .z8r9kfn    .gcmt::before { color: #f97316; }
.l23mlcy .b76w2     { background: #0c1a2e; border-color: #38bdf8; }
.l23mlcy .jssuf { background: #12103a; border-color: #818cf8; }
.l23mlcy .z8r9kfn    { background: #0a2020; border-color: #2dd4bf; }
.l23mlcy .aeoe3k6y strong  { color: #f1f5f9; }
.l23mlcy .aeoe3k6y p       { color: #cbd5e1; }
.l23mlcy .f59xz    .b76w2     .gcmt::before,
.l23mlcy .knn9  .b76w2     .gcmt::before,
.l23mlcy .d9vc  .b76w2     .gcmt::before,
.l23mlcy .jio2 .b76w2     .gcmt::before { color: #38bdf8; }
.l23mlcy .f59xz    .jssuf .gcmt::before,
.l23mlcy .knn9  .jssuf .gcmt::before,
.l23mlcy .d9vc  .jssuf .gcmt::before,
.l23mlcy .jio2 .jssuf .gcmt::before { color: #818cf8; }
.l23mlcy .f59xz    .z8r9kfn    .gcmt::before,
.l23mlcy .knn9  .z8r9kfn    .gcmt::before,
.l23mlcy .d9vc  .z8r9kfn    .gcmt::before,
.l23mlcy .jio2 .z8r9kfn    .gcmt::before { color: #2dd4bf; }
.sy0g .b76w2     { background: var(--accent-bg); border-color: var(--accent); }
.sy0g .jssuf { background: var(--accent-bg-light); border-color: var(--accent-light); }
.sy0g .z8r9kfn    { background: var(--accent-bg); border-color: var(--accent-pale); }
.sy0g .f59xz    .gcmt::before,
.sy0g .knn9  .gcmt::before,
.sy0g .d9vc  .gcmt::before,
.sy0g .jio2 .gcmt::before { color: var(--accent-light) !important; }
.qpvovh::before,
.xouhgsf::before { margin-right: 5px; }
.gchht .m804w ul li,
.gchht .m804w .qpvovh { color: #22c55e; }
.gchht .ab24 ul li,
.gchht .ab24 .xouhgsf { color: #ef4444; }
.eirh .m804w { background: var(--bg-pros); }
.eirh .ab24 { background: var(--bg-cons); }
.eirh .m804w .qpvovh { color: var(--c-pros-label); }
.eirh .ab24 .xouhgsf { color: var(--c-cons); }
.eirh .m804w ul li,
.eirh .mgckmh li            { color: var(--c-pros); }
.eirh .ab24 ul li,
.eirh .q19qle li            { color: var(--c-cons); }
.y6tu .m804w { background: var(--bg-pros); }
.y6tu .ab24 { background: var(--bg-cons); }
.y6tu .m804w .qpvovh { color: var(--c-pros-label); }
.y6tu .ab24 .xouhgsf { color: var(--c-cons); }
.y6tu .m804w ul li,
.y6tu .ab24 ul li,
.dllfixbj .qpvovh::before { content: "✓ "; }
.dllfixbj .xouhgsf::before { content: "✗ "; }
.emm9o .qpvovh::before { content: "→ "; }
.emm9o .xouhgsf::before { content: "← "; }
.cxhelb .qpvovh::before { content: "★ "; }
.cxhelb .xouhgsf::before { content: "✕ "; }
.u7lcr .qpvovh::before { content: "◆ "; }
.u7lcr .xouhgsf::before { content: "▲ "; }
.rcvam .aeoe3k6y { background: transparent; border-left: none; border: 1.5px solid; }
.rcvam .b76w2     { border-color: var(--c-tip-border); }
.rcvam .jssuf { border-color: var(--c-warn-border); }
.rcvam .z8r9kfn    { border-color: #60a5fa; }
.rcvam .aeoe3k6y strong { color: var(--text-primary); }
.rcvam .aeoe3k6y p      { color: var(--text-muted); }
.s1lk1s1 .aeoe3k6y { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.s1lk1s1 .b76w2     { border-top-color: var(--c-tip-border); }
.s1lk1s1 .jssuf { border-top-color: var(--c-warn-border); }
.s1lk1s1 .z8r9kfn    { border-top-color: #60a5fa; }
.pnie8rs .aeoe3k6y { border-left: none; border-radius: 8px; }
.pnie8rs .b76w2     { background: #065f46; }
.pnie8rs .jssuf { background: #92400e; }
.pnie8rs .z8r9kfn    { background: #1e3a8a; }
.pnie8rs .aeoe3k6y strong,
.pnie8rs .aeoe3k6y p { color: #fff; }
.pnie8rs .gcmt::before { color: rgba(255,255,255,0.85) !important; }
.rtxf8v.pnie8rs .b76w2,
.rtxf8v .pnie8rs .b76w2     { background: #052e16; }
.rtxf8v.pnie8rs .jssuf,
.rtxf8v .pnie8rs .jssuf { background: #2d0a1e; }
.rtxf8v.pnie8rs .z8r9kfn,
.rtxf8v .pnie8rs .z8r9kfn    { background: #1e1036; }
.hig7g.pnie8rs .b76w2,
.hig7g .pnie8rs .b76w2      { background: #2d2000; }
.hig7g.pnie8rs .jssuf,
.hig7g .pnie8rs .jssuf  { background: #2d0b0b; }
.hig7g.pnie8rs .z8r9kfn,
.hig7g .pnie8rs .z8r9kfn     { background: #2d1600; }
.l23mlcy.pnie8rs .b76w2,
.l23mlcy .pnie8rs .b76w2      { background: #0c1a2e; }
.l23mlcy.pnie8rs .jssuf,
.l23mlcy .pnie8rs .jssuf  { background: #12103a; }
.l23mlcy.pnie8rs .z8r9kfn,
.l23mlcy .pnie8rs .z8r9kfn     { background: #0a2020; }
.lhtcqa .aeoe3k6y { border-left: none; border-radius: 6px; padding: 10px 14px; }
.lhtcqa .b76w2     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.lhtcqa .jssuf { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.lhtcqa .z8r9kfn    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.lhtcqa .aeoe3k6y strong { color: var(--text-primary); }
.lhtcqa .aeoe3k6y p      { color: var(--text-muted); }
.nhejka .aeoe3k6y { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.f59xz .gcmt,
.knn9 .gcmt,
.d9vc .gcmt,
.jio2 .gcmt { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.f59xz .gcmt::before,
.knn9 .gcmt::before,
.d9vc .gcmt::before,
.jio2 .gcmt::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.f59xz .b76w2     .gcmt::before { content: "✦"; color: var(--c-tip-border); }
.f59xz .jssuf .gcmt::before { content: "▲"; color: var(--c-warn-border); }
.f59xz .z8r9kfn    .gcmt::before { content: "◉"; color: #60a5fa; }
.knn9 .b76w2     .gcmt::before { content: "★"; color: var(--c-tip-border); }
.knn9 .jssuf .gcmt::before { content: "◆"; color: var(--c-warn-border); }
.knn9 .z8r9kfn    .gcmt::before { content: "●"; color: #60a5fa; }
.d9vc .b76w2     .gcmt::before { content: "▶"; color: var(--c-tip-border); }
.d9vc .jssuf .gcmt::before { content: "■"; color: var(--c-warn-border); }
.d9vc .z8r9kfn    .gcmt::before { content: "▸"; color: #60a5fa; }
.jio2 .b76w2     .gcmt::before { content: "→"; color: var(--c-tip-border); }
.jio2 .jssuf .gcmt::before { content: "⬥"; color: var(--c-warn-border); }
.jio2 .z8r9kfn    .gcmt::before { content: "◈"; color: #60a5fa; }
.phvkwq .ouwf .pn4rk,
.phvkwq .t4jf .pn4rk  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.phvkwq .ol3nu8k                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.phvkwq .t6avp4yb          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.phvkwq .whs41m                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.gsjk65 .ouwf .pn4rk,
.gsjk65 .t4jf .pn4rk,
.gsjk65 .ol3nu8k,
.gsjk65 .odxz,
.gsjk65 .kzz97dd,
.gsjk65 .t6avp4yb,
.gsjk65 .whs41m,
.gsjk65 .nhejka .aeoe3k6y { box-shadow: none; }
.zlflib   body, .zlflib   { font-size: 0.9rem; }
.zlflib   .qlngxli, .zlflib .p5ggckp, .zlflib .jrcqf,
.zlflib   .vvbv2cim, .zlflib .zilbs { font-size: 0.9rem; }
.zlflib   .x7ck, .zlflib .eyqtqj { font-size: 0.9rem; }
.h7a2w   .qlngxli, .h7a2w .p5ggckp, .h7a2w .jrcqf,
.h7a2w   .vvbv2cim, .h7a2w .zilbs { font-size: 0.95rem; }
.h7a2w   .x7ck, .h7a2w .eyqtqj { font-size: 0.95rem; }
.hqn86j   .qlngxli, .hqn86j .p5ggckp, .hqn86j .jrcqf,
.hqn86j   .vvbv2cim, .hqn86j .zilbs { font-size: 1.08rem; }
.hqn86j   .x7ck, .hqn86j .eyqtqj { font-size: 1.05rem; }
.hqn86j   .xbjh7lps { font-size: 0.97rem; }
.bkh7dx7h .caue      { font-size: 3.2rem; }
.bkh7dx7h h2.uojetep { font-size: 1.9rem; }
.bkh7dx7h h3.n9d8bl     { font-size: 1.4rem; }
.yrh7rf .caue      { font-size: 3.8rem; }
.yrh7rf h2.uojetep { font-size: 2.2rem; }
.yrh7rf h3.n9d8bl     { font-size: 1.6rem; }
.ettrl3oz + .ettrl3oz { position: relative; }
.wmeqpd   .ettrl3oz + .ettrl3oz::before,
.zziwe0o  .ettrl3oz + .ettrl3oz::before,
.n7i38a   .ettrl3oz + .ettrl3oz::before,
.lke9   .ettrl3oz + .ettrl3oz::before,
.n95di   .ettrl3oz + .ettrl3oz::before,
.z1vm .ettrl3oz + .ettrl3oz::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.wmeqpd .ettrl3oz + .ettrl3oz::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.zziwe0o .ettrl3oz + .ettrl3oz::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.n7i38a .ettrl3oz + .ettrl3oz::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.lke9 .ettrl3oz + .ettrl3oz::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.g8kttqy .ettrl3oz { margin-bottom: 16px; }
.g8kttqy .ettrl3oz + .ettrl3oz { margin-top: 0; }
.g8kttqy .rpnew1e { padding-top: 0; padding-bottom: 0; }
.n95di .ettrl3oz + .ettrl3oz::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.z1vm .ettrl3oz + .ettrl3oz::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.kbtl .ettrl3oz + .ettrl3oz::before,
.aq1i .ettrl3oz + .ettrl3oz::before,
.l481ze .ettrl3oz + .ettrl3oz::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%;
}
.bjjq0wv .kbtl .ettrl3oz:nth-child(even)::before,
.bjjq0wv .aq1i .ettrl3oz:nth-child(even)::before,
.bjjq0wv .l481ze .ettrl3oz:nth-child(even)::before { background: var(--bg-surface); }
.d0ovb .kbtl .ettrl3oz:nth-child(even)::before,
.d0ovb .aq1i .ettrl3oz:nth-child(even)::before,
.d0ovb .l481ze .ettrl3oz:nth-child(even)::before { background: var(--bg-card); }
.kbtl .ettrl3oz + .ettrl3oz::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");
}
.aq1i .ettrl3oz + .ettrl3oz::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");
}
.l481ze .ettrl3oz + .ettrl3oz::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");
}
.m04t .z1mv,
.m04t .aqms { margin-bottom: 60px; }
.kifd .tos6a,
.m04t .tos6a { padding-bottom: 60px; }
.scsop .tos6a { padding-bottom: 70px; }
.m04t .z1mv::before,
.m04t .z1mv::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");
}
.p9846 .q5rb7li { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.f38z3uxd .q5rb7li { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.bt43js .q5rb7li { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.cptjt .q5rb7li { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.gsnish .q5rb7li { background: var(--accent-bg); }
.cy4dz .lo5rksz { float: left; width: 38%; margin: 0 28px 16px 0; }
.cy4dz .lo5rksz .ztki9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.cy4dz .rpnew1e::after { content: ''; display: block; clear: both; }
.ev02 .lo5rksz { float: right; width: 38%; margin: 0 0 16px 28px; }
.ev02 .lo5rksz .ztki9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ev02 .rpnew1e::after { content: ''; display: block; clear: both; }
.zu8uyafe .ettrl3oz:nth-child(odd)  .lo5rksz { float: left;  width: 38%; margin: 0 28px 16px 0; }
.zu8uyafe .ettrl3oz:nth-child(even) .lo5rksz { float: right; width: 38%; margin: 0 0 16px 28px; }
.zu8uyafe .lo5rksz .ztki9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.zu8uyafe .rpnew1e::after { content: ''; display: block; clear: both; }
.cy4dz .cn2m,
.ev02 .cn2m,
.zu8uyafe .cn2m,
.cy4dz .x7ck,
.cy4dz .eyqtqj,
.ev02 .x7ck,
.ev02 .eyqtqj,
.zu8uyafe .x7ck,
.zu8uyafe .eyqtqj { overflow: hidden; }
@media (max-width: 640px) {
  .cy4dz .lo5rksz,
  .ev02 .lo5rksz,
  .zu8uyafe .lo5rksz { float: none; width: 100%; margin: 0 0 16px 0; }
}
.magpq2wq .dodair,
.magpq2wq .rpnew1e,
.magpq2wq .er4c1p  { max-width: 1100px; }
.pm1h .dodair,
.pm1h .rpnew1e,
.pm1h .er4c1p  { max-width: 1200px; }
.m61lnv .dodair,
.m61lnv .rpnew1e,
.m61lnv .er4c1p  { max-width: 1320px; }
.m61lnv { --content-mw: 1320px; }
.ahlqbyr { font-size: 0.82rem; color: var(--text-muted); }
.dxvc9jy { display: flex; align-items: center; }
.vtepmwc {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ssmd { display: flex; align-items: center; }
.n7mudmz { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.n7mudmz:hover { text-decoration: underline; }
.oxswkada { margin: 0 3px; opacity: 0.45; }
.oxswkada::before { content: '/'; }
.kz6qjh4 { padding: 2px 5px; color: var(--text-main); }
.asdm .ahlqbyr {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.asdm .dxvc9jy { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.pevm .ahlqbyr {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.pevm .dxvc9jy { padding: 0 0 0 12px; }
.tqmj5fn .dxvc9jy { padding: 0 16px; }
.tqmj5fn .ahlqbyr {
  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);
}
.tqmj5fn .dodair { padding-top: 28px; }
@media (max-width: 720px) {
  .o5cb { margin-top: 18px; padding: 0 16px; }
  .tqmj5fn .dodair { padding-top: 16px; }
}
.magpq2wq.asdm .dxvc9jy { max-width: 1100px; }
.pm1h.asdm .dxvc9jy { max-width: 1200px; }
.m61lnv.asdm .dxvc9jy { max-width: 1320px; }
.m61lnv .o5cb { max-width: 1320px; }
.qn8x91i .ettrl3oz { padding-top: 16px; padding-bottom: 16px; }
.cdzcl .ettrl3oz { padding-top: 24px; padding-bottom: 24px; }
.r8v5 .ettrl3oz { padding-top: 40px; padding-bottom: 40px; }
.uanp6xh .ettrl3oz { padding-top: 52px; padding-bottom: 52px; }
.hq6ey5 .ettrl3oz:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.hq6ey5 .ettrl3oz:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.hq6ey5 .ettrl3oz:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.hq6ey5 .ettrl3oz:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.didsko .rpnew1e { padding-top: 10px;  padding-bottom: 10px; }
.nvr9oa .rpnew1e { padding-top: 18px;  padding-bottom: 18px; }
.nn6lj .rpnew1e { padding-top: 36px;  padding-bottom: 36px; }
.fi6wxk .rpnew1e { padding-top: 48px;  padding-bottom: 48px; }
.gnwdau1 h2.uojetep { font-weight: 600; }
.gnwdau1 h3.n9d8bl     { font-weight: 600; }
.jaluhjs h2.uojetep { font-weight: 800; }
.jaluhjs h3.n9d8bl     { font-weight: 700; }
.a7ftj2 h2.uojetep { font-weight: 900; }
.a7ftj2 h3.n9d8bl     { font-weight: 800; }
.a7ftj2 .aeoe3k6y strong,
.a7ftj2 .aeoe3k6y strong { font-weight: 600; }
.v8nvx34 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.rqq85up .v8nvx34 { display: none; }
@media (max-width: 640px) { .v8nvx34 { display: none; } }
.v8nvx34 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.v8nvx34:hover { opacity: 0.85; }
.w8cwb .v8nvx34 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.d1rhjo7t .v8nvx34,
.vgxoqnxf  .v8nvx34 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.d1rhjo7t .v8nvx34:hover,
.vgxoqnxf  .v8nvx34:hover { opacity: 0.88; }
.w8cwb.d1rhjo7t .v8nvx34,
.w8cwb.vgxoqnxf  .v8nvx34 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.jojw6 {
  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;
}
.jojw6:hover { transform: translateY(-2px); opacity: 0.92; }
.jojw6 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.djetcg3c .jojw6 { display: none; }
.wfdgh .jojw6 { right: 32px; }
.lzqd  .jojw6 { left: 32px; }
@media (max-width: 480px) {
  .wfdgh .jojw6 { right: 20px; bottom: 20px; }
  .lzqd  .jojw6 { left: 20px; bottom: 20px; }
}
.e22cwky { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.er4c1p { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.new4s { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.mh89y71 { color: var(--text-dim); font-size: 0.8rem; }
.srte { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.srte img { height: 26px; width: auto; object-fit: contain; }
.zjo60s1 { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.z0284 .er4c1p { text-align: center; }
.z0284 .new4s { margin-top: 0; }
.yqvrz92b { margin-top: 10px; }
.yqvrz92b a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .er4c1p { padding-left: 16px; padding-right: 16px; }
  .rnwtju6d .er4c1p { padding: 20px 16px; }
  .u235 { gap: 4px 12px; }
  .new4s { font-size: 0.78rem; }
}
.yu4h8k02 .kxx2k2c .srte { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.yu4h8k02 .zjo60s1 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.yu4h8k02 .wurtl { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.yu4h8k02 .wurtl a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.yu4h8k02 .wurtl a:hover { color: var(--accent); }
.yu4h8k02 .new4s { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.yu4h8k02 .mh89y71 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .yu4h8k02 .hoiio6hb { grid-template-columns: 1fr 1fr; } .yu4h8k02 .kxx2k2c { grid-column: 1 / -1; } }
@media (max-width: 480px) { .yu4h8k02 .hoiio6hb { grid-template-columns: 1fr; } }
.uip99ia .srte { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.uip99ia .new4s { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .uip99ia .nanicwn { gap: 12px; } .uip99ia .srte { margin-right: 0; width: 100%; } }
.lq46x .r6v1 { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.lq46x .kbhspzj .srte { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.lq46x .zjo60s1 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.lq46x .rp6nx8gd { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin: 0 0 12px; }
.lq46x .wurtl { display: flex; flex-direction: column; gap: 9px; }
.lq46x .wurtl a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.lq46x .wurtl a:hover { color: var(--accent); }
.lq46x .q88l { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.lq46x .new4s { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.lq46x .mh89y71 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .lq46x .r6v1 { grid-template-columns: 1fr 1fr; } .lq46x .kbhspzj { grid-column: 1 / -1; } }
@media (max-width: 480px) { .lq46x .r6v1 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .crz6u1i .g83g { grid-template-columns: 1fr 1fr; } .crz6u1i .s89k7pa:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .crz6u1i .g83g { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .inlgc .g83g { grid-template-columns: 1fr; } }
.j9sxoc .er4c1p { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.z0ar .e2cfxb      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.z0ar .e22cwky { background: var(--bg-page); border-top-color: var(--border-alt); }
.n9va91ob .e2cfxb      { background: #0d1117; border-bottom-color: #21262d; }
.n9va91ob .u0pdb { color: var(--accent-light); }
.n9va91ob .q7cnnj { --msep-color: #8b949e; }
.n9va91ob .q7cnnj a { color: #8b949e; }
.n9va91ob .q7cnnj a:hover { color: var(--accent-light); }
.n9va91ob .g62uueo { color: #8b949e; }
.n9va91ob .e22cwky { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.n9va91ob .new4s,
.n9va91ob .mh89y71 { color: #6e7681; }
.n9va91ob .wurtl a, .n9va91ob .atm3h a,
.n9va91ob .srte { color: #e6edf3; }
.n9va91ob .wurtl a:hover, .n9va91ob .atm3h a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .n9va91ob .q7cnnj { background: #0d1117; border-top-color: #21262d; }
  .n9va91ob .q7cnnj li a { border-bottom-color: #21262d; }
}
.vrx9tjvh .e2cfxb      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.vrx9tjvh .u0pdb { color: var(--accent); }
.vrx9tjvh .q7cnnj { --msep-color: #475569; }
.vrx9tjvh .q7cnnj a { color: #475569; }
.vrx9tjvh .q7cnnj a:hover { color: var(--accent); }
.vrx9tjvh .g62uueo { color: #64748b; }
.vrx9tjvh .e22cwky { background: #f0f4f8; border-top-color: #cbd5e1; }
.vrx9tjvh .new4s,
.vrx9tjvh .mh89y71 { color: #64748b; }
.vrx9tjvh .wurtl a, .vrx9tjvh .atm3h a,
.vrx9tjvh .y0pa a, .vrx9tjvh .srte { color: #374151; }
.vrx9tjvh .wurtl a:hover, .vrx9tjvh .atm3h a:hover { color: var(--accent); }
@media (max-width: 640px) {
  .vrx9tjvh .q7cnnj { background: #f0f4f8; border-top-color: #cbd5e1; }
  .vrx9tjvh .q7cnnj li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.d1rhjo7t .e2cfxb      { background: var(--accent); border-bottom-color: var(--accent-light); }
.d1rhjo7t .u0pdb { color: #fff; }
.d1rhjo7t .q7cnnj { --msep-color: rgba(255,255,255,0.82); }
.d1rhjo7t .q7cnnj a { color: rgba(255,255,255,0.82); }
.d1rhjo7t .q7cnnj a:hover { color: #fff; }
.d1rhjo7t .g62uueo { color: rgba(255,255,255,0.9); }
.d1rhjo7t .gm7et a { color: var(--text-primary) !important; }
.d1rhjo7t .gm7et a:hover { color: var(--accent) !important; }
.d1rhjo7t .e22cwky { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.d1rhjo7t .new4s,
.d1rhjo7t .mh89y71 { color: rgba(255,255,255,0.72); }
.d1rhjo7t .j0eu a, .d1rhjo7t .u235 a,
.d1rhjo7t .wurtl a, .d1rhjo7t .atm3h a,
.d1rhjo7t .y0pa a, .d1rhjo7t .srte { color: #fff; }
.d1rhjo7t .zjo60s1, .d1rhjo7t .rp6nx8gd { color: rgba(255,255,255,0.7); }
.d1rhjo7t .j0eu a:hover, .d1rhjo7t .u235 a:hover,
.d1rhjo7t .wurtl a:hover, .d1rhjo7t .atm3h a:hover { color: #fff; }
@media (max-width: 640px) {
  .d1rhjo7t .q7cnnj { background: var(--accent); border-top-color: var(--accent-light); }
  .d1rhjo7t .q7cnnj li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.vgxoqnxf .e2cfxb {
  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);
}
.vgxoqnxf .e22cwky {
  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) {
  .vgxoqnxf .q7cnnj {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.q6zt6j .jr2v { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.lvkj3 .jr2v { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.u89edwx1 .jr2v { min-height: 72px; height: auto; }
.y6zt0 .jr2v { min-height: 84px; height: auto; }
.rnwtju6d .jr2v { max-width: none; padding: 0 32px; }
.rnwtju6d .er4c1p  { max-width: none; padding: 24px 32px; }
.r2eot.pm1h .jr2v { max-width: 1200px; }
.r2eot.m61lnv .jr2v { max-width: 1320px; }
.mc4kk9   .u0pdb, .mc4kk9   .srte { text-transform: capitalize; }
.kvgup372 .u0pdb, .kvgup372 .srte { text-transform: lowercase; }
.a20cxnxn .u0pdb, .a20cxnxn .srte { text-transform: uppercase; letter-spacing: 0.06em; }
.crlz, .qwbn {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ybwxn9w .crlz,
.ybwxn9w .qwbn { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.fr9l .crlz,
.fr9l .qwbn { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.m87v3f .crlz,
.m87v3f .qwbn { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.m4qsx4ak .crlz,
.m4qsx4ak .qwbn { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.nmkjt   .q7cnnj a { font-weight: 500; }
.u7j4v .q7cnnj a { font-weight: 600; }
.yuko     .q7cnnj a { font-weight: 700; }
.fl9jg9    .q7cnnj a { font-weight: 800; letter-spacing: 0.01em; }
.nenhdqvy     .q7cnnj > li + li::before,
.c918e417    .q7cnnj > li + li::before,
.p6jsx    .q7cnnj > li + li::before,
.rcxw .q7cnnj > li + li::before,
.gk28 .q7cnnj > li + li::before,
.cqu6  .q7cnnj > li + li::before,
.b4umwo    .q7cnnj > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.nenhdqvy     .q7cnnj > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.c918e417    .q7cnnj > li + li::before { content: "|"; }
.p6jsx    .q7cnnj > li + li::before { content: "—"; }
.rcxw .q7cnnj > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.gk28 .q7cnnj > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.cqu6  .q7cnnj > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.b4umwo    .q7cnnj > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .kh8l3 .g62uueo,
  .cw3du .g62uueo,
  .tt6m9x9z .g62uueo,
  .o5vwsg1o .g62uueo,
  .y7v6kvf .g62uueo {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .kh8l3 .g62uueo::before,
  .cw3du .g62uueo::before,
  .tt6m9x9z .g62uueo::before,
  .o5vwsg1o .g62uueo::before,
  .y7v6kvf .g62uueo::before { content: ""; display: block; flex-shrink: 0; }

  
  .kh8l3 .g62uueo::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;
  }

  
  .cw3du .g62uueo::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;
  }

  
  .tt6m9x9z .g62uueo::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;
  }

  
  .o5vwsg1o .g62uueo::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;
  }

  
  .y7v6kvf .g62uueo::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) {
  .gzranroh .g62uueo {
    padding: 5px 14px;
  }
  .gzranroh .q7cnnj {
    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;
  }
  .gzranroh .q7cnnj li a {
    border-bottom: none; padding: 10px 22px;
  }
  .gzranroh .q7cnnj li a:hover { background: var(--bg-raised); }
  .gzranroh .sptfuqe,
  .i2fj7 .sptfuqe,
  .ys2hn .sptfuqe { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .rz1pu0 .g62uueo {
    padding: 5px 10px;
  }
  .rz1pu0 .q7cnnj {
    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);
  }
  .rz1pu0 .q7cnnj.dogtb { transform: translateX(0); }
  .rz1pu0 .q7cnnj li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .rz1pu0 .q7cnnj li:last-child a { border-bottom: none; }
  .d1rhjo7t .q7cnnj,
  .n9va91ob .q7cnnj { background: var(--accent) !important; }
  .d1rhjo7t .q7cnnj li a,
  .n9va91ob .q7cnnj li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ys2hn .g62uueo {
    padding: 5px 10px;
  }
  .ys2hn .q7cnnj {
    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);
  }
  .ys2hn .q7cnnj::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ys2hn .q7cnnj.dogtb { transform: translateY(0); }
  .ys2hn .q7cnnj li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .zreryo4y .g62uueo {
    padding: 5px 10px;
  }
  .zreryo4y .q7cnnj {
    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;
  }
  .zreryo4y .q7cnnj.dogtb { opacity: 1; pointer-events: auto; }
  .zreryo4y .q7cnnj li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .bry3lat     .g62uueo { border-radius: 0 !important; }
  .aejio   .g62uueo { border-radius: 8px !important; }
  .ueghntgh .g62uueo { border-radius: 50% !important; }
  .tjk7   .g62uueo { border-radius: 999px !important; }
}
.d428 .xa7m { height: 28px; }
.dc34 .xa7m { height: 54px; }
.dos3x6 .xa7m { height: 54px; }
.jn6ya2    .hvqpdmk3, .jn6ya2    .tonq { color: #f59e0b; }
@media (min-width: 720px) {
  .qskesn3 .kaahs {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .qskesn3 .odxz {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .qskesn3 .odxz { padding: 40px 16px 20px; }
  .qskesn3 .mnitc2 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .qskesn3 .za7hj6 { width: 100%; min-width: 0; }
}
.k80nf0 .kaahs { counter-reset: cs-rank; gap: 10px; }
.k80nf0 .odxz {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 18px 14px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
}
.k80nf0 .odxz::before {
  content: counter(cs-rank);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.k80nf0 .l38ss6sy {
  flex-direction: row; align-items: center; gap: 16px;
  flex-shrink: 0; min-width: 220px;
}
.k80nf0 .lw1hnb78 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.k80nf0 .i31fja { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.k80nf0 .rhydq25 {
  font-size: 1.15rem; font-weight: 700; color: var(--accent-light);
  white-space: nowrap; text-align: left; min-width: auto;
}
.k80nf0 .hvqpdmk3 { color: var(--cta, var(--accent)); }
.k80nf0 .mnitc2 {
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  border-top: none; padding-top: 0; width: auto; flex: 1 1 160px; min-width: 140px;
  text-align: center;
}
.k80nf0 .vc6m1 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.k80nf0 .w8gajo4 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.k80nf0 .ey6q2lq .w8gajo4 { color: var(--accent-light); }
.k80nf0 .za7hj6 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.k80nf0 .odxz:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .k80nf0 .odxz {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .k80nf0 .odxz::before {
    position: absolute; top: 14px; left: 14px;
  }
  .k80nf0 .l38ss6sy {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .k80nf0 .rhydq25 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .k80nf0 .mnitc2 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .k80nf0 .za7hj6 { width: 100%; min-width: 0; }
  .k80nf0 .hvqpdmk3 { min-width: 0; }
}
.c30szy .eu7qrkq {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.c30szy .eu7qrkq summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.c30szy .eu7qrkq p { padding: 0 2px 16px; }
.i43wx .eu7qrkq { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.i43wx .eu7qrkq summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.i43wx .eu7qrkq summary::after { content: "›"; font-size: 1.2em; }
.i43wx .eu7qrkq[open] summary::after { content: "‹"; }
.i43wx .eu7qrkq p { padding: 10px 22px 4px; }
.he8tfl .eu7qrkq {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.he8tfl .eu7qrkq summary { color: var(--text-primary); padding-left: 16px; }
.he8tfl .eu7qrkq summary::after { content: "›"; font-size: 1.1em; }
.he8tfl .eu7qrkq[open] summary::after { content: "‹"; }
.he8tfl .eu7qrkq p { padding-left: 16px; }
.qu53rl24 .y3t3ue8 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.qu53rl24 .eu7qrkq {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.qu53rl24 .eu7qrkq:last-child { border-bottom: none; }
.qu53rl24 .eu7qrkq summary { color: var(--text-primary); border-radius: 0; }
.qu53rl24 .eu7qrkq summary::after { content: "›"; font-size: 1.1em; }
.qu53rl24 .eu7qrkq[open] summary::after { content: "‹"; }
.xeico .eu7qrkq { overflow: hidden; }
.xeico .eu7qrkq summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.xeico .eu7qrkq summary::after { color: rgba(255,255,255,.75); }
.xeico .eu7qrkq[open] summary { border-radius: 0; }
.xnfexfo { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ehc9brb {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.h8llqhz {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.dsn7f9 { color: var(--text-muted); font-size: 1.05rem; }
.c3qx2nr {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.j6yuo6d7 { margin-bottom: 20px; }
.v87j521 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.pzpm {
  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;
}
.pzpm:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.dnsh { resize: vertical; min-height: 130px; }
.be9n66t7 { width: 100%; margin-top: 8px; }
.zs6agmd4 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.mavuna {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ftmu3 { color: var(--text-muted); line-height: 1.75; }
.gcr1utm { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.gcr1utm li { margin-bottom: 6px; }
.wa04 { max-width: 760px; margin: 0 auto; }
.e5qy { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.mnojlp { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.mnojlp:last-child { border-bottom: none; }
.mnojlp h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.mnojlp p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.xt9jw2z1 { max-width: 760px; margin: 0 auto; }
.anzg1o ul.gcr1utm { margin: 0; }
@media (max-width: 640px) { .rnp9o0 { grid-template-columns: 1fr; gap: 10px; } }
.xq7v { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.elif { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.s9lgtdc { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.elif p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.elif .gcr1utm { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .xq7v { grid-template-columns: 1fr; } }
.iwxehh3 ul.gcr1utm { margin: 0; }
.rm9750 .gcr1utm,
.hjz6 .gcr1utm,
.cb2lm5 .gcr1utm,
.f4ib .gcr1utm {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .qliuk673 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .nofaj9 { grid-template-columns: 1fr; } .qywdci96 { position: static; text-align: center; } }
@media (max-width: 860px) { .zpuh5xmi { grid-template-columns: 1fr; } }
.f4ib .gcr1utm { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .pmgkr { flex-direction: column; text-align: center; } .e1gqagy { grid-template-columns: 1fr; } }
.g4ff07 .h8llqhz { color: var(--accent-light); }
.j28ufr {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.j28ufr .h8llqhz { font-size: 2rem; }
.j28ufr .dsn7f9 { max-width: 680px; }
.beuwuo .h8llqhz { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.beuwuo .dsn7f9  { margin: 0; }
@media (max-width: 640px) { .beuwuo { flex-direction: column; } }
.x38wa .h8llqhz { color: var(--accent-light); }
.ib80hm7 .h8llqhz { color: #fff; }
.ib80hm7 .dsn7f9  { color: rgba(255,255,255,0.85); }
.z4y0 { max-width: 680px; margin: 0 auto; }
@media (max-width: 540px) { .fhvyir { grid-template-columns: 1fr; } }
.zpmntfk3 { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.zpmntfk3 .pzpm {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.zpmntfk3 .pzpm:focus { border-bottom-color: var(--accent); box-shadow: none; }
.bx1md .pzpm { background: var(--bg-raised); border-color: transparent; }
.bx1md .pzpm:focus { background: var(--bg-card); border-color: var(--accent); }
.rgoop .pzpm { border-radius: 100px; padding: 11px 20px; }
.rgoop .dnsh { border-radius: 14px; }
.leu4us44 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .leu4us44 { grid-template-columns: 1fr; } }
.yvkpaj7n {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.yvkpaj7n h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.yvkpaj7n p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.nl2fpr1{display:none}
.nl2fpr1:empty,.s16h7gy:empty{display:none}
.g6gyep9{position:relative;overflow:visible}
.alq1 .p8no4n,.mzw43l4 .p8no4n,
.uipg0rd1 .p8no4n,.xx89ugv3 .p8no4n,
.nlwbgwv .p8no4n,.p59y .p8no4n{display:block}
.i0yr173x .mgs7sy{display:block}
.alq1 .p8no4n,.mzw43l4 .p8no4n,
.uipg0rd1 .p8no4n,.xx89ugv3 .p8no4n,
.nlwbgwv .p8no4n{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}
.alq1 .p8no4n .s16h7gy,.mzw43l4 .p8no4n .s16h7gy,
.uipg0rd1 .p8no4n .s16h7gy,.xx89ugv3 .p8no4n .s16h7gy,
.nlwbgwv .p8no4n .s16h7gy{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}
.alq1 .o2j8,.mzw43l4 .o2j8,
.uipg0rd1 .o2j8,.xx89ugv3 .o2j8,
.nlwbgwv .o2j8{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.alq1 .p8no4n,.mzw43l4 .p8no4n{top:12px}
.alq1 .p8no4n .s16h7gy{margin-right:auto}
.mzw43l4 .p8no4n .s16h7gy{margin-left:auto}
.mzw43l4 .p8no4n{text-align:right}
.uipg0rd1 .p8no4n,.xx89ugv3 .p8no4n{bottom:12px}
.uipg0rd1 .p8no4n .s16h7gy{margin-right:auto}
.xx89ugv3 .p8no4n .s16h7gy{margin-left:auto}
.xx89ugv3 .p8no4n{text-align:right}
.nlwbgwv .p8no4n{position:relative;margin-top:16px}
.nlwbgwv .p8no4n .s16h7gy{margin:0 auto}
.p59y .p8no4n{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.p59y .p8no4n .s16h7gy{margin:0}
.p59y .q5rb7li~.p8no4n,
.p59y .ajj0i2~.p8no4n{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.p59y .q5rb7li~.p8no4n .s16h7gy,
.p59y .ajj0i2~.p8no4n .s16h7gy{justify-content:flex-start}
.q5rb7li~.p8no4n,.ajj0i2~.p8no4n{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}
.q5rb7li~.p8no4n .s16h7gy{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ajj0i2~.p8no4n .s16h7gy{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.mgs7sy .s16h7gy{margin:0 0 12px}
.s16h7gy{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.o2j8{white-space:nowrap}
.o3tfdm6 .o2j8{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.u5y0 .o2j8{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}
.u5y0 .bhhi::before{content:""}
.xfyh6 .s16h7gy{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.yrujqhci .o2j8{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.f26vs .o2j8{color:var(--accent);opacity:1;font-weight:500}
.koee8o .o2j8{border-bottom:1px solid currentColor;padding-bottom:2px}
.krv1tc42 .s16h7gy{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.iogxyi{--date-bg:var(--accent-bg)}
.xw3f .o2j8 + .o2j8::before{content:"•";margin-right:6px;opacity:.4}
.zvplc .o2j8 + .o2j8::before{content:"/";margin-right:6px;opacity:.35}
.fsuqjv .o2j8 + .o2j8::before{content:"|";margin-right:6px;opacity:.3}
.rhkt95m .o2j8 + .o2j8::before{content:"—";margin-right:6px;opacity:.3}
.ha0liguh .bhhi::before{content:"◆";font-size:.5em;opacity:.35}
.ha0liguh .o2j8 + .o2j8::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.s13mh4e .o2j8 + .o2j8::before{content:"·";margin-right:6px;opacity:.4}
.jhwedb .o2j8 + .o2j8::before{content:"›";margin-right:6px;opacity:.4}
.wdcdmal .o2j8 + .o2j8::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.abym8 .id1ixrh{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .id1ixrh{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .kx7z{max-width:100%}
}
:root {
  --accent:          #078d6c;
  --brand:           #078d6c;
  --brand-light:     #11deab;
  --brand-pale:      #3ee4bb;
  --grad-start:      #022b21;
  --grad-end:        #057459;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #078d6c;
  --cta-light:       #10d0a0;
  --cta-hover:       #08b389;
  --bg-page:         #0c1210;
  --bg-surface:      #121b19;
  --bg-card:         #16211e;
  --bg-card-inner:   #1c2a27;
  --bg-raised:       #20302c;
  --bg-hover:        #243732;
  --border:          #2b453e;
  --border-alt:      #355950;
  --border-section:  #2b453e;
  --text-primary:    #e2e8e6;
  --text-muted:      #9caeaa;
  --text-body:       #c6d1ce;
  --text-sub:        #9caeaa;
  --text-faint:      #677e78;
  --text-dim:        #50625d;
  --text-label:      #809792;
  --text-value:      #b8c5c2;
  --accent-bg:       #0c3128;
  --accent-bg-light: #0f4b3d;
  --bg-tip:          #26161a;
  --bg-warning:      #272115;
  --bg-info:         #161f26;
  --bg-pros:         #26161a;
  --bg-cons:         #261d16;
  --c-pros:          #f47a98;
  --c-cons:          #e6af89;
  --c-pros-label:    #f04b74;
  --c-tip-border:    #ed2a5a;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #f47a98;
}
:root { --logo-bg-opacity: 70%; }
body, button, input { font-family: system-ui, -apple-system, sans-serif; }
.w605 .gcmt { font-size: 0; width: 1.2rem; flex-shrink: 0; }.w605 .gcmt::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.w605 .b76w2     .gcmt::before { content: "";  color: var(--c-tip-border); }.w605 .jssuf .gcmt::before { content: ""; color: var(--c-warn-border); }.w605 .z8r9kfn    .gcmt::before { content: ""; color: #60a5fa; }.rtxf8v .w605 .b76w2     .gcmt::before { color: #10b981; }.rtxf8v .w605 .jssuf .gcmt::before { color: #f43f5e; }.rtxf8v .w605 .z8r9kfn    .gcmt::before { color: #a855f7; }.hig7g  .w605 .b76w2     .gcmt::before { color: #eab308; }.hig7g  .w605 .jssuf .gcmt::before { color: #ef4444; }.hig7g  .w605 .z8r9kfn    .gcmt::before { color: #f97316; }.l23mlcy  .w605 .b76w2     .gcmt::before { color: #38bdf8; }.l23mlcy  .w605 .jssuf .gcmt::before { color: #818cf8; }.l23mlcy  .w605 .z8r9kfn    .gcmt::before { color: #2dd4bf; }.sy0g .w605 .gcmt::before { color: var(--accent-light) !important; }
.c9sot .mgckmh li::before, .c9sot .q19qle 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; }.c9sot .mgckmh li::before { content: ""; }.c9sot .q19qle li::before { content: ""; }.c9sot .qpvovh::before, .c9sot .xouhgsf::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.c9sot .qpvovh::before { content: ""; }.c9sot .xouhgsf::before { content: ""; }
.lh01qfo .mqu9xrii, .lh01qfo .q5rb7li { min-height: 420px; }
.lty4zm .wyccgs::after, .lty4zm .t4qg53::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; }
.u2xc .v8nvx34::after,.u2xc .jojw6::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.oxswkada::before { content: '/'; }
.qdl4g0e .o2j8::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.qdl4g0e .o2j8:first-of-type::before{content:"\f06e"}.qdl4g0e .o2j8:last-of-type::before{content:"\f4fc"}